Hi,
I need to develop a system that can handle Greek characters.
There are 2 issues that I need to address:
1. Database
At the moment, I can cut and paste Greek Text into a SQL database table field and it will be stored in the database correctly. If I the insert that text using a simple insert statement it is converted to: ??????e?t???, d??t? ?a? ?? pe??te? µa? t??????
2. Browser
At this point I am not sure if this is a result of the database or not - my thinking is not because if the Greek is stored correctly in the database it is still not rendered properly in the browser.
Any thoughts on where I am going wrong?
SonJ
I need to develop a system that can handle Greek characters.
There are 2 issues that I need to address:
1. Database
At the moment, I can cut and paste Greek Text into a SQL database table field and it will be stored in the database correctly. If I the insert that text using a simple insert statement it is converted to: ??????e?t???, d??t? ?a? ?? pe??te? µa? t??????
2. Browser
At this point I am not sure if this is a result of the database or not - my thinking is not because if the Greek is stored correctly in the database it is still not rendered properly in the browser.
Any thoughts on where I am going wrong?
SonJ