[AOLSERVER] [ aolserver-Patches-509413 ] Patch for -g option

2002-02-07 Thread Ms. Source Forge
Patches item #509413, was opened at 2002-01-27 20:21 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=303152&aid=509413&group_id=3152 Category: other Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jon Griffin (tresero) Assigned to: Nobody/Anonymou

[AOLSERVER] AOLserver meeting now

2002-02-07 Thread Daniel P. Stasinski
Oops, the AOLserver weekly chat is TODAY right now. Come on in. The place: AIM chatroom "AOLserver" on exchange 4 The time: 20:00 UTC 3 PM US/Eastern 2 PM US/Central 1 PM US/Mountain Noon US/Pacific The URL for the chat room: aim:GoChat?RoomName=AOLserver Note: you do NOT

[AOLSERVER] Internationalization (charset translation) help?

2002-02-07 Thread atf
Hello - This question is more specific to Tcl than AOLServer, please excuse me. I was wondering if Tcl 8.3.4 must be configured and/or compiled in a special way to order to enable multi-lingual support? I have been attempting to write a multi-lingual AOLServer application, but cannot seem to ge

[AOLSERVER] More on Internationalization (charset translation) help?

2002-02-07 Thread atf
Here is a more consice example illustrating the problem: (in tclsh) % set data "\u0153" # this is unicode "oe" ligature % set f [ open ./outfile w ] % fconfigure $f -encoding iso8859-1 % puts -nonewline $f $data % close $f (then back in the shell) $ od -x ./outfile 000 003f 001 Th

Re: [AOLSERVER] Internationalization (charset translation) help?

2002-02-07 Thread Jeff Hobbs
> I have a Unicode file containing the word "coeur", where the "oe" is a > ligature character having the Unicode value 0x153. I can open this > file and retrieve the proper data using "fconfigure $infile -encoding > unicode". > > However, if I try to translate this data to iso8859-1 using either