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.

Reply via email to