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

Euro sign not displayed in Flex 3

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • Adobe Flex SDK 3.5 (Release)
    • None
    • mx: Text
    • None
    • Affected OS(s): All OS Platforms
      Browser: Internet Explorer 8.x
      Language Found: English

    Description

      Steps to reproduce:
      <?xml version="1.0"?>
      <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="onCreationComplete();">
      <mx:Script><![CDATA[
      private function onCreationComplete():void

      { test.text = "\u20ac" + "10"; test2.text = "\u00a3" + "10"; }

      ]]
      ></mx:Script>
      <mx:Text id="test"/>
      <mx:Text id="test2"/>
      </mx:VBox>

      Actual Results:
      10
      £10

      Expected Results:
      €10
      £10

      The same goes for TextInput and Label.

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: