summaryrefslogtreecommitdiff
path: root/iconvdata/ibm933.c
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2015-12-02 22:13:47 -0500
committerCarlos O'Donell <carlos@systemhalted.org>2015-12-02 22:13:47 -0500
commit4de3b51e08cd7585926406b06da113d1173075c3 (patch)
treed2f49d42297743934703e69316120c585697dca7 /iconvdata/ibm933.c
parentd0e3ffb7a58854248f1d5e737610d50cd0a60f46 (diff)
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.
Diffstat (limited to 'iconvdata/ibm933.c')
-rw-r--r--iconvdata/ibm933.c4
1 files changed, 4 insertions, 0 deletions
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
<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>