Hi,
I'm using DNN version 4.8.0 and I'm having trouble displaying some special characters in my modules.
Take a look at the screenshot:
As you can see, the module on the left pane displays special characters like ç, õ, ã. You can also see in the BreadCrumb that special characters are displayed.
But on the content pane, characters like ç, õ, ã, À, ú are missing. However, when i retrieve data from my database to display in GridViews for example, all charaters are displayed
When i run the module out of DNN (using Visual Studio) all the characters are displayed.
I added Culture="pt-PT" UICulture="pt-PT" in the Default.aspx file and changed globalization in web.config to <globalization culture="pt-PT" uiCulture="pt-PT" requestEncoding="iso-8859-1" responseEncoding="iso-8859-1" fileEncoding="iso-8859-1"/>. I also installed the Portuguese language pack.
I apologize if my post is on the wrong section. Any help is appreciated.
Thank you for your time,
Tiago Costa.