Differences

This shows you the differences between two versions of the page.

Link to this comparison view

java_charset [2015/05/19 20:57]
java_charset [2021/04/05 11:23] (current)
Line 1: Line 1:
 +====== Java Character Set ======
 +Java support different character sets when //speeking// with the filesystem, network or database (which is also more or less network stuff).
  
 +Default character set setting should be ''UTF-8'' (not UTF8), see [[http://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html | Javadocs Charset]].
 +
 +{{tag>java}}