QUENTIN LAGARDE
QUENTIN LAGARDE
I didn't try but is it not possible to use `buffer.read(_index_, this.charset)` instead of `buffer.readUtf!(_index_)` in all the file XmlReader (with a default charset = Charsets.UTF_8) And give the the...
Hi reline, Thank for your support :) I will please to test your feature when it gets ready 👍
Hi reline, I tried your draft using this line in Gradle : ` implementation 'com.github.reline:tikxml:iso-8859-1-SNAPSHOT'` And this in my code : ` val tikXml = TikXml.Builder() .charset(Charsets.ISO_8859_1) .exceptionOnUnreadXml(false) .build()` And......
Same bug here with UILabel