You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Yishay Weiss (JIRA)" <ji...@apache.org> on 2017/04/30 09:10:04 UTC

[jira] [Created] (FLEX-35301) [FlexJS, FalconJX] Unicode chars emitted differently in mac and windows

Yishay Weiss created FLEX-35301:
-----------------------------------

             Summary: [FlexJS, FalconJX] Unicode chars emitted differently in mac and windows
                 Key: FLEX-35301
                 URL: https://issues.apache.org/jira/browse/FLEX-35301
             Project: Apache Flex
          Issue Type: Bug
          Components: FalconJX
    Affects Versions: Apache FlexJS 0.7.0
            Reporter: Yishay Weiss


"\uE000" is emitted as a box on mac and a quetion mark on windows (tested on 2 machines, one of each OS). This means that using a regexp such as
/\uE000/g/
results in an error in windows because it evaluates to

/?/g which is ivalid.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)