Dear all,
I would like to know how can i specify charSet to a document object. I try to just put data into the memo form, some of the data detected as Japanese and some are chinese. How come? can i specify only one charset to document?
thx
Edmond
Dear all,
I would like to know how can i specify charSet to a document object. I try to just put data into the memo form, some of the data detected as Japanese and some are chinese. How come? can i specify only one charset to document?
thx
Edmond
Subject: CharSet of the document
In Notes the document has no charset. Notes uses its own encoding (LMBCS) for each character. It is always possible to mix Japanese, Chinese, and other languages in the same document. You cannot restrict a Notes document to one language.If you mail the document to the Internet, then it has only one charset for plain text. But in HTML it is still possible to mix languages.
When you write “some of the data detected”, how do you detect the language? Can you give a real example of the problem?
Subject: RE: CharSet of the document
Thx for reply.
Because of i’ve got some R4.6 client. And i know R4.6 not support multiple charSet document. So some character cannot be display on R4.6 notes client. how can i support them?
Thx…
Edmond
Subject: RE: CharSet of the document
This is really the wrong forum for R4 problems. This forum is for Notes/Domino 6 problems.Anyway, Notes R4 also uses LMBCS. It does not use a charset. A Notes document in R4 can contain more than one language. For example, I made one Notes document containing Japanese text and Chinese text, then I opened the document in R4. It looks OK to me.
In my last reply, I asked you two questions: “How do you detect the language?” and, “Can you give a real example of the problem?” If you answer my questions, perhaps I can help. If you do not answer my questions, then I do not know what else to tell you.