On 02/22/2012 08:59 PM, Eric Blake wrote:
> On 02/22/2012 12:55 PM, Chet Ramey wrote:
>> On 2/21/12 5:07 PM, John Kearney wrote:
>>>
>>> Initial code for testing \u functionality.
>>
>> Thanks; this is really good work. In the limited testing I've
>> done, ja_JP.SHIFT_JIS is rare and C.UTF-8 doe
On 02/22/2012 12:55 PM, Chet Ramey wrote:
> On 2/21/12 5:07 PM, John Kearney wrote:
>>
>> Initial code for testing \u functionality.
>
> Thanks; this is really good work. In the limited testing I've done,
> ja_JP.SHIFT_JIS is rare and C.UTF-8 doesn't exist anywhere.
C.UTF-8 exists on Cygwin. Bu
On 2/21/12 5:07 PM, John Kearney wrote:
>
> Initial code for testing \u functionality.
Thanks; this is really good work. In the limited testing I've done,
ja_JP.SHIFT_JIS is rare and C.UTF-8 doesn't exist anywhere. ja_JP.SJIS
is a somewhat less rare substitute for the former, and en_US.UTF-8 se
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Initial code for testing \u functionality.
basically uses arrays that look like this
jp_JP_SHIFT_JIS=(
#Unicode="expected bmstring"
[0x0001]=$'\x01' # START OF HEADING
[0x0002]=$'\x02' # START OF TEXT
...
)
TestCodePage ja_JP.SHIFT_JIS jp_JP_S