It worked! Thank you. I'd rather have it setup correctly though. Seems something is different in AOLserver4. Otherwise I'll just have to convert every referece to ns_conn url to [encoding convertto utf-8 [ns_conn url]].
Here is what I have in my config file right now: ns_section ns/parameters ns_param URLEncoding utf-8 ns_param URLCharset utf-8 Which doesn't seem to help. Dave On Thu, Jan 01, 2004 at 08:46:25PM -0500, Dossy wrote: > On 2004.01.01, Dave Bauer <[EMAIL PROTECTED]> wrote: > > The code that creates the file looks like this: > > > > set fd [open $filename w+] > > ns_writecontent $fd > > > > The file in my filesystem ends up as "res-?" > > Try: > > set fd [open [encoding convertto utf-8 $filename] w+] > > -- Dossy > > -- > Dossy Shiobara mail: [EMAIL PROTECTED] > Panoptic Computer Network web: http://www.panoptic.com/ > "He realized the fastest way to change is to laugh at your own > folly -- then you can let go and quickly move on." (p. 70) > > > -- > AOLserver - http://www.aolserver.com/ > > To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with > the > body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field > of your email blank. > -- Dave Bauer [EMAIL PROTECTED] http://www.thedesignexperience.org -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
