diff options
author | Bruno Haible <bruno@clisp.org> | 2002-02-15 17:46:11 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-22 01:23:22 +0200 |
commit | 606cc27f8f8b8d5a41fd6c9e049ce4343df64aac (patch) | |
tree | c576708e72ac6dec83f198251a6f888c6b79ea95 /lib | |
parent | 27fc2e11e418c1e4aebd1e52908d1d6bbe64612a (diff) | |
download | external_gettext-606cc27f8f8b8d5a41fd6c9e049ce4343df64aac.zip external_gettext-606cc27f8f8b8d5a41fd6c9e049ce4343df64aac.tar.gz external_gettext-606cc27f8f8b8d5a41fd6c9e049ce4343df64aac.tar.bz2 |
Fix Russian encoding on DOS.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 4 | ||||
-rwxr-xr-x | lib/config.charset | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index a19f5a7..d024d82 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2002-02-15 Bruno Haible <bruno@clisp.org> + + * config.charset [msdosdjgpp]: For Russian, use CP866. + 2002-02-09 Bruno Haible <bruno@clisp.org> * c-ctype.h (c_is*): Change return type to bool. diff --git a/lib/config.charset b/lib/config.charset index deee81f..0a1a68d 100755 --- a/lib/config.charset +++ b/lib/config.charset @@ -410,8 +410,8 @@ case "$os" in echo "bg_BG CP866" # not CP855 ?? echo "mk CP866" # not CP855 ?? echo "mk_MK CP866" # not CP855 ?? - echo "ru KOI8-R" # not CP866 ?? - echo "ru_RU KOI8-R" # not CP866 ?? + echo "ru CP866" + echo "ru_RU CP866" # ISO-8859-6 languages echo "ar CP864" echo "ar_AE CP864" |