I'm using MVC 5 with Entity framework 6
I create a lot of tables and seed the required data, if data language id in English, every thing is OK. but If I change the data to Arabic then Unknown letter is stored in DB
Example:
If I seed in Name = "Abdallah"
it will be stored correctly
If I seed in Name = "عبدالله"
It will display Unknown letters
Note: If I use the web interface (view) to set the field Name = "عبدالله"
it will store the value correctly
The project is works correctly without any errors