Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B96D10AEE for ; Wed, 28 Aug 2013 20:56:29 +0000 (UTC) Received: (qmail 35505 invoked by uid 500); 28 Aug 2013 20:56:28 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 35438 invoked by uid 500); 28 Aug 2013 20:56:28 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 35430 invoked by uid 99); 28 Aug 2013 20:56:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 20:56:28 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of manitas0302@gmail.com designates 209.85.212.175 as permitted sender) Received: from [209.85.212.175] (HELO mail-wi0-f175.google.com) (209.85.212.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 20:56:22 +0000 Received: by mail-wi0-f175.google.com with SMTP id hi5so1810958wib.2 for ; Wed, 28 Aug 2013 13:56:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=HmLzIdAEu6CSTaHTYBH0qjJlU/2hXA5hVJF64zKE7yU=; b=mrHKzvkWUUz0kPNZk5T1+nY+JIZXDv1e6DFbVwYGQ/wxVbKwea+VSb7w6zkfle8ztp Iol0o7IxPTgtdI+OYskFe5GkA0RitKg58tM0C45GLTiwP2jDl0Lpjaboc7ej3bCLRUDQ gzJk20FU2AUIrvmh9vpT+Pw+Mn52kLXeT+AmJtlwqIq4RqSXG+w26+ao/J507XVHXNx3 2WugvLH5AU11Js3PafPNlXsXiYORnbkks62I4rh7bfkR9y+8LKh7UUnxntb82U8XlGRz JSRzZLqM668kQcgt8iTjtZD2wUWvBvjF8YD9jTbyuN2CZVaOADR3LMvzCJ3WNRM3nnMG M4cw== MIME-Version: 1.0 X-Received: by 10.194.235.138 with SMTP id um10mr18394721wjc.30.1377723361585; Wed, 28 Aug 2013 13:56:01 -0700 (PDT) Received: by 10.217.93.200 with HTTP; Wed, 28 Aug 2013 13:56:01 -0700 (PDT) Date: Wed, 28 Aug 2013 22:56:01 +0200 Message-ID: Subject: Pb with special characters and accents From: manitas manitas To: users@flex.apache.org Content-Type: multipart/alternative; boundary=089e01419acc90f2aa04e50837f8 X-Virus-Checked: Checked by ClamAV on apache.org --089e01419acc90f2aa04e50837f8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, I'm using the apache flex 4.10 sdk to develop an Adobe Air desktop app for Windows. I have a problem with special characters and accents. In fact all my mxml file starts with the following line : but when I try to get the text of a spark TextInput and trace it in the output console or send it to a remote server there is a problem of charset encoding. For example if I type "=E9" in the TextInput the display is ok in the app b= ut if I get and trace the text of this TextInput I have this : =C3=A9 I don't know what I'm missing and where to find the encoding configuration for my app. Thanks in advance for your help. Best regards --089e01419acc90f2aa04e50837f8--