]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Comment on IBM930, IBM933, IBM935, IBM937, IBM939.
authorCarlos O'Donell <carlos@systemhalted.org>
Thu, 3 Dec 2015 03:13:47 +0000 (22:13 -0500)
committerCarlos O'Donell <carlos@systemhalted.org>
Thu, 3 Dec 2015 03:13:47 +0000 (22:13 -0500)
Add comments for IBM930, IBM933, IBM935, IBM937, and IBM939 which
explain exactly what purpose these encodings have and provide a URL to
the upstream IBM database that further provides the details of the
encoding.

ChangeLog
iconvdata/ibm930.c
iconvdata/ibm933.c
iconvdata/ibm935.c
iconvdata/ibm937.c
iconvdata/ibm939.c

index b768cd5ba427a28118a2f399e97d075bd8434049..f253bfdcbb3c449cd9697165bebef8f1da5eeda8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-12-02  Carlos O'Donell  <carlos@redhat.com>
+
+       * iconvdata/ibm930.c: Add comment explaining encoding uses.
+       * iconvdata/ibm933.c: Likewise.
+       * iconvdata/ibm935.c: Likewise.
+       * iconvdata/ibm937.c: Likewise.
+       * iconvdata/ibm939.c: Likewise.
+
 2015-12-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
        * nptl/tst-cancel20.c (do_one_test): Move the pipe closing after
index 91327f1e18b0cd45bbd502fb4cd37aae5c1a5105..535d81fb0463ea21401e6bb0419dc5e60230e8ca 100644 (file)
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+/* IBM930 is designed for the representation of Japanese Katakana/Kanji
+   using a stateful EBCDIC encoding scheme.  It is also known as
+   CCSID 930 or CP930. See:
+   https://www-01.ibm.com/software/globalization/ccsid/ccsid930.html */
+
 #include <dlfcn.h>
 #include <stdint.h>
 #include <wchar.h>
index d1f3f05296a9d9f30ea1e228bc497e7014647dbe..86096c7b2306ddd23773e17ebd16150af0315bf1 100644 (file)
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+/* IBM933 is designed for the representation of Korean using a stateful
+   EBCDIC encoding scheme.  It is also known as CCSID 933 or CP933. See:
+   https://www-01.ibm.com/software/globalization/ccsid/ccsid933.html */
+
 #include <dlfcn.h>
 #include <stdint.h>
 #include <wchar.h>
index afb3449623e03027100881b3746f68bfc38f58af..5af836adb9adf219681996f05a8a5e61fdef230e 100644 (file)
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+/* IBM935 is designed for the representation of Simplified Chinese
+   using a stateful EBCDIC encoding scheme.  It is also known as
+   CCSID 935 or CP935. See:
+   https://www-01.ibm.com/software/globalization/ccsid/ccsid935.html  */
+
 #include <dlfcn.h>
 #include <stdint.h>
 #include <wchar.h>
index 744f32fdedfd419908de917c823d8a17923f894e..6fe5b11316d03ea5436271ca1e02d64fc2267415 100644 (file)
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+/* IBM937 is designed for the representation of Traditional Chinese
+   using a stateful EBCDIC encoding scheme.  It is also known as
+   CCSID 937 or CP937. See:
+   https://www-01.ibm.com/software/globalization/ccsid/ccsid937.html */
+
 #include <dlfcn.h>
 #include <stdint.h>
 #include <wchar.h>
index 3b189ddbfda9afb6a8eea4a431ac304aeb576e1c..c4bf3f268c97f193083722e8c7b5802803379d8f 100644 (file)
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+/* IBM939 is designed for the representation of Japanese Latin/Kanji
+   using a stateful EBCDIC encoding scheme.  It is also known as
+   CCSID 939 or CP939. See:
+   https://www-01.ibm.com/software/globalization/ccsid/ccsid939.html */
+
 #include <dlfcn.h>
 #include <stdint.h>
 #include <wchar.h>