Fix typo in comment

Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/20210716.170209.175434392011070182.horikyota.ntt%40gmail.com
This commit is contained in:
Peter Eisentraut 2021-07-22 09:37:35 +02:00
parent 6a2c532c22
commit 86a1aae764
77 changed files with 77 additions and 77 deletions

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree big5_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -579,7 +579,7 @@ sub print_radix_table
printf $out " 0x%02x, /* b3_3_lower */\n", $b3_3_lower;
printf $out " 0x%02x, /* b3_3_upper */\n", $b3_3_upper;
printf $out "\n";
printf $out " 0x%04x, /* offset of table for 3-byte inputs */\n",
printf $out " 0x%04x, /* offset of table for 4-byte inputs */\n",
$b4root;
printf $out " 0x%02x, /* b4_1_lower */\n", $b4_1_lower;
printf $out " 0x%02x, /* b4_1_upper */\n", $b4_1_upper;

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_cn_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_jis_2004_to_unicode_tree =
0xa1, /* b3_3_lower */
0xfe, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_jp_to_unicode_tree =
0xa1, /* b3_3_lower */
0xfe, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_kr_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_tw_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x1899, /* offset of table for 3-byte inputs */
0x1899, /* offset of table for 4-byte inputs */
0x8e, /* b4_1_lower */
0x8e, /* b4_1_upper */
0xa1, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree gb18030_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x5f3f, /* offset of table for 3-byte inputs */
0x5f3f, /* offset of table for 4-byte inputs */
0x81, /* b4_1_lower */
0x84, /* b4_1_upper */
0x30, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree gbk_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_10_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_13_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_14_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_15_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_16_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_2_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_3_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_4_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_5_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_6_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_7_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_8_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_9_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree johab_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree koi8r_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree koi8u_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree shift_jis_2004_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree sjis_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree uhc_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree big5_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_cn_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_jis_2004_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x6fc1, /* offset of table for 3-byte inputs */
0x6fc1, /* offset of table for 4-byte inputs */
0xf0, /* b4_1_lower */
0xf0, /* b4_1_upper */
0xa0, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_jp_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_kr_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_tw_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree gb18030_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree gbk_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_10_from_unicode_tree =
0x95, /* b3_3_lower */
0x95, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_13_from_unicode_tree =
0x99, /* b3_3_lower */
0x9e, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_14_from_unicode_tree =
0x80, /* b3_3_lower */
0xb3, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_15_from_unicode_tree =
0xac, /* b3_3_lower */
0xac, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_16_from_unicode_tree =
0x9d, /* b3_3_lower */
0xac, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_2_from_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_3_from_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_4_from_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_5_from_unicode_tree =
0x96, /* b3_3_lower */
0x96, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_6_from_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_7_from_unicode_tree =
0x95, /* b3_3_lower */
0xaf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_8_from_unicode_tree =
0x8e, /* b3_3_lower */
0x97, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_9_from_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree johab_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree koi8r_from_unicode_tree =
0x80, /* b3_3_lower */
0xbc, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree koi8u_from_unicode_tree =
0x80, /* b3_3_lower */
0xbc, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree shift_jis_2004_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x6fe2, /* offset of table for 3-byte inputs */
0x6fe2, /* offset of table for 4-byte inputs */
0xf0, /* b4_1_lower */
0xf0, /* b4_1_upper */
0xa0, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree sjis_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree uhc_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1250_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1251_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1252_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1253_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1254_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1255_from_unicode_tree =
0x8e, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1256_from_unicode_tree =
0x8c, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1257_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1258_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win866_from_unicode_tree =
0x80, /* b3_3_lower */
0xbc, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win874_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1250_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1251_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1252_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1253_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1254_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1255_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1256_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1257_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1258_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win866_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */

View File

@ -26,7 +26,7 @@ static const pg_mb_radix_tree win874_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
0x0000, /* offset of table for 3-byte inputs */
0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */