I have a problem that all the values that come from the SQL Server
database, are with accent problem.
When they are direct written words in HTML
, it does not give this problem. What is strange is that the words are written correctly in the bank, without any problem in accentuation, the problem is the time to present these values, such as:
TherightwordwouldbeJoseph,andlookhowitisinthedatabase:
I'vealreadytriedsettingglobalization
toweb.config
,likethis:
<globalizationculture="pt-BR" uiCulture="pt-BR" requestEncoding="iso-8859-1" responseEncoding="iso-8859-1" fileEncoding="iso-8859-1" />
More did not work out.
EDIT:
The values are correct when loaded into the Controller, see the respective examples in Bank, Controller and View:
Bank:
Controller:
View: