Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3289691D2 for ; Sun, 11 Mar 2012 02:47:30 +0000 (UTC) Received: (qmail 4966 invoked by uid 500); 11 Mar 2012 02:47:29 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 4903 invoked by uid 500); 11 Mar 2012 02:47:28 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 4880 invoked by uid 99); 11 Mar 2012 02:47:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Mar 2012 02:47:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.210.175] (HELO mail-iy0-f175.google.com) (209.85.210.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Mar 2012 02:47:19 +0000 Received: by iaag37 with SMTP id g37so4319221iaa.6 for ; Sat, 10 Mar 2012 18:46:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=EXQkpLZZe9wN9/vQbwXmAs4K7yfDeic+ZURfyhgWJps=; b=N5dIRJLzkOJoCSALJF/EYGPIxP+L3TqdCs+scfBZatjNMoMVIOndyGUsDqBLOwba5V AcO5iH2YpDBHJHnpV6EBYbejuoA+0digCLur4IQUdxXMmuk5EeeuZ9T1atME07twaDP9 frp2eYHHEAEuEuEbqHcQfg9GOrEXPNd4r7VHUquOIfKZMW3ZhfO33su989K4hv+jQnbL gs7VA0eUOKMvA3NeL+3hzbrY4qCXwJTztGAhrI/9GxMTqHqWfAS6+0mW28Kb0EfRgl5s kA+LQCWvFFcFXmy9y0p5YJGM+p0O0WYCa2jrXqk5JHN/d9IzyffhasIQSP+h3U/T1lmI y+UQ== Received: by 10.50.217.137 with SMTP id oy9mr11980822igc.31.1331434018247; Sat, 10 Mar 2012 18:46:58 -0800 (PST) Received: from [192.168.0.4] (124-149-169-202.dyn.iinet.net.au. [124.149.169.202]) by mx.google.com with ESMTPS id j4sm5558596igq.5.2012.03.10.18.46.54 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 10 Mar 2012 18:46:57 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: [Proposal] Add PostCodeValidator and PostCodeFormatter to the SDK From: Justin Mclean In-Reply-To: Date: Sun, 11 Mar 2012 13:46:49 +1100 Content-Transfer-Encoding: quoted-printable Message-Id: <392724C8-993B-4EB9-8CBD-B84CDFFC651C@classsoftware.com> References: <503131DD-2947-4AF1-9815-DD4CFF6B028A@classsoftware.com> <1331309633.52878.YahooMailNeo@web110414.mail.gq1.yahoo.com> <4F5A5A44.20209@leichtgewicht.at> <4F5AABD9.9060807@leichtgewicht.at> <01A4F49D-376D-4F38-BE8E-AEAC71A475BB@classsoftware.com> <4F5B2605.5070507@leichtgewicht.at> <3E4447FA-4E2C-4D52-AFB3-49916D8A679C@classsoftware.com> To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQlwe+YEJaTF9fnmRXY4jUPfUXtnL3QEKg9hE/0xG79pDbukYVx/XzQNFeFJHz3XxB0UobjL X-Virus-Checked: Checked by ClamAV on apache.org Hi, Just looked into the wide character issue and it seem Flex does have = support for this via IME (Input Method Editor). These some info here: = http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/s= ystem/IME.html = http://livedocs.adobe.com/flex/3/html/help.html?content=3D18_Client_System= _Environment_6.html This works on the TextInput not on the Validator, so Validator class = support it is probably not the way forward. At this point I think it may = be best to remove wide number support from the class and I'll see if I = can get an wide number/character example working via IME. Thanks, Justin=