
Originally Posted by
Effected After
UTF8 characters are not all 3-bytes, there are 2-byte UTF8 characters as well. But I dont know if there are any 2-byte Japanese characters. I think I read one time that there are, but I'm not fully confident on that.
Are you using PHP? If so, and you want to be doing proper searches on Japanese characters, you should set the internal encoding to EUC-JP, as it is the most reliable charset for Japanese in PHP. However, if you do this you will want to convert to Shift_JIS when outputting to the screen, as many devices don't display EUC-JP very well. And emails should always be in ISO-2022-JP.