Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Non-breaking space won't display properly in one instance

From: "Julian F. Reschke" <julian.reschke@-----------------.-->
To: 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">&amp;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


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent