Samuel
-
Total Posts
:
11128
-
Reward points
:
106390
- Joined: May 23 '01
-
Status: offline
|
Double-byte character installation note
Mon. Jan 13, '03 2:39 AM
( permalink)
This info applies to the non-unicode version of the software only. Users with the unicode version do not have to worry about anything outlined below If you are using a double-byte character version of Windows (Traditional Chinese, Thai, Japanese, etc.), please follow the steps below. The installation procedure is slightly different from that with single-byte character Windows. I will use Thai language as an example: - create a database with THAI_CI_AS_KS_WS collation (since it is Thai version of Windows).
- execute the full installation sql script we supplied against your newly created database
- Add a codepage directive in masterinclude.asp, so the whole line reads
<%@Language="VBScript" LCID="1033" Codepage="874" %> 874 is the codepage for Thai language. For complete information on codepages and character-sets, please refer to this web page - finish the installation by following the readme.htm file in the package, and then log in as admin
- Go to " basic configuration" , and change the forum character-set to " windows-874" (without quote). Windows-874 is the specific character-set for the Thai language. Please refer to this web page for languages and their corresponding character-sets.
That' s it. The most important thing here is the codepage directive in masterinclude.asp. For ASP.NET version users You basically do the same thing described above, but the code page setting has to be changed in the globalization section in web.config, not in masterinclude.aspx.
<message edited by Samuel on Fri. Jul 4, '08 12:05 AM>
ASPPlayground.net Developer
|
|
|
|