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

[Localization] Japanese dateFormatter returns extra characters after SVN 17067,17068

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Not A Problem
    • Adobe Flex SDK Previous
    • None
    • Formatters
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Compile & run w/ Japanese locale (-locale ja_JP)
      <?xml version="1.0" encoding="utf-8"?>
      <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
      <fx:Declarations>
      <mx:DateFormatter id="df" formatString="EEEE, MMMM DD, YYYY at HH:NN:SS A" />
      </fx:Declarations>
      <mx:TextInput id="tin" creationComplete="tin.text= df.format('2006/12/05');" />
      </s:Application>

      Actual Results:
      火曜日, 12月 05, 2006 at 24:00:00 午前

      Expected Results:
      火, 12月 05, 2006 at 24:00:00 午前

      Workaround (if any):

      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: