netfang
07-23-2003, 04:16 AM
The source text is chinese traditinal,Japanese or Korean etc (East Asian language),the file format is txt file.the code is ANSI.
I use a program read the text from these txt files and write to oracle database(the database's charset is UTF-8),When I use ASP read from database and write it to WEB page,I can not got correct output.
I have changed the ASP Codepage and charset of html to coresponding language as below:
codepage=950 charset=big5 chineses tradtional
codepage=936 charset=gb2312 chinese simplied
codepage=932 charset=Shift_JIS Japanese
codepage=51949 charset=euc-kr korean
Enviroment
Os:Windows Xp Chinese Simplied
WebServer:IIS5.0
Program Language:Vbscript
I was confused with this issuse.How can I do?Maybe convert ANSI to UTF-8 befor display on the webpage,But I don't know How to convert it in ASP page,If Somebody know solove this issue,pls help me,Thnaks a lot.
I use a program read the text from these txt files and write to oracle database(the database's charset is UTF-8),When I use ASP read from database and write it to WEB page,I can not got correct output.
I have changed the ASP Codepage and charset of html to coresponding language as below:
codepage=950 charset=big5 chineses tradtional
codepage=936 charset=gb2312 chinese simplied
codepage=932 charset=Shift_JIS Japanese
codepage=51949 charset=euc-kr korean
Enviroment
Os:Windows Xp Chinese Simplied
WebServer:IIS5.0
Program Language:Vbscript
I was confused with this issuse.How can I do?Maybe convert ANSI to UTF-8 befor display on the webpage,But I don't know How to convert it in ASP page,If Somebody know solove this issue,pls help me,Thnaks a lot.