Quote:
Japanese characters will be processed like non multi-byte characters. The decoding to Japanese characters will be done at the end in the browser.
|
Hi. I'm not sure what you mean. Are you planning on storing HTML entites instead?
The $phpdig_string_subst['Shift_Jis'] variable posted isn't correct. There is no need to all Latin letters in the variable. Setting $phpdig_string_subst['EUC-JP'] = 'Q:Q,q:q'; is all that is necessary if no "transformation" between characters is needed.
If you are looking to incorporate mutliple encodings, you might consider UTF-8 instead.