-
Notifications
You must be signed in to change notification settings - Fork 11
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
Doesn't recognize "utf8" #2
Comments
And I think you should use the same regex for |
I have the same issue here. Arch Linux seems to use the lowercase variant of the locale. Have not been able to track down why (looks like Gentoo does the same thing).
|
This should be fixed as of 2.0.1. |
For some reason (I think it's gnome's fault), my system's locale is
en_US.utf8
. The following regex should detect bothutf8
andUTF-8
:/\butf-?8\b/i
(found when grepping my system trying to figure out where it's set; it's part of an old perl module).The following line in gnome shows both
UTF-8
andutf8
(more strictly) being accepted: https://github.com/GNOME/gnome-desktop/blob/0e2f15588a89230e60a7dfe9f4164a8c17baa733/libgnome-desktop/gnome-languages.c#L91The text was updated successfully, but these errors were encountered: