Subject | characterset issue in asp.net core |
---|---|
Author | Issam Boughanmi |
Post date | 2018-07-22T23:46:46Z |
hi,
i have some issues related to character sets in an asp.net core application using 6.1 provider and EF .
special characters like 'ยต' or french characters for example don't show up correctly .
i have another web application using 4.10 provider and ef with the same database that work perfectly .
the charset of the database is NONE .
any help is welcome, because i am out of ideas now ;)
thanks .