[ http://issues.apache.org/jira/browse/STDCXX-284?page=all ]
Martin Sebor resolved STDCXX-284.
---------------------------------
Fix Version/s: 4.2
Resolution: Fixed
Fixed thus: http://svn.apache.org/viewvc?view=rev&rev=440549 (the ChangeLog
comment incorrectly references the wrong issue, STDCXX-184).
> localedef fails to create a codecvt database when <code_set_name> is not
> specified
> ----------------------------------------------------------------------------------
>
> Key: STDCXX-284
> URL: http://issues.apache.org/jira/browse/STDCXX-284
> Project: C++ Standard Library
> Issue Type: Bug
> Components: Utilities
> Affects Versions: 4.1.2, 4.1.3
> Environment: all
> Reporter: Martin Sebor
> Assigned To: Martin Sebor
> Fix For: 4.2
>
>
> The localedef utility fails to create a codecvt database when the
> <code_set_name> declaration is omitted from the character set description
> file:
> $ cat charmap && cat ctype && ./localedef -c -w -f charmap -i ctype
> /tmp/dummy && LC_ALL=/tmp/dummy ./locale --charmap
> CHARMAP
> <U0041> \x41
> <U0141> \x41\x42
> <U0241> \x41\x43
> END CHARMAP
> LC_CTYPE
> END LC_CTYPE
> $ ls -l /tmp/ /tmp/*
> /tmp/:
> total 16
> drwxr-xr-x 2 sebor devel 182 Sep 5 18:43 dummy
> /tmp/dummy:
> total 16
> -rw-r--r-- 1 sebor devel 1577 Sep 5 18:43 LC_CTYPE
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira