3.2.0

Unicode

Hello,
In order to display correctly "España" (with a tilde on the n) worldwide in a grid cell for instance, can I simply write this string as is by defining the column as a string (AW.Formats.String), or should I rather write "España" and define the column as HTML (AW.Formats.HTML)?
Thanks in advance for your help!
Livio
August 21,
I would just use UTF-8 everywhere. AW.Formats.String only encodes html control characters (", &, <, >) so it will have no effect in your case.
Alex (ActiveWidgets)
August 22,
Dear Alex,

What do you exactly mean by AW.Formats.String encodes html control characters (", &, <, >)?

I also have '&' and I write them like the 'ñ' as is in a string column. Do you see any cases where it would not be displayed correctly? Should I rather write '&amp;' in a HTML column?

Cheers
Livio
August 22,

This topic is archived.

See also:


Back to support forum