diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-09 23:15:39 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-09 23:15:39 -0400 |
commit | be97a69ebe137a0caab097df5e0ceb9fa92443eb (patch) | |
tree | b4022f16abdea747b7d215aa32eb0ba32b039fb5 /iconvdata/gconv-modules | |
parent | be9c5e8b2014bdbf724f206bb25249c67115db49 (diff) | |
download | glibc-be97a69ebe137a0caab097df5e0ceb9fa92443eb.tar glibc-be97a69ebe137a0caab097df5e0ceb9fa92443eb.tar.gz glibc-be97a69ebe137a0caab097df5e0ceb9fa92443eb.tar.bz2 glibc-be97a69ebe137a0caab097df5e0ceb9fa92443eb.zip |
Add support for CP770, CP771, CP772, CP773, and CP774
Diffstat (limited to 'iconvdata/gconv-modules')
-rw-r--r-- | iconvdata/gconv-modules | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index a31871645f..9a870943dd 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -1,5 +1,5 @@ # GNU libc iconv configuration. -# Copyright (C) 1997-2004, 2005, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 1997-2005, 2007, 2008, 2011 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 @@ -1224,6 +1224,26 @@ module CP737// INTERNAL CP737 1 module INTERNAL CP737// CP737 1 # from to module cost +module CP770// INTERNAL CP770 1 +module INTERNAL CP770// CP770 1 + +# from to module cost +module CP771// INTERNAL CP771 1 +module INTERNAL CP771// CP771 1 + +# from to module cost +module CP772// INTERNAL CP772 1 +module INTERNAL CP772// CP772 1 + +# from to module cost +module CP773// INTERNAL CP773 1 +module INTERNAL CP773// CP773 1 + +# from to module cost +module CP774// INTERNAL CP774 1 +module INTERNAL CP774// CP774 1 + +# from to module cost alias IBM775// CP775// alias CSPC775BALTIC// CP775// module CP775// INTERNAL CP775 1 |