[jboss-jira] [JBoss JIRA] Resolved: (GPD-384) Broken NON-LATIN characters in project/node names/values after saving process JPDL XML file
Koen Aers (JIRA)
jira-events at lists.jboss.org
Fri Jun 25 08:44:46 EDT 2010
[ https://jira.jboss.org/browse/GPD-384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Koen Aers resolved GPD-384.
---------------------------
Resolution: Done
Thanks Konstantin!
> Broken NON-LATIN characters in project/node names/values after saving process JPDL XML file
> -------------------------------------------------------------------------------------------
>
> Key: GPD-384
> URL: https://jira.jboss.org/browse/GPD-384
> Project: jBPM GPD
> Issue Type: Patch
> Components: jpdl
> Affects Versions: jBPM jPDL Designer 4.1, jBPM jPDL Designer 4.2, jBPM jPDL Designer 4.3
> Environment: Windows XP x32
> Reporter: Konstantin Kasatkin
> Assignee: Koen Aers
> Priority: Critical
> Fix For: jBPM jPDL Designer 4.4
>
> Attachments: JpdlSerializer.zip
>
> Original Estimate: 1 minute
> Remaining Estimate: 1 minute
>
> When we populate any attribute in JPDL XML with NON-LATIN characters Editor reads it correctly displays all atributes in proper characterset.
> When we change any attribute in GUI mode and save changes all characters became unreadable (sometimes just "???").
> It happens due to missing implicit pointing characterset in the method that constructs OutputStreamWriter.
> As the XML has hardcoded UTF-8 encoding at saving time it reasonable to change a peace of code like:
> new OutputStreamWriter(os)
> to
> new OutputStreamWriter(os, "UTF-8");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list