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/ibm939.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'iconvdata/ibm939.c') diff --git a/iconvdata/ibm939.c b/iconvdata/ibm939.c index 3b189dd..c4bf3f2 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 v1.1