diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-28 13:57:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-28 13:57:45 +0000 |
commit | 14d5391f9be3b8fc538fa31303c1c9ceac23cd1a (patch) | |
tree | 60901263cf3270a18c74622eaf2c30048ebce3a0 /catgets/sample.SJIS | |
parent | ee25ee65c50800db31d0fde1db70338e3c44d8a7 (diff) | |
download | glibc-14d5391f9be3b8fc538fa31303c1c9ceac23cd1a.tar.gz glibc-14d5391f9be3b8fc538fa31303c1c9ceac23cd1a.tar.xz glibc-14d5391f9be3b8fc538fa31303c1c9ceac23cd1a.zip |
Update.
2000-11-28 Ulrich Drepper <drepper@redhat.com> * catgets/gencat.c (normalize_line): Take extra parameter with escape character. Change callers. (open_conversion): Determine mapping of 0x5c as wchar_t value. * catgets/Makefile: Add rules to build and run test-gencat. * catgets/sample.SJIS: New file. * catgets/test-gencat.c: New file. * catgets/test-gencat.sh: New file. Report and test case by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
Diffstat (limited to 'catgets/sample.SJIS')
-rw-r--r-- | catgets/sample.SJIS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/catgets/sample.SJIS b/catgets/sample.SJIS new file mode 100644 index 0000000000..9ffcc01ac5 --- /dev/null +++ b/catgets/sample.SJIS @@ -0,0 +1,10 @@ +$ test message catalog + +$ codeset=sjis +$quote " +$set 1 +1 sample1:ABCDEF: +2 sample2:日本語: +3 sample3:予定表: +4 sample4:TEST\tTAB: +5 sample5:機能\t十種類: |