@Werner: >>> print (sys.maxunicode) 65535
I'm assuming UCS-2 @thron7-2: I'm using Python 3.1.2. I'm editing this in notepad. I have no idea if the line breaks would be an issue in notepad. I normally edit .py files in KEdit on my Linux box at home and have no problems. I've used notepad in the past for small school assignments, but this is at work and unfortunately I'm not allowed to use my OS/tool suit of choice. While cmd.exe returns this string on multiple lines when the syntax error is thrown, in notepad the unicode string is just all on one single line. The only difference I note is that on my prompt, there's an "^" carrot that points to the end of the string (i.e. the double or triple quotes) when the syntax error is thrown, whereas when I pasted the message into this mailing list, it for some reason places the carrot to point at the "\u2009\" part of the string. However, that's just an issue with how the error message I pasted into the forum is represented differently than it is on my prompt, not how it's represented in notepad. That shouldn't be an issue with the code. Just wanted to let you know a little more about what my version of the interpreter was complaining about. -- View this message in context: http://qooxdoo.678.n2.nabble.com/BEGINNER-QUESTION-Problem-with-unicode-string-in-create-aplication-py-for-tp5130710p5132075.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
