Re: [Patch] Support UTF-8 scripts

2005-08-14 Thread Martin v. Löwis
Lee Revell wrote: > For strings, of course. But there's no need for UTF-8 operators. Indeed - this is the main rationale for the patch, of course. People want to write non-ASCII in script primarily in string literals, and (perhaps even more often) in comments. Now, for comments, it wouldn't reall

[Patch] Support UTF-8 scripts

2005-08-13 Thread Martin v. Löwis
utf8" pragma. Likewise, Tcl could use the UTF-8 signature to reliably identify UTF-8 source code (instead of assuming [encoding system] for source code). Please find the patch attached below. Regards, Martin Signed-off-by: Martin v. Löwis <[EMAIL PROTECTED]> diff --git a/fs/binf