Which multi-byte characters you are trying to process? Japanese or French?
Need encoding to set in the deployment config. file to process those characters. ISO-8859-1 encoding will do the trick.i.e. in deployment config. file [html]\[/html]instead of UTF-8 use,[html]\[/html]
Exactly corrrect; Post the log if you face any failures on this too.