Hi, Could anyone explain me how the python string "é" is mapped to the binary code "\xe9" in my python interpreter ?
"é" is not present in the 7-bit ASCII table that is the default encoding, right ? So is the mapping "é" -> "\xe9" portable ? (site-)configuration dependent ? Can anyone have something different of "é" when 'print "\xe9"' is executed ? If the process is config-dependent, what kind of config info is used ? Regards, SB -- http://mail.python.org/mailman/listinfo/python-list