From 4de3b51e08cd7585926406b06da113d1173075c3 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Wed, 2 Dec 2015 22:13:47 -0500 Subject: Comment on IBM930, IBM933, IBM935, IBM937, IBM939. 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. --- iconvdata/ibm930.c | 5 +++++ iconvdata/ibm933.c | 4 ++++ iconvdata/ibm935.c | 5 +++++ iconvdata/ibm937.c | 5 +++++ iconvdata/ibm939.c | 5 +++++ 5 files changed, 24 insertions(+) (limited to 'iconvdata') diff --git a/iconvdata/ibm930.c b/iconvdata/ibm930.c index 91327f1e18..535d81fb04 100644 --- a/iconvdata/ibm930.c +++ b/iconvdata/ibm930.c @@ -17,6 +17,11 @@ License along with the GNU C Library; if not, see . */ +/* 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 #include #include diff --git a/iconvdata/ibm933.c b/iconvdata/ibm933.c index d1f3f05296..86096c7b23 100644 --- a/iconvdata/ibm933.c +++ b/iconvdata/ibm933.c @@ -17,6 +17,10 @@ License along with the GNU C Library; if not, see . */ +/* 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 #include #include diff --git a/iconvdata/ibm935.c b/iconvdata/ibm935.c index afb3449623..5af836adb9 100644 --- a/iconvdata/ibm935.c +++ b/iconvdata/ibm935.c @@ -17,6 +17,11 @@ License along with the GNU C Library; if not, see . */ +/* 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 #include #include diff --git a/iconvdata/ibm937.c b/iconvdata/ibm937.c index 744f32fded..6fe5b11316 100644 --- a/iconvdata/ibm937.c +++ b/iconvdata/ibm937.c @@ -17,6 +17,11 @@ License along with the GNU C Library; if not, see . */ +/* 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 #include #include diff --git a/iconvdata/ibm939.c b/iconvdata/ibm939.c index 3b189ddbfd..c4bf3f268c 100644 --- a/iconvdata/ibm939.c +++ b/iconvdata/ibm939.c @@ -17,6 +17,11 @@ License along with the GNU C Library; if not, see . */ +/* 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 #include #include -- cgit 1.4.1