PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   Help me (http://www.phpdig.net/forum/showthread.php?t=549)

neo007 02-19-2004 11:46 PM

Help me
 
I need use Thai language on phpdig ,How To Thanks

neo007 02-20-2004 02:55 AM

My Language is Encoding TIS-620

Charter 02-20-2004 06:49 AM

Hi. Assuming TIS-620 is all single-byte as shown here try using the following in the config.php file:
PHP Code:

define('PHPDIG_ENCODING','tis-620');

// give functions something trivial to do
$phpdig_string_subst['tis-620'] = 'Q:Q,q:q';

// remove word wrapping in the below line
$phpdig_words_chars['tis-620'] = '[:alnum:]¡¢£¤¥¦§¨©ª«¬_®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÜß*áâãäåæçèéêëì*îïðñòóôõö÷øùúû'


neo007 02-20-2004 09:27 AM

Thank a lot

Charter 02-20-2004 05:45 PM

>> Thank a lot

Hi. You're welcome. Did the code work?

neo007 02-21-2004 08:56 AM

I try change Encoding to tis-620.
Wow it work, Thanks again.


All times are GMT -8. The time now is 12:30 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.