* hkuha hkuha <hku...@gm...> [2005-06-26 07:41]:
> Hi there,
> Since I am using PHPESP with Traditional Chinese(BIG5), however I
> found that I need to handle the input chinese charater input with the
> following command.
> This is in PERL format
> $message =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;
>
> anyone know which file should I modify and how?
>
For the BSD Certification Group survey, I modified the source to
generate all pages with the "charset=UTF-8" tag. The users then
input their comments just as they would with any other software.
MySQL handles it just fine- you can display the data with 'View Survey
Results'. After the survey completed, we asked others in the group to
translate the comments back to English in separate text files,
so we didn't really need to process the raw input.
Best Regards,
Jim B.
|