[Mono-devel-list] Character encoding problem

Hubert FONGARNAND informatique.internet at fiducial.fr
Thu Jun 23 07:06:02 EDT 2005


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

With mono, i get :

Label Dynamique : accent aigu : é accent grâve è    <globalization 
            requestEncoding="utf-8" 
            responseEncoding="utf-8" 
            fileEncoding="iso-8859-1"
   />
Statique: Accents : éèê 
Label HTML : Accents : éèèèê
fr-FR

In my web.config I specify :
    <globalization 
            requestEncoding="utf-8" 
            responseEncoding="utf-8" 
            fileEncoding="iso-8859-1"             
	   culture="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

Thank
_______________________________________________
Ce message et les éventuels documents joints peuvent contenir des informations confidentielles.
Au cas où il ne vous serait pas destiné, nous vous remercions de bien vouloir le supprimer et en aviser immédiatement l'expéditeur. Toute utilisation de ce message non conforme à sa destination, toute diffusion ou publication, totale ou partielle et quel qu'en soit le moyen est formellement interdite.
Les communications sur internet n'étant pas sécurisées, l'intégrité de ce message n'est pas assurée et la société émettrice ne peut être tenue pour responsable de son contenu.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testaccents.tar.gz
Type: application/x-tgz
Size: 16528 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050623/d9cf2b75/attachment.bin 


More information about the Mono-devel-list mailing list