Update of /cvsroot/mxbb/phpbb2mxp/includes/utf/data In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12742/includes/utf/data Added Files: case_fold_c.php case_fold_f.php case_fold_s.php confusables.php recode_basic.php search_indexer_0.php search_indexer_1.php search_indexer_19.php search_indexer_2.php search_indexer_20.php search_indexer_21.php search_indexer_26.php search_indexer_3.php search_indexer_31.php search_indexer_32.php search_indexer_33.php search_indexer_36.php search_indexer_4.php search_indexer_448.php search_indexer_5.php search_indexer_58.php search_indexer_6.php search_indexer_64.php search_indexer_84.php search_indexer_9.php search_indexer_95.php utf_canonical_comp.php utf_canonical_decomp.php utf_compatibility_decomp.php utf_nfc_qc.php utf_nfkc_qc.php utf_normalizer_common.php Log Message: upgrade to 2.0.24-beta1 --- NEW FILE: search_indexer_58.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_36.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_84.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_21.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_2.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_0.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_19.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_20.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: recode_basic.php --- <?php function iso_8859_1($string) { return utf8_encode($string); } function iso_8859_2($string) { static $transform = array( "\x80" => "\xC2\x80", "\x81" => "\xC2\x81", "\x82" => "\xC2\x82", "\x83" => "\xC2\x83", "\x84" => "\xC2\x84", "\x85" => "\xC2\x85", "\x86" => "\xC2\x86", "\x87" => "\xC2\x87", "\x88" => "\xC2\x88", "\x89" => "\xC2\x89", [...1504 lines suppressed...] "\xC3\xB1" => "\xF1", "\xC3\xB2" => "\xF2", "\xC3\xB3" => "\xF3", "\xC3\xB4" => "\xF4", "\xC3\xB5" => "\xF5", "\xC3\xB6" => "\xF6", "\xC3\xB7" => "\xF7", "\xC3\xB8" => "\xF8", "\xC3\xB9" => "\xF9", "\xC3\xBA" => "\xFA", "\xC3\xBB" => "\xFB", "\xC3\xBC" => "\xFC", "\xC3\xBD" => "\xFD", "\xC3\xBE" => "\xFE", "\xC3\xBF" => "\xFF" ); return strtr($string, $transform); } ?> --- NEW FILE: utf_compatibility_decomp.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_6.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_32.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: case_fold_c.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: utf_canonical_comp.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: utf_canonical_decomp.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_1.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_3.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_448.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: utf_normalizer_common.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: case_fold_f.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_4.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: confusables.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_5.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_64.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_33.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: utf_nfkc_qc.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_31.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_95.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: utf_nfc_qc.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_26.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: case_fold_s.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search_indexer_9.php --- (This appears to be a binary file; contents omitted.) |