relying on default charset while backing up continuum store
-----------------------------------------------------------

                 Key: CONTINUUM-1136
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1136
             Project: Continuum
          Issue Type: Bug
          Components: Database
    Affects Versions: 1.1
         Environment: Windows XP Professional SP2
JDK6
            Reporter: Marcelo Takeshi Fukushima


While backing up the store, jdo continuum store uses a FileWriter wich relies 
on the system's default charset encoding, but the continuum database tries to 
store using utf-8. 
Should use a FileOutputStream and OutputStreamWriter ( OutputStream, Charset ) 
instead

-- 
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

        

Reply via email to