xsl-list
[Top] [All Lists]

RE: spaces between all characters in JDom output

2003-07-15 06:21:21
I've parsed some html into a JDom document and outputtet it 
to another 
String. There is a space between all the characters in the 
output. How do I 
solve that?

Sounds like you may be using UTF-8,UTF-16 or Unicode as your text format as
these can all use a 2 byte representation for a single character.  You're
probably encountering Unicode or UTF-16 data if you have a leading space
before _every_ character.

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



<Prev in Thread] Current Thread [Next in Thread>