Hi,
In message "[ruby-talk:10085] Locale support"
on 01/01/30, "Aristarkh A Zagorodnikov" <xm / w3d.ru> writes:
| Just curious ... how ruby deals with locales ?
Ruby itself does not and will not use locale. It is left for applications.
gettext and the like can be found in RAA. Also I am working on M17N Ruby,
which is locale independent.
matz.