Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-35301

[FlexJS, FalconJX] Unicode chars emitted differently in mac and windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Apache FlexJS 0.7.0
    • None
    • FalconJX
    • None

    Description

      "\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 invalid.

      Workaround is to replace /\uE000/g/ with new RegExp("
      " + "uE000", "g")

      Attachments

        Activity

          People

            Unassigned Unassigned
            yishayw Yishay Weiss
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: