I need to store greek, russian, polish, french and english in a DB.
I have set the fields to nvarchar.
When I save some greek (Κατάδυση για αρχαρίους) using a form to the db it stores in the DB as:
Κατάδυση για αÏχαÏίους
If i then copy and past the greek directly in the db, it shows correctly in the DB but when pulled out on the page it looks like:
?at?d?s? ??a a??a?????
What the heck?
Going mad :/
I have set the fields to nvarchar.
When I save some greek (Κατάδυση για αρχαρίους) using a form to the db it stores in the DB as:
Κατάδυση για αÏχαÏίους
If i then copy and past the greek directly in the db, it shows correctly in the DB but when pulled out on the page it looks like:
?at?d?s? ??a a??a?????
What the heck?
Going mad :/