[Mono-bugs] [Bug 75361][Nor] New - Character encoding problem

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 23 07:20:09 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by informatique.internet at fiducial.fr.

http://bugzilla.ximian.com/show_bug.cgi?id=75361

--- shadow/75361	2005-06-23 07:20:09.000000000 -0400
+++ shadow/75361.tmp.4614	2005-06-23 07:20:09.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 75361
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: informatique.internet at fiducial.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Character encoding problem
+
+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 è    
+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 accents 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


More information about the mono-bugs mailing list