Skip to content
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

Japanese characters not properly stored #1

Closed
gabordemooij opened this issue Sep 10, 2009 · 1 comment
Closed

Japanese characters not properly stored #1

gabordemooij opened this issue Sep 10, 2009 · 1 comment

Comments

@gabordemooij
Copy link
Owner

Failing test:
$txt = file_get_contents("utf8.txt")
$bean->message=$txt;
RedBean_OODB::set($bean);
$bean2 = RedBean_OODB::getById("note", $id); //Using same ID!
asrt($bean2->message,file_get_contents("utf8.txt"));

@gabordemooij
Copy link
Owner Author

Modified Querywriter to support UTF8 characters

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant