Gossamer Forum
Home : Products : Links 2.0 : Customization :

Character code

Quote Reply
Character code
Thanks for good scripts!
I have an important problem before I register it.

I use this script(ver1.1) with Japanese character. And in Japan,there are some character codes called EUC(used by UNIX) and s-jis(used by MS).And I choose EUC code for the data of "links".

And I have to modify "search.cgi" to change character code of words from input field to EUC.(Some people search by "sjis" , others by "euc".)

How can I do it?
Quote Reply
Re: Character code In reply to
I have convert script "jcode.pl".
and can convert any input to EUC code by adding this line ->

&jcode'convert(*value,'euc');

Please give me adviiiice Smile