diff options
Diffstat (limited to 'iconvdata/ibm937.c')
-rw-r--r-- | iconvdata/ibm937.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/iconvdata/ibm937.c b/iconvdata/ibm937.c index 744f32f..6fe5b11 100644 --- a/iconvdata/ibm937.c +++ b/iconvdata/ibm937.c @@ -17,6 +17,11 @@ 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> |