postgresql/src/backend/utils/mb/Unicode
Heikki Linnakangas 021d254d9a Make all unicode perl scripts to use strict, rearrange logic for clarity.
The loops were a bit difficult to understand, due to breaking out of them
early. Also fix things that perlcritic complained about.

Daniel Gustafsson
2016-11-30 18:06:34 +02:00
..
big5_to_utf8.map
convutils.pm Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
euc_cn_to_utf8.map
euc_jis_2004_to_utf8_combined.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
euc_jis_2004_to_utf8.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
euc_jp_to_utf8.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
euc_kr_to_utf8.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
euc_tw_to_utf8.map
euc-jis-2004-std.txt
gb18030_to_utf8.map
gb-18030-2000.xml
gbk_to_utf8.map
iso8859_2_to_utf8.map
iso8859_3_to_utf8.map
iso8859_4_to_utf8.map
iso8859_5_to_utf8.map
iso8859_6_to_utf8.map
iso8859_7_to_utf8.map
iso8859_8_to_utf8.map
iso8859_9_to_utf8.map
iso8859_10_to_utf8.map
iso8859_13_to_utf8.map
iso8859_14_to_utf8.map
iso8859_15_to_utf8.map
iso8859_16_to_utf8.map
johab_to_utf8.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
koi8r_to_utf8.map
koi8u_to_utf8.map
Makefile Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
shift_jis_2004_to_utf8_combined.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
shift_jis_2004_to_utf8.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
sjis_to_utf8.map
sjis-0213-2004-std.txt
UCS_to_BIG5.pl Make all unicode perl scripts to use strict, rearrange logic for clarity. 2016-11-30 18:06:34 +02:00
UCS_to_EUC_CN.pl Make all unicode perl scripts to use strict, rearrange logic for clarity. 2016-11-30 18:06:34 +02:00
UCS_to_EUC_JIS_2004.pl Make all unicode perl scripts to use strict, rearrange logic for clarity. 2016-11-30 18:06:34 +02:00
UCS_to_EUC_JP.pl Make all unicode perl scripts to use strict, rearrange logic for clarity. 2016-11-30 18:06:34 +02:00
UCS_to_EUC_KR.pl Make all unicode perl scripts to use strict, rearrange logic for clarity. 2016-11-30 18:06:34 +02:00
UCS_to_EUC_TW.pl Make all unicode perl scripts to use strict, rearrange logic for clarity. 2016-11-30 18:06:34 +02:00
UCS_to_GB18030.pl Make all unicode perl scripts to use strict, rearrange logic for clarity. 2016-11-30 18:06:34 +02:00
UCS_to_JOHAB.pl Make all unicode perl scripts to use strict, rearrange logic for clarity. 2016-11-30 18:06:34 +02:00
UCS_to_most.pl Make all unicode perl scripts to use strict, rearrange logic for clarity. 2016-11-30 18:06:34 +02:00
UCS_to_SHIFT_JIS_2004.pl Make all unicode perl scripts to use strict, rearrange logic for clarity. 2016-11-30 18:06:34 +02:00
UCS_to_SJIS.pl Make all unicode perl scripts to use strict, rearrange logic for clarity. 2016-11-30 18:06:34 +02:00
UCS_to_UHC.pl Make all unicode perl scripts to use strict, rearrange logic for clarity. 2016-11-30 18:06:34 +02:00
uhc_to_utf8.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
utf8_to_big5.map
utf8_to_euc_cn.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
utf8_to_euc_jis_2004_combined.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
utf8_to_euc_jis_2004.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
utf8_to_euc_jp.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
utf8_to_euc_kr.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
utf8_to_euc_tw.map
utf8_to_gb18030.map
utf8_to_gbk.map
utf8_to_iso8859_2.map
utf8_to_iso8859_3.map
utf8_to_iso8859_4.map
utf8_to_iso8859_5.map
utf8_to_iso8859_6.map
utf8_to_iso8859_7.map
utf8_to_iso8859_8.map
utf8_to_iso8859_9.map
utf8_to_iso8859_10.map
utf8_to_iso8859_13.map
utf8_to_iso8859_14.map
utf8_to_iso8859_15.map
utf8_to_iso8859_16.map
utf8_to_johab.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
utf8_to_koi8r.map
utf8_to_koi8u.map
utf8_to_shift_jis_2004_combined.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
utf8_to_shift_jis_2004.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
utf8_to_sjis.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
utf8_to_uhc.map Rewrite the perl scripts to produce our Unicode conversion tables. 2016-11-30 14:54:52 +02:00
utf8_to_win866.map
utf8_to_win874.map
utf8_to_win1250.map
utf8_to_win1251.map
utf8_to_win1252.map
utf8_to_win1253.map
utf8_to_win1254.map
utf8_to_win1255.map
utf8_to_win1256.map
utf8_to_win1257.map
utf8_to_win1258.map
win866_to_utf8.map
win874_to_utf8.map
win1250_to_utf8.map
win1251_to_utf8.map
win1252_to_utf8.map
win1253_to_utf8.map
win1254_to_utf8.map
win1255_to_utf8.map
win1256_to_utf8.map
win1257_to_utf8.map
win1258_to_utf8.map