On Thu, Jul 28, 2011 at 12:35 PM, Krishnakant Mane <[email protected]> wrote: >> Python's implementation of latin1 assigns unicode characters to all >> 256 byte values, even though 0x90-0x9f are undefined in latin1.
Er, 0x80 - 0x9f are undefined. Some systems substitute the corresponding Windows-1273 characters here, but that's not strictly correct. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
