Technote Details :: Resources from certain languages do not display right on ASP VBScript

Issue

The language I use in my site is Japanese. After translating the resources from English to Japanese, they do not look right when I preview the page with MX Calendar components in browser.

I use the ASP VBScript server model.

Reason

The variable that allows correct oriental languages usage is set by default on false. Also, the right encoding (charset) has to be properly set (the default one is set to Japanese).

Solution

In order to make characters in these languages display correctly, there are two changes you have to make in the \includes\common\lib\resources\KT_ResourcesFunctions.inc.asp file:

  1. Locate the KT_oriental_language = false line and replace false with true.
  2. Locate the streamFile.Charset = "Shift_JIS" line and make sure the right encoding for your language is used (the default one is Japanese).

Jewkway Chen - 07-17-2006 11:34:32 GMT +2

I have met a Chinese language problem:  I have an ASP web page with input text and file fieds to upload pictures and information about the pictures. When I enter Chinese words into the input fields and press the submit button, the turned page shows the Chinese words into disorder words. How I can solve the problem?

Home > Support > Knowledge Base > Technote Details
Search the Knowledge Base
© Adobe Systems Romania. All rights reserved.