You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/05/10 07:52:15 UTC

[jira] Created: (HARMONY-3829) [classlib][portlib] need to detect OS encoding

[classlib][portlib] need to detect OS encoding
----------------------------------------------

                 Key: HARMONY-3829
                 URL: https://issues.apache.org/jira/browse/HARMONY-3829
             Project: Harmony
          Issue Type: Sub-task
          Components: Classlib
            Reporter: Alexey Varlamov


The classlib should setup sensible value for "file.encoding" Java system property during initialization, instead of currently hardcoded "8859_1". 
It is supposed that porting library should provide corresponding functionality to obtain actual encoding from OS.

See also java.lang.System.java in luni-kernel, method ensureProperties() sets up 3 properties: 
"file.encoding", "os.encoding", "console.encoding" - not sure what usecases they have, need to be analyzed/documented (and maybe even merged).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.