Module | Locale::Driver |
In: |
lib/locale/driver/jruby.rb
lib/locale/driver/env.rb lib/locale/driver/posix.rb lib/locale/driver/win32.rb lib/locale/driver/win32_table.rb lib/locale/driver/cgi.rb |
Locale::Driver::Posix module for Posix OS (Unix) Detect the user locales and the charset. This is a low-level class. Application shouldn’t use this directly.
Locale::Driver::Win32 module for win32. Detect the user locales and the charset. This is a low-level class. Application shouldn’t use this directly.
Locale::Driver module for CGI. Detect the user locales and the charset from CGI parameters. This is a low-level class. Application shouldn’t use this directly.