mirror of
https://github.com/fluencelabs/musl
synced 2025-04-24 23:02:14 +00:00
remove outdated and misleading comment in iconv.c
the comment claimed that EUC/GBK/Big5 are not implemented, which has been incorrect since commit 19b4a0a20efc6b9df98b6a43536ecdd628ba4643.
This commit is contained in:
parent
39b8ce66f2
commit
3b0e83264d
@ -23,12 +23,6 @@
|
|||||||
#define BIG5 0340
|
#define BIG5 0340
|
||||||
#define EUC_KR 0350
|
#define EUC_KR 0350
|
||||||
|
|
||||||
/* FIXME: these are not implemented yet
|
|
||||||
* EUC: A1-FE A1-FE
|
|
||||||
* GBK: 81-FE 40-7E,80-FE
|
|
||||||
* Big5: A1-FE 40-7E,A1-FE
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Definitions of charmaps. Each charmap consists of:
|
/* Definitions of charmaps. Each charmap consists of:
|
||||||
* 1. Empty-string-terminated list of null-terminated aliases.
|
* 1. Empty-string-terminated list of null-terminated aliases.
|
||||||
* 2. Special type code or number of elided entries.
|
* 2. Special type code or number of elided entries.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user