-
-
Notifications
You must be signed in to change notification settings - Fork 963
Allow to store in notes unicode, like cyrillic #1005
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add space
@volandku Thanks for your PR! Does the string not get escaped correctly / what output do you get?
|
@volandku Just pinging again here to ask what exactly isn't working. If something is off, would be great to have this fixed in the next release 💪 |
Well, I dont remenber for now )) |
@volandku Ok, thanks for getting back to me. I'll close this off for now, as I can't reproduce this, but please do open it again with some example code if it happens again to you! 😃 |
This is really useful. |
@VSMent Would you mind elaborating? |
@noplanman Well, actually even after development. P.S. What is PR? |
PR is short for Pull Request. @VSMent What I meant to ask is, do you also require the change proposed here to be able to store cyrillic characters to the database? If so, could you provide me with a code example that fails so that I can test this and fix it please? |
@noplanman Everything works good. But when using PhpStorm or phpMyAdmin to view database tables I do not understand what is written in those cells. |
Aaah, I see now, thanks for the explanation 👍 I guess then the only "problem" would be interfaces (for viewing the DB fields) that don't support certain encodings. Not sure if that would actually matter though, as the same would apply in other DB fields like messages or user details with special characters. @volandku Could you add an entry to the CHANGELOG.md in the "Unreleased" section please? |
bug / improvement
Allow to store in notes unicode, like cyrillic, et cetera