[AOLSERVER] 8-bit character

2004-05-14 Thread Wei Shi
Hi, Does anyone know how AOLServer handles 8-bit characters in .adp file? For example, I have some Chinese characters in GB-2312 encoding. Each word is two bytes, and both bytes are 8-bit chars. From the HTML stream I got for this .adp file, it looks like AOLServer altered these two bytes into

Re: [AOLSERVER] 8-bit character

2004-05-14 Thread Andrew Piskorski
On Fri, May 14, 2004 at 11:32:16AM -0400, Wei Shi wrote: Hi, Does anyone know how AOLServer handles 8-bit characters in .adp file? For example, I have some Chinese characters in GB-2312 encoding. Each word Did you tell AOLserver what encoding your files are in? This doc probably dates from

Re: [AOLSERVER] 8-bit character

2004-05-14 Thread Mark Page
If you are using AOLserver 3.5 or 4.0, you can tell it, via configuration, what the character encoding of your source files are. This is described in the sample-config.tcl in top of the aolserver distribution tree. For example: ns_section ns/encodings ns_param .utf_html utf-8 ns_param

Re: [AOLSERVER] 8-bit character

2004-05-14 Thread Wei Shi
I can not find ns/encodings section in AOLServer 4.0 documents. Do you mean ns/mimetypes? Thanks. Wei --- Mark Page [EMAIL PROTECTED] wrote: If you are using AOLserver 3.5 or 4.0, you can tell it, via configuration, what the character encoding of your source files are. This is described

[AOLSERVER] compiling nsjk2

2004-05-14 Thread Nathaniel H
I'm compiling nsjk2 but it always fails with [so] StdErr: [so] /usr/bin/ld: cannot find -lapr [so] collect2: ld returned 1 exit status BUILD FAILED /sm/src/nsjk2/build.xml:168: Following error occured while executing this line /sm/src/nsjk2/ant/jkjni/connector.xml:57: Following

[AOLSERVER] Problem compiling aolserver on Solaris 9

2004-05-14 Thread Trenton Cameron
Aolserver is not compiling for me on solaris 9. The make and install of tcl8.4.5 ran just fine. I am not getting an error message that I know how to interpet. I am getting the source for Aolserver 4.0r3. The ouput from my ./configure and make follow bash-2.05# ./configure

Re: [AOLSERVER] Problem compiling aolserver on Solaris 9

2004-05-14 Thread Rob Crittenden
Try: % export CC=gcc % make clean all rob Trenton Cameron wrote: Aolserver is not compiling for me on solaris 9. The make and install of tcl8.4.5 ran just fine. I am not getting an error message that I know how to interpet. I am getting the source for Aolserver 4.0r3. The ouput from my