[Swift-devel] [Bug 134] Unicode in source text string literals not passed through

bugzilla-daemon at mcs.anl.gov bugzilla-daemon at mcs.anl.gov
Thu May 8 05:22:26 CDT 2008


http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=134





------- Comment #6 from benc at hawaga.org.uk  2008-05-08 05:22 -------
In token names, non-ASCII will encounter two problems at least - first the same
encoding problem as for literal strings; and secondly definition of tokens,
which is a fairly restrictive listing of which characters are allowed.

Identifier-wise the rules used in java might be something to aim for:
http://java.sun.com/docs/books/jls/second_edition/html/lexical.doc.html#40625

(and yes bugzilla has problems - the string I typed in the original report
appears (for me) as "?????" not the elementary japanese.


-- 
Configure bugmail: http://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
You are the assignee for the bug, or are watching the assignee.



More information about the Swift-devel mailing list