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

allow different charset #17

Open
staabm opened this issue Jun 21, 2013 · 5 comments
Open

allow different charset #17

staabm opened this issue Jun 21, 2013 · 5 comments

Comments

@staabm
Copy link
Collaborator

staabm commented Jun 21, 2013

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?

@Seldaek
Copy link
Owner

Seldaek commented Jun 21, 2013

Why not but I wonder if it's not enough to just force the charset in your browser?

@staabm
Copy link
Collaborator Author

staabm commented Jun 21, 2013

the index.php explicitly converts chars into utf8 and also defines a meta charset, therefore I think enforcing using the browser will not work.

@staabm
Copy link
Collaborator Author

staabm commented Jun 21, 2013

btw: how would you force the charset using the browser?

@Seldaek
Copy link
Owner

Seldaek commented Jun 21, 2013

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.

@staabm
Copy link
Collaborator Author

staabm commented Jun 21, 2013

ok will try..

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

2 participants