-
Notifications
You must be signed in to change notification settings - Fork 91
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
allow different charset #17
Comments
Why not but I wonder if it's not enough to just force the charset in your browser? |
the index.php explicitly converts chars into utf8 and also defines a meta charset, therefore I think enforcing using the browser will not work. |
btw: how would you force the charset using the browser? |
In chrome you can do Menu>Tools>Encoding>..., similar stuff in every browser. That reloads the page using a given encoding so that everything should be rendered by the browser with that encoding, and the chars you input in the form will be in that encoding too. I think it should work fine but might depend on what you do exactly. |
ok will try.. |
I use this great tool to debug code or do some simple tests. sometimes when digging into code from legacy systems the charset/encoding also matters.
ATM php-console is always rendered in utf-8.
Would you accept a PR which adds a dropdown to toggle between charsets?
The text was updated successfully, but these errors were encountered: