I have a question related to the encoding of Japanese text.
Let us say I have a system which comprises a jvm and a database. It serves pages through an application server to client users on Internet Explorer web browser. The JVM and database use UTF-8 thoroughly. There are a number of text areas, some but not all of which make use of tinymce.
I am concerned about a situation that a Japanese user pastes some text which is not encoded in UTF-8. Is this likely to cause problems? If the user pastes text encoded in S-JIS, can it be expected to work? Early tests have not thrown any problems however I have no knowledge of the language and am concerned that special cases may exist.