diff options
author | Bruno Haible <bruno@clisp.org> | 2002-05-14 17:19:46 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:07:57 +0200 |
commit | 60d596f3c8e501ec64bf1c5914aae69473c40569 (patch) | |
tree | 1cf2dc70694ba3ee3d9f94b2c97c9a1aee16123d /misc | |
parent | 482d9f6a0376583af4c1573a073eea11b80f5733 (diff) | |
download | external_gettext-60d596f3c8e501ec64bf1c5914aae69473c40569.zip external_gettext-60d596f3c8e501ec64bf1c5914aae69473c40569.tar.gz external_gettext-60d596f3c8e501ec64bf1c5914aae69473c40569.tar.bz2 |
Update the list of allowed encodings.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ChangeLog | 5 | ||||
-rw-r--r-- | misc/po-compat.el | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog index a1a9873..8086fe7 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2002-05-12 Bruno Haible <bruno@clisp.org> + + * po-compat.el: Add ISO-8859-14, KOI8-T, GEORGIAN-PS to the list of + allowed encodings. + 2002-05-11 Bruno Haible <bruno@clisp.org> * autopoint.in: Recognize AM_GNU_GETTEXT_VERSION(..) syntax. diff --git a/misc/po-compat.el b/misc/po-compat.el index 83112bb..c05832a 100644 --- a/misc/po-compat.el +++ b/misc/po-compat.el @@ -94,10 +94,13 @@ (ISO_8859-9 . iso-8859-9) ;(ISO-8859-13 . ??) ;(ISO_8859-13 . ??) + ;(ISO-8859-14 . ??) + ;(ISO_8859-14 . ??) (ISO-8859-15 . iso-8859-15) ; requires Emacs 21 (ISO_8859-15 . iso-8859-15) ; requires Emacs 21 (KOI8-R . koi8-r) ;(KOI8-U . ??) + ;(KOI8-T . ??) (CP437 . cp437) ; requires Emacs 20 (CP775 . cp775) ; requires Emacs 20 (CP850 . cp850) ; requires Emacs 20 @@ -141,6 +144,7 @@ ;(JOHAB . ??) (TIS-620 . tis-620) ; requires Emacs 20 or Emacs 21 (VISCII . viscii) ; requires Emacs 20 or Emacs 21 + ;(GEORGIAN-PS . ??) (UTF-8 . utf-8) ; requires Mule-UCS in Emacs 20, or Emacs 21 ) "How to convert a GNU libc/libiconv canonical charset name as seen in |