I tried both OpenACS 3.2 and 4.5 with Postgres 7.1.3 and AOLserver3.2 with acs.
What I want is to build a korean only website using openacs.
Consulting all of the threads in this forum and documents on internet, I could not figure out make it work perfectly.
* What I could do: - .html files (euc-kr encoded) under my webroot works ok. - saved data from web browser is being displayed properly, I mean in euc-kr korean. meaning my db working fine.
* What I could not: .tcl and .adp files (saved as euc-kr encoded) under my webroot are displaying with just a lot of ???????'s, even though its output charset is euc-kr. The english portion of the same file is displayed correctly. (For example, if I change one sentence of /index.tcl into korean and save it as euc-kr encoded, it doesn't display correctly)
and the samefile (encoded euc-kr) saved in different name foo.html and foo.adp, that is working and this is not.
I beleve that this problem is something to do with AOLserver's encoding at the moment of reading scripts(tcl and adps). But I cannot find where to configure to change euc-kr saved files to unicode.
It took me more than 2 months struggling it, could anyone help?