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

Encoding of cyrillic (and potentially other non latin) characters in check-in messages #18

Closed
phtmgt opened this issue Jun 23, 2016 · 0 comments

Comments

@phtmgt
Copy link

phtmgt commented Jun 23, 2016

We had a problem with cyrillic encoding of characters, so I decided to share the solution here for anyone else to use:

add the following line to index.php:

//Set encoding to UTF-8
ini_set( 'default_charset', 'UTF-8' );

Cheers!

@phtmgt phtmgt closed this as completed Jun 23, 2016
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