You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Cale Scholl (JIRA)" <de...@myfaces.apache.org> on 2009/03/05 11:47:56 UTC

[jira] Created: (TRINIDAD-1413) getLocalizedPattern displays currency sign in Linux

getLocalizedPattern displays currency sign in Linux
---------------------------------------------------

                 Key: TRINIDAD-1413
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1413
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions:  1.2.11-core
            Reporter: Cale Scholl
         Attachments: 1.2.11.1-branch_currencySign.patch, trunk_currencySign.patch

This is concerning the implementation of getLocalizedPattern provided with the fix for:
https://issues.apache.org/jira/browse/TRINIDAD-1374

The currency sign string, "¤", isn't portable on Linux, so in order to detect and replace the symbol, the implementation was changed to instead use the symbol's unicode value.

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


[jira] Updated: (TRINIDAD-1413) getLocalizedPattern displays currency sign in Linux

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated TRINIDAD-1413:
-----------------------------------------

       Resolution: Fixed
    Fix Version/s:  1.2.12-core
         Assignee: Matthias Weßendorf
           Status: Resolved  (was: Patch Available)

> getLocalizedPattern displays currency sign in Linux
> ---------------------------------------------------
>
>                 Key: TRINIDAD-1413
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1413
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions:  1.2.11-core
>            Reporter: Cale Scholl
>            Assignee: Matthias Weßendorf
>             Fix For:  1.2.12-core
>
>         Attachments: 1.2.11.1-branch_currencySign.patch, 1.2.11.2-branch_currencySign.patch, trunk_currencySign.patch
>
>
> This is concerning the implementation of getLocalizedPattern provided with the fix for:
> https://issues.apache.org/jira/browse/TRINIDAD-1374
> The currency sign string, "¤", isn't portable on Linux, so in order to detect and replace the symbol, the implementation was changed to instead use the symbol's unicode value.

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


[jira] Updated: (TRINIDAD-1413) getLocalizedPattern displays currency sign in Linux

Posted by "Cale Scholl (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cale Scholl updated TRINIDAD-1413:
----------------------------------

    Status: Patch Available  (was: Open)

> getLocalizedPattern displays currency sign in Linux
> ---------------------------------------------------
>
>                 Key: TRINIDAD-1413
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1413
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions:  1.2.11-core
>            Reporter: Cale Scholl
>         Attachments: 1.2.11.1-branch_currencySign.patch, 1.2.11.2-branch_currencySign.patch, trunk_currencySign.patch
>
>
> This is concerning the implementation of getLocalizedPattern provided with the fix for:
> https://issues.apache.org/jira/browse/TRINIDAD-1374
> The currency sign string, "¤", isn't portable on Linux, so in order to detect and replace the symbol, the implementation was changed to instead use the symbol's unicode value.

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