Hi,
I am also seeing issues with globalization.
With this in web.config
<
globalizationrequestEncoding="iso-8859-1"responseEncoding="iso-8859-1"culture="fr-FR"uiCulture="fr-FR"/>I have an issue with the charset of a texbox that do a post in an updatepanel, getting things like: ????????
If I remove the requestEncoding the accent are working good but in webparts if I change the title of a webpart with an accent, the accent is removed.
Regards
Laurent
Hi
I have the same problem with encoded text on postback when using updatepanel.
<globalization fileEncoding="iso-8859-1" requestEncoding="iso-8859-1" responseEncoding="iso-8859-1" uiCulture="is" />
I changed to utf-8 and the postbacks worked fine but then my iso-8859-1 specific characters disappeared :-(
To bad I did not find out about this BUG before I changed my site ti using Updatepanel !!
reg.
Axel
No comments:
Post a Comment