Encoding.default_internal and Encoding.default_external missing
---------------------------------------------------------------

                 Key: JRUBY-3433
                 URL: http://jira.codehaus.org/browse/JRUBY-3433
             Project: JRuby
          Issue Type: Bug
          Components: Ruby 1.9
            Reporter: Charles Oliver Nutter
            Assignee: Thomas E Enebo


Encoding.default_internal and default_external need to be implemented for 1.9 
support. Here's the rdocs for them:

{nofomat}
--------------------------------------------- Encoding::default_internal
     Encoding.default_internal => enc

     From Ruby 1.9.1
------------------------------------------------------------------------
     Returns default internal encoding.

     It is initialized by the source internal_encoding or -E option.
{noformat}

{noformat}
--------------------------------------------- Encoding::default_external
     Encoding.default_external => enc

     From Ruby 1.9.1
------------------------------------------------------------------------
     Returns default external encoding.

     It is initialized by the locale or -E option.
{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