-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Character problem #4
Comments
try set page charset before output |
I have the same issue. Some of the some türkish charachters "Ü,ü,Ö,ö" sometimes are read wrong. In the same cell when I change cell context it is read one time wrong one time right. interesting issue. |
class works good with unicode, just don't forget set output charset:
one time wrong one time right --- so browser charset autodetection not perfect without this header |
Thanks for your reply. I expressed myself wrong. sorry about my english. I'm trying to import excel file which includes turkhish characters. I read excel file and record them to the database with code shown below.
|
no, thx, have nice day ) |
Whenever there is a Turkish character in any cell it converts it to a question mark. Specifically, in the reading of "Ü,ü,Ö,ö” characters problem arises.
The text was updated successfully, but these errors were encountered: