charset
var charset: Charset?
Specifies the charset to be used. It can be either UTF_8 or null.
Setting null
turns legacy mode on that actually means that ISO-8859-1 is used.
var charset: Charset?
Specifies the charset to be used. It can be either UTF_8 or null.
Setting null
turns legacy mode on that actually means that ISO-8859-1 is used.