From: Rich Felker Date: Thu, 21 May 2015 21:06:28 +0000 (-0400) Subject: remove outdated and misleading comment in iconv.c X-Git-Tag: v1.1.10~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3b0e83264d156f9e496ab32badd89e4447b807aa;p=oweals%2Fmusl.git 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. --- diff --git a/src/locale/iconv.c b/src/locale/iconv.c index 3c20c898..e6121aea 100644 --- 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.