You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2008/01/29 14:01:54 UTC

[jira] Issue Comment Edited: (STDCXX-520) codecvt1.cpp example exits with exitcode=1

    [ https://issues.apache.org/jira/browse/STDCXX-520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563504#action_12563504 ] 

farid edited comment on STDCXX-520 at 1/29/08 5:01 AM:
---------------------------------------------------------------

We cannot split this example into 3 examples, because there also present conversion test between EUC-JP and UTF-8 encodings through the internal representation.

      was (Author: farid):
    We cannot split this example into 3 examples, because there also present conversion test between EUC-JP and UTF-8 encodings through the internal replesentation.
  
> 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.