Subject characterset issue in asp.net core
Author Issam Boughanmi

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 .