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

Fixed Encoding Issues for Vietnamese Addresses #49

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jobnomade
Copy link

  1. add.php: for the insert query I specify the entry for column address and owner name with _utf8
  2. in admin/edit.php, admin/index.php I set the connection to UTF-8
  3. when inserting Vietnamese chars correctly reading the entries in the admin (edit) view has wrong decoding in the browser, adding the <meta charset="utf-8"> fixed that.

I did not test it with all other characters and languages whether they are well encoded. This need to be reviewed.

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

Successfully merging this pull request may close these issues.

2 participants