|
01-12-2004, 11:05 PM | #1 |
Green Mole
Join Date: Nov 2003
Posts: 5
|
Korean Pages
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. |
01-14-2004, 10:23 AM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. Whether you can index both Korean and English will depend on the encoding. You might try looking here or here.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
converted from html pages to php pages now no pages will index!!! help!! | bigals | Troubleshooting | 24 | 04-01-2004 10:34 AM |