You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@incubator.apache.org by Michael Stroucken <mx...@cmu.edu> on 2011/08/13 03:03:38 UTC

nbsp in unicode podling pages

Hi,

I'm noticing that non-breaking spaces are written out as chr(0xa0) in 
the HTML documents after being converted from XML. 
(http://incubator.apache.org/tashi/). To work properly, the spaces 
should be encoded something like chr(0xc0)+chr(0xa0), or &nbsp; I guess.

Am I missing some configuration in the site building setup?

The locale I am running ant in is "de_DE.UTF-8".

Thanks for any help,
Michael.

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org