[1.9] Encoding.locale_charmap is missing
----------------------------------------

                 Key: JRUBY-3975
                 URL: http://jira.codehaus.org/browse/JRUBY-3975
             Project: JRuby
          Issue Type: Bug
          Components: Ruby 1.9
            Reporter: David Calavera
            Assignee: Thomas E Enebo


I copy the ruby documentation:

{noformat}
----------------------------------------------- Encoding::locale_charmap
     Encoding.locale_charmap => string

     From Ruby 1.9.1
------------------------------------------------------------------------
     Returns the locale charmap name.

       Debian GNU/Linux
         LANG=C
           Encoding.locale_charmap  => "ANSI_X3.4-1968"
         LANG=ja_JP.EUC-JP
           Encoding.locale_charmap  => "EUC-JP"
     
       SunOS 5
         LANG=C
           Encoding.locale_charmap  => "646"
         LANG=ja
           Encoding.locale_charmap  => "eucJP"

     The result is higly platform dependent. So
     Encoding.find(Encoding.locale_charmap) may cause an error. If you
     need some encoding object even for unknown locale,
     Encoding.find("locale") can be used.
{noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to