projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39b8ce6
)
remove outdated and misleading comment in iconv.c
author
Rich Felker
<dalias@aerifal.cx>
Thu, 21 May 2015 21:06:28 +0000
(17:06 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 21 May 2015 21:06:28 +0000
(17:06 -0400)
the comment claimed that EUC/GBK/Big5 are not implemented, which has
been incorrect since commit
19b4a0a20efc6b9df98b6a43536ecdd628ba4643
.
src/locale/iconv.c
patch
|
blob
|
history
diff --git
a/src/locale/iconv.c
b/src/locale/iconv.c
index 3c20c8987692c2d8fc402136eae6994710acf531..e6121aea1ac0c306234a7f0220d59931b6684e68 100644
(file)
--- a/
src/locale/iconv.c
+++ b/
src/locale/iconv.c
@@
-23,12
+23,6
@@
#define BIG5 0340
#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:
* 1. Empty-string-terminated list of null-terminated aliases.
* 2. Special type code or number of elided entries.