diff options
Diffstat (limited to 'iconvdata/ibm933.c')
-rw-r--r-- | iconvdata/ibm933.c | 4 |
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> |