From: matz@... (Yukihiro Matsumoto) Date: 2001-03-13T01:51:41+09:00 Subject: [ruby-talk:12509] Re: Locale support in Ruby Hi, In message "[ruby-talk:12492] Re: Locale support in Ruby" on 01/03/12, DaVinci writes: | How setlocale is called from Ruby script?. Using extension. In message "[ruby-talk:12454] Re: Locale support in Ruby" on 01/03/12, Yukihiro Matsumoto writes: |But, for the time being, since Ruby's string methods are currently |based on ctype macros, you can easily add locale effectiveness, by |calling setlocale(3), if your characters fit in a byte. I'll leave |you making locale extension as a homework. ;-) matz.