[Mono-devel-list] Character encoding problem
Gonzalo Paniagua Javier
gonzalo at ximian.com
Thu Jun 23 09:07:30 EDT 2005
On Thu, 2005-06-23 at 13:06 +0200, Hubert FONGARNAND wrote:
> I have an issue with accentued characters encoding (in french) in APS.NET
> I've a little VS 2003 Project attached ...
> With MS.NET the result is :
>
> Label Dynamique : accent aigu : é accent grâve è
> Statique: Accents : éèê
> Label HTML : Accents : éèèèê
> fr-FR
[...]
> Apparently : i get problems only with accent in aspx pages. The dynamically
> generated accents are correctly encoded in utf-8.
> It seems that the conversion iso-8859-1 to utf-8 doesn't work correctly
It was a regression in CodeDom. Before June 11th, it used Encoding.UTF8
when writing its temporary files, but a patch that day removed the
encoding accidentally.
It's fixed in svn now.
-Gonzalo
More information about the Mono-devel-list
mailing list