-
Notifications
You must be signed in to change notification settings - Fork 15
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
several bugfixes #5
base: master
Are you sure you want to change the base?
Conversation
Fixes #600713 Allows Locale.current= accept a value of Locale::TagList (output of Locale.current)
Fixes #520181, #521169
Fix the fourth report of mutoh#5. Patch by Hleb Valoshka. Thanks!!!
LC_CTYPES should be checked instead of LC_MESSAGES. Fix the third report of mutoh#5. Debian bug #520181: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520181 Patch by Hleb Valoshka. Thanks!!! Rreported by Adeodato Simó. Thanks!!!
Thanks for your patches. |
I don't know what I was thinking about #521169, but my patches have no relation to it :) It looks like current Driver::Posix doesn't sets LANG, and this bug is related only to 1.93. |
Thanks for your comment! |
I've noticed only recently that you, kou, have changed LC_CTYPE into LC_CTYPES. That's not correct, change it back to LC_CTYPE. You may use this trivial patch from debian. Also you haven't integrated this patch (it' a part of commit 0ef254f mentioned above ). Without it Locale.current.charset in C/POSIX locale returns nothing instead of ANSI_X3.4-1968. And please enable issues reporting for your repository like you did for gettext. |
LC_CTYPES -> LC_CTYPE GitHub: mutoh#5 Patch by Hleb Valoshka. Thanks!!!
Debian: #520181 GitHub: mutoh#5 Reported by Hleb Valoshka. Thanks!!!
Thanks.
OK. I opened https://github.com/ruby-gettext/locale/issues. |
DL is obsolete on ruby 2.2. Patch by moguno. Thanks!!!
These patches are from debian package.
dc31612: closes debian bug #600713
Allows Locale.current= accept a value of Locale::TagList (output of Locale.current)
7e496cd: fixes driver loading under $SAFE>0
0ef254f: fixes various bugs with charset handling, debian bugs #520181, #521169
cf17e51: fixes incorrect call to java.util.Locale.new in test/test_driver_jruby.rb