Entering in Chinese is very urgent for me to use
Projectbench. After one night hacking, I found the problem
is at the use of htmlentities(). I modified all the
following lines
'htmlentities.*ENT_QUOTE)'
to
'htmlentities.*ENT_QUOTE,"big5")'
and it works! :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
The reason is PHP4's mysql extension.
Logged In: YES
user_id=65985
I'm not sure I know exaclty how to do this (not sure I can
test it either).
Any pointers/ideas?
Thanks.
Logged In: YES
user_id=1184233
Entering in Chinese is very urgent for me to use
Projectbench. After one night hacking, I found the problem
is at the use of htmlentities(). I modified all the
following lines
'htmlentities.*ENT_QUOTE)'
to
'htmlentities.*ENT_QUOTE,"big5")'
and it works! :)