diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-10-31 19:05:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-10-31 19:05:40 +0000 |
commit | 97f1239074a102b8026de018137e8a492424d1fc (patch) | |
tree | 7526b47379b62eac1a7e99bac664b8bb246e6ac6 /iconvdata/gconv-modules | |
parent | 6daf1a2fb125c2afd439457aad589fe8a31847d4 (diff) | |
download | glibc-97f1239074a102b8026de018137e8a492424d1fc.tar.gz glibc-97f1239074a102b8026de018137e8a492424d1fc.tar.xz glibc-97f1239074a102b8026de018137e8a492424d1fc.zip |
* iconvdata/gconv-modules: Use LATIN9 as an alias to ISO-8859-15,
not LATIN-9.
Diffstat (limited to 'iconvdata/gconv-modules')
-rw-r--r-- | iconvdata/gconv-modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index a14dbbe9d6..ad8d479174 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -1,5 +1,5 @@ # GNU libc iconv configuration. -# Copyright (C) 1997-2004, 2005, 2007 Free Software Foundation, Inc. +# Copyright (C) 1997-2004, 2005, 2007, 2008 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -394,7 +394,7 @@ alias ISO8859-15// ISO-8859-15// alias ISO885915// ISO-8859-15// alias ISO-IR-203// ISO-8859-15// alias ISO_8859-15// ISO-8859-15// -alias LATIN-9// ISO-8859-15// +alias LATIN9// ISO-8859-15// alias ISO_8859-15:1998// ISO-8859-15// module ISO-8859-15// INTERNAL ISO8859-15 1 module INTERNAL ISO-8859-15// ISO8859-15 1 |