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 616DC9632 for ; Tue, 14 Feb 2012 21:54:40 +0000 (UTC) Received: (qmail 79232 invoked by uid 500); 14 Feb 2012 21:54:39 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 79201 invoked by uid 500); 14 Feb 2012 21:54:39 -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 79191 invoked by uid 99); 14 Feb 2012 21:54:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2012 21:54:39 +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 (athena.apache.org: local policy) Received: from [209.85.160.47] (HELO mail-pw0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2012 21:54:32 +0000 Received: by pbcum15 with SMTP id um15so687411pbc.6 for ; Tue, 14 Feb 2012 13:54:11 -0800 (PST) Received: by 10.68.132.137 with SMTP id ou9mr62470330pbb.93.1329256451712; Tue, 14 Feb 2012 13:54:11 -0800 (PST) Received: from [192.168.0.2] (124-149-125-131.dyn.iinet.net.au. [124.149.125.131]) by mx.google.com with ESMTPS id q10sm6136103pbb.10.2012.02.14.13.54.10 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 14 Feb 2012 13:54:11 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1251.1) Subject: Re: Other locales for Flex SDK From: Justin Mclean In-Reply-To: Date: Wed, 15 Feb 2012 08:54:08 +1100 Content-Transfer-Encoding: quoted-printable Message-Id: <1DAE7D6A-E1C5-4C00-9C0C-695B8F4A8CD2@classsoftware.com> References: <6BFEC381-C1C3-4F7A-92A0-2A4BF1BDBA98@classsoftware.com> <00ce01cceb38$6294b2f0$27be18d0$@davidarno.org> <00cd01cceb51$981df440$c859dcc0$@tinylion.co.uk> <416F8CCA-3D60-4616-BEE1-6AF88E5B0145@classsoftware.com> To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1251.1) X-Gm-Message-State: ALoCoQl6nIpe4cHSmRZpl+e5/d9R55HsLcjsZE4w7baj8pFt1l0PWeY1/i0uGEgxXZfE4i6zqk+u Hi, Taking a look at the SDK it looks like the phone format string is only = used in mx:PhoneFormatter it's unlikely that any non US based = applications would be using this class to format non US phone numbers. = Not that that stops the need for a non US centric phone number = formatter/validator but it does mean that we can mostly ignore = phoneNumberFormat in the resource bundle as it's currently of little = use. The class also has hard coded length values so would need to be = modified to support different formats. Thanks, Justin=