-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Consider UTF-8 as the default encoding #760
Comments
For historical reasons only I guess. Changing default encoding in feature release would be considered as BC break for people that rely on fact, that default encoding isn't UTF-8. In 3.0 release I guess it's possible to change default encoding value. For now I recommend you:
|
I am considering it as the default for 3.0, but I can't make a big BC break like that in 2.0. It also requires a PHP extension that is not universally installed, so I have to check for that as well. |
@gsherwood Can you add milestone to it for don't forget? |
Anything on this yet? |
My last comment is still the current status. |
This is now done in the 3.0 branch. The iconv functions will be used by default as long as that extension has not been disabled. |
I heared some incomprehensible feature about phpcs.
I'm Korean and I can write source with korean.
But, We(=Korean) must use phpcs with
--endoing=utf-8
option. If we didn't, we encountered some message like "line is too long".I think default encoding must be utf-8. Some RDF about PHP 7 features say "UTF-8 is now the de facto standard encoding for PHP"
How do you think about change default encoding?
The text was updated successfully, but these errors were encountered: