glibc/iconvdata
Nikita Popov ff012870b2 gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)
Bugfix 27256 has introduced another issue:
In conversion from ISO-2022-JP-3 encoding, it is possible
to force iconv to emit extra NUL character on internal state reset.
To do this, it is sufficient to feed iconv with escape sequence
which switches active character set.
The simplified check 'data->__statep->__count != ASCII_set'
introduced by the aforementioned bugfix picks that case and
behaves as if '\0' character has been queued thus emitting it.

To eliminate this issue, these steps are taken:
* Restore original condition
'(data->__statep->__count & ~7) != ASCII_set'.
It is necessary since bits 0-2 may contain
number of buffered input characters.
* Check that queued character is not NUL.
Similar step is taken for main conversion loop.

Bundled test case follows following logic:
* Try to convert ISO-2022-JP-3 escape sequence
switching active character set
* Reset internal state by providing NULL as input buffer
* Ensure that nothing has been converted.

Signed-off-by: Nikita Popov <npv1310@gmail.com>
2021-11-04 19:59:42 +01:00
..
testdata Update BIG5-HKSCS charmap to HKSCS-2008 2013-06-11 17:02:59 +02:00
8bit-gap.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
8bit-generic.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ansi_x3.110.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
armscii-8.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ARMSCII-8.irreversible
asmo_449.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
big5.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
big5hkscs.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
BIG5.irreversible
BIG5HKSCS.irreversible Update BIG5-HKSCS charmap to HKSCS-2008 2013-06-11 17:02:59 +02:00
BIG5HKSCS.precomposed Update BIG5-HKSCS charmap to HKSCS-2008 2013-06-11 17:02:59 +02:00
brf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-iconv1.c
bug-iconv2.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-iconv3.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-iconv4.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-iconv5.c
bug-iconv6.c
bug-iconv8.c Add some spaces before '('. 2019-02-27 13:55:45 +00:00
bug-iconv9.c Fix printf format mismatches 2012-11-02 22:52:16 +01:00
bug-iconv10.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
bug-iconv11.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
bug-iconv12.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
bug-iconv13.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
bug-iconv14.c gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256) 2021-01-27 14:02:47 +01:00
bug-iconv15.c gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524) 2021-11-04 19:59:42 +01:00
cns11643.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cns11643.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cns11643l1.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cns11643l1.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cns11643l2.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp737.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp737.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp770.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp771.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp772.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp773.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp774.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp775.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp775.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp932.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp1125.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
cp1250.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp1251.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp1252.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp1253.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp1254.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp1255.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp1256.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp1257.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp1258.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cp10007.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
CP932.irreversible
CP1255.irreversible
CP1258.irreversible
csn_369103.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
cwi.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
dec-mcs.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
Depend
ebcdic-at-de-a.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ebcdic-at-de.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ebcdic-ca-fr.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ebcdic-dk-no-a.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ebcdic-dk-no.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ebcdic-es-a.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ebcdic-es-s.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ebcdic-es.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ebcdic-fi-se-a.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ebcdic-fi-se.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ebcdic-fr.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ebcdic-is-friss.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ebcdic-it.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ebcdic-pt.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ebcdic-uk.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ebcdic-us.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ecma-cyrillic.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
euc-cn.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
euc-jisx0213.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
EUC-JISX0213.precomposed
euc-jp-ms.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
EUC-JP-MS.irreversible
euc-jp.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
EUC-JP.irreversible
euc-kr.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
EUC-KR.irreversible
euc-tw.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
EUC-TW.irreversible
extra-module.mk Link extra-libs consistently with libc and ld.so. 2013-05-31 16:16:33 +00:00
gap.awk
gaptab.awk
gb2312.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
gb2312.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
gb18030.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
gbbig5.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
gbgbk.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
gbk.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
gconv-modules Reinstate gconv-modules as the default configuration file 2021-06-14 18:38:09 +05:30
gconv-modules-extra.conf iconvdata: Split out non-essential gconv module configuration 2021-06-09 09:47:16 +05:30
gconv.map
gen-8bit-gap-1.sh Make shebang interpreter directives consistent 2016-01-07 04:03:21 -05:00
gen-8bit-gap.sh Make shebang interpreter directives consistent 2016-01-07 04:03:21 -05:00
gen-8bit.sh Make shebang interpreter directives consistent 2016-01-07 04:03:21 -05:00
georgian-academy.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
georgian-ps.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
gost_19768-74.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
greek7-old.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
greek7.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
greek-ccitt.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
hp-greek8.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
hp-roman8.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
hp-roman9.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
hp-thai8.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
hp-turkish8.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm037.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm038.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm256.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm273.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm274.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm275.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm277.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm278.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm280.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm281.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm284.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm285.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm290.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm297.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm420.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm423.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm424.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm437.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm500.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm803.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm803.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm850.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm851.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm852.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm855.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm856.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm856.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm857.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm858.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ibm860.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm861.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm862.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm863.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm864.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm865.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm866.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm866nav.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm868.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm869.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm870.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm871.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm874.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm875.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm880.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm891.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm901.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm901.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm902.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm902.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm903.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm904.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm905.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm918.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm921.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm921.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm922.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm922.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm930.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm930.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm932.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm932.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm933.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm933.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm935.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm935.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm937.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm937.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm939.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm939.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm943.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm943.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1004.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1008_420.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1008.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1008.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1025.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1025.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1026.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1046.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1046.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1047.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1097.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1097.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1112.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1112.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1122.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1122.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1123.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1123.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1124.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1124.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1129.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1129.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1130.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1130.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1132.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1132.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1133.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1133.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1137.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1137.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1140.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1140.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1141.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1141.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1142.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1142.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1143.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1143.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1144.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1144.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1145.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1145.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1146.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1146.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1147.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1147.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1148.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1148.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1149.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1149.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1153.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1153.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1154.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1154.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1155.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1155.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1156.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1156.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1157.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1157.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1158.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1158.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1160.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1160.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1161.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1161.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1162.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1162.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1163.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1163.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1164.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1164.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1166.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1166.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1167.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1167.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1364.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1364.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1371.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1371.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1388.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1388.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1390.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1390.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1399.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm1399.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm4517.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm4517.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm4899.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm4899.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm4909.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm4909.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm4971.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm4971.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm5347.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm5347.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm9030.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm9030.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm9066.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm9066.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm9448.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm9448.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm12712.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm12712.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm16804.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ibm16804.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
IBM856.irreversible
IBM922.irreversible
IBM1132.irreversible
IBM1133.irreversible
IBM1160.irreversible
IBM1161.irreversible
IBM1163.irreversible
IBM1164.irreversible
iec_p27-1.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
inis-8.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
inis-cyrillic.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
inis.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
isiri-3342.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
isiri-3342.h Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
ISIRI-3342.irreversible
iso646.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso8859-1.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso8859-2.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso8859-3.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso8859-4.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso8859-5.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso8859-6.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso8859-7.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso8859-8.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso8859-9.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso8859-9e.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso8859-10.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso8859-11.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso8859-13.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso8859-14.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso8859-15.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso8859-16.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso_2033.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso_5427-ext.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso_5427.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso_5428.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso_6937-2.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso_6937.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso_10367-box.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso_11548-1.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso-2022-cn-ext.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso-2022-cn.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso-2022-jp-3.c gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524) 2021-11-04 19:59:42 +01:00
iso-2022-jp.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso-2022-kr.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso-ir-165.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso-ir-165.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso-ir-197.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
iso-ir-209.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
jis0201.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
jis0201.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
jis0208.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
jis0208.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
jis0212.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
jis0212.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
jisx0213.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
jisx0213.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
JISX0213.TXT
johab.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
koi8-r.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
koi8-ru.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
koi8-t.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
koi8-u.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
koi-8.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ksc5601.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ksc5601.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
latin-greek-1.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
latin-greek.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
mac-centraleurope.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
mac-is.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
mac-sami.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
mac-uk.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
macintosh.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
Makefile gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524) 2021-11-04 19:59:42 +01:00
mik.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
MISSING
nats-dano.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
nats-sefi.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
pt154.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
rk1048.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
run-iconv-test.sh Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
sami-ws2.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
shift_jisx0213.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
SHIFT_JISX0213.irreversible
SHIFT_JISX0213.precomposed
sjis.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
SJIS.irreversible
t.61.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tcvn5712-1.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
TCVN5712-1.precomposed
TESTS Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
TESTS2 Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tis-620.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tscii.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
TSCII.irreversible
TSCII.precomposed
tst-e2big.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-iconv4.c
tst-iconv6.c
tst-iconv7.c
tst-iconv-big5-hkscs-to-2ucs4.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-loading.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-table-charmap.sh Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-table-from.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-table-to.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-table.sh Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-tables.sh Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
uhc.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
unicode.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
utf-7.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
utf-16.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
utf-32.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
viscii.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30