Currently my page contain of 3 part. As different people doing the part(is alreadly existing), 2 of the section using UTF-8, one of it using Shift-JIU (Japanese encoding) .
I face problem when combine 3 section and display it at browser, it seem like I can only choose to encode the page with utf8 or shift-jiu via the php Header(). So some of the word has encode wrongly. 🙁
Is there any other way?😕
Limitation here is, I can't ask the user to change all the input by the utf8 encoding (as the entire site is using utf8 to input the japanese word).