[RESOLVED]Japanese texts on custom options are garbling

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
summerfrogs
Posts: 2
Joined: Fri Sep 21, 2012 2:37 pm

[RESOLVED]Japanese texts on custom options are garbling

Post by summerfrogs »

Script URL: -
Version of script: 2.4.1
Hosting company: own
URL of phpinfo.php: -
URL of session_test.php: -
What terms did you try when SEARCHING for a solution: Japanese garble

Write your message below:
Using Japanese text on custom options for custom field sets makes itself garbled.
For the very first time, Japanese texts were saved successfully and correctly.
But next time, click the 'Options' link and open the popup window of custom options for editing the saved options, then what I can see is only garbled texts (like "%u3075%u3082%u3063").

It's maybe a problem of encoding at the reopening/re-editing, but since the options is saved as a file not in a database, how can I resolve it?
Last edited by summerfrogs on Sat Sep 22, 2012 3:22 am, edited 1 time in total.
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Japanese texts on custom options make itself garbled

Post by Klemen »

This seems to be a problem with Javascript <=> PHP decoding.

Try uploading this options.php file to your "admin" folder:
http://www.phpjunkyard.com/extras/options_urdecode.zip

Does that help?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
summerfrogs
Posts: 2
Joined: Fri Sep 21, 2012 2:37 pm

Re: Japanese texts on custom options make itself garbled

Post by summerfrogs »

Yes. It worked!
Thank you very much for perfect support.
Post Reply