This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Another question on ÄäÖöÜü


Character Encodings seem to cause a lot of confusion with people.

Remember when you process in Java, all your data in memory
is in Unicode. When writing out to external systems (like your
fs), you tell your Writers which specific encoding  (the bit patterns
used to store individual characters) to use.

Some of this encoding stuff is buggy in JDK 1.x, so you might want to write
your own ;-)  Most of it works though. See the io package.

So, this means, that if u use xt, u can grab it's output and convert it into

any encoding you like.

I hope this helps.


Daniel

ps: xt rocks.




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]