Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Re: Non-breaking space won't display properly in one instance [Thread Next] Re: Non-breaking space won't display properly in one instanceTo: NULL Date: 2/7/2008 2:42:00 PM AlBruAn wrote: > Well, the guy who was having problems with it came up with a solution. It's > not exactly efficient, but at least it works. Every place where a space is > needed between data fields, he has inserted the following statement: > > <xsl:text disable-output-escaping="yes">&nbsp;</xsl:text> > > If that's all it takes, I'll modify my code that creates the XSL to use this > statement everywhere a space is required. That's not a solution but an ugly, non-portable workaround. It won't work for the next non-ASCII character you need. What you experience is an encoding problem; you seem to send UTF-8, but the recipient think it's single-byte encoding. The reason for this are usually broken character set declarations (HTTP content-type, HTML meta tag...). BR, Julian | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
