Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 61345 invoked from network); 11 Sep 2007 12:17:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2007 12:17:08 -0000 Received: (qmail 27517 invoked by uid 500); 11 Sep 2007 12:17:02 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 27453 invoked by uid 500); 11 Sep 2007 12:17:02 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 27442 invoked by uid 99); 11 Sep 2007 12:17:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 05:17:02 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 12:18:30 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5045071420E for ; Tue, 11 Sep 2007 05:16:34 -0700 (PDT) Message-ID: <22221990.1189512994324.JavaMail.jira@brutus> Date: Tue, 11 Sep 2007 05:16:34 -0700 (PDT) From: "Farid Zaripov (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Issue Comment Edited: (STDCXX-520) codecvt1.cpp example exits with exitcode=1 In-Reply-To: <7016531.1186952023683.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526440 ] farid edited comment on STDCXX-520 at 9/11/07 5:14 AM: --------------------------------------------------------------- The example doesn't fail (crash or something). It's just return 1 to indicate that used locales not available. Added output of the error message thus: http://svn.apache.org/viewvc?rev=574560&view=rev Changed type back to improvement and scheduled for 4.2.1. was (Author: farid): The example doesn't fail (crash or something). It's just return 1 to indicate that used locales not available. Added output of the error message thus: http://svn.apache.org/viewvc?rev=574560&view=rev Changed type back to improvement and scheduled to 4.2.1. > codecvt1.cpp example exits with exitcode=1 > ------------------------------------------ > > Key: STDCXX-520 > URL: https://issues.apache.org/jira/browse/STDCXX-520 > Project: C++ Standard Library > Issue Type: Improvement > Components: Examples > Affects Versions: 4.1.3 > Environment: All > Reporter: Farid Zaripov > Assignee: Farid Zaripov > Priority: Minor > Fix For: 4.2.1 > > > codecvt1.cpp example exits with exitcode=1 because of no requested locales are installed. > The thread in mailing-list: http://www.mail-archive.com/stdcxx-dev@incubator.apache.org/msg03703.html > ---------------------- > codecvt1 should probably be disabled for now (until we figure > out how to get it to work) and it should also be renamed to > something more descriptive. Testing three hardwired encodings > doesn't seem like a good idea for a simple example, so maybe > we could split it up into codecvt-sjis.cpp, codecvt-eucjp, > and codecvt-utf8.cpp. > ---------------------- -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.