zizion
01-12-2004, 11:05 PM
I want to modify config.php to use korean.
So far i have changed
('PHPDIG_ENCODING','iso-8859-1') to
('PHPDIG_ENCODING','iso-10646-1')
Next Part:
$phpdig_string_subst['iso-8859-1'] = 'A:ÀÁÂÃÄÅ,a:àáâãäå,O:ÒÓÔÕÖØ,o:òóôõöø,E:ÈÉÊË,e:èéêë,C:?c:?I:ÌÍÎÏ,i:ìíîï,U:ÙÚ ÛÜ,u:ùúûü,Y:?y:ÿ?N:?n:?;
$phpdig_string_subst['iso-8859-2'] = 'A:ÁÂÄÃ?C:ÇÆ?D:ÏÐ,E:ÉËÊÌ,I:ÍÎ,L:Å¥?N:ÑÒ,O:ÓÔÖÕ,R:ÀØ,S:¦ª?T:Þ«,U:ÚÜÙÛ,Y:?Z:¬ ¯?a:áâäã?c:çæ?d:ïð,e:éëêì,i:íî,l:åµ?n:ñò,o:óôöõ,r:àø,s:¶º?t:þ»,u:úüùû,y:?z: ¼¿?;
// allowed chars in words lowercase and without accents only
$phpdig_words_chars['iso-8859-1'] = '[:alnum:]ðþßµ';
$phpdig_words_chars['iso-8859-2'] = '[:alnum:]ðþßµ';
How can I modify this to use Korean? Is it possible to index or search korean & English both? or I have to choose one language?
Is somebody know where I can find character set for Korean?
Please let me know. Thank you.
So far i have changed
('PHPDIG_ENCODING','iso-8859-1') to
('PHPDIG_ENCODING','iso-10646-1')
Next Part:
$phpdig_string_subst['iso-8859-1'] = 'A:ÀÁÂÃÄÅ,a:àáâãäå,O:ÒÓÔÕÖØ,o:òóôõöø,E:ÈÉÊË,e:èéêë,C:?c:?I:ÌÍÎÏ,i:ìíîï,U:ÙÚ ÛÜ,u:ùúûü,Y:?y:ÿ?N:?n:?;
$phpdig_string_subst['iso-8859-2'] = 'A:ÁÂÄÃ?C:ÇÆ?D:ÏÐ,E:ÉËÊÌ,I:ÍÎ,L:Å¥?N:ÑÒ,O:ÓÔÖÕ,R:ÀØ,S:¦ª?T:Þ«,U:ÚÜÙÛ,Y:?Z:¬ ¯?a:áâäã?c:çæ?d:ïð,e:éëêì,i:íî,l:åµ?n:ñò,o:óôöõ,r:àø,s:¶º?t:þ»,u:úüùû,y:?z: ¼¿?;
// allowed chars in words lowercase and without accents only
$phpdig_words_chars['iso-8859-1'] = '[:alnum:]ðþßµ';
$phpdig_words_chars['iso-8859-2'] = '[:alnum:]ðþßµ';
How can I modify this to use Korean? Is it possible to index or search korean & English both? or I have to choose one language?
Is somebody know where I can find character set for Korean?
Please let me know. Thank you.