[fofix-gcode-issuetracker] Issue 1273 in fofix: Minor typo in "i18n Strings (Unicode)" Paragraph of Google Python classes

fofix at googlecode.com fofix at googlecode.com
Mon Nov 28 07:53:30 UTC 2011


Status: New
Owner: ----
Labels: Priority-Low

New issue 1273 by kondrati... at gmail.com: Minor typo in "i18n Strings  
(Unicode)" Paragraph of Google Python classes
http://code.google.com/p/fofix/issues/detail?id=1273

It's a typo i found on
http://code.google.com/edu/languages/google-python-class/strings.html.

"i18n Strings (Unicode)" Paragraph, precisely.

Variable "unistring" does not exist and therefore the compiler throws an  
error during this exercise. Variable "unistring" in the second section of  
the paragraph should be replaced with "ustring'. Here are the particular  
lines with suggested replacements.

> s = unistring.encode('utf-8')==========> s = ustring.encode('utf-8')
> t == unistring               ==========> s == ustring

PS Other than that, great classes. Really helpful stuff. Thanks you guys.

K
kirillkondratiev at gmail.com
925 216 3628

Attachments:
	bugreportforgooglepythonclass.jpg  393 KB



More information about the fofix-gcode-issuetracker mailing list