We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Coordino didn't work for sinhala language. I tried adding header statement, and added statements to bootstrap file, but it didn't work.
After that I changed table post using following sql.
ALTER TABLE posts CONVERT TO CHARACTER SET utf8;
posts
And it started to work. I don't know if it be a problem for other parts of this application. Kindly request for advise.
You can visit the post using this url. http://lkbits.com/answers/questions/5125e6a184a02/CD-or-DVD-Not-Responding-Problem
The text was updated successfully, but these errors were encountered:
I believe you should change it to utf16 sinhala collation it works for me that way
Sorry, something went wrong.
Datawalke
No branches or pull requests
Coordino didn't work for sinhala language. I tried adding header statement, and added statements to bootstrap file, but it didn't work.
After that I changed table post using following sql.
ALTER TABLE
posts
CONVERT TO CHARACTER SET utf8;And it started to work. I don't know if it be a problem for other parts of this application. Kindly request for advise.
You can visit the post using this url. http://lkbits.com/answers/questions/5125e6a184a02/CD-or-DVD-Not-Responding-Problem
The text was updated successfully, but these errors were encountered: