Abuse of Big Oh notation
Ned Deily
nad at acm.org
Mon Aug 20 21:19:29 EDT 2012
More information about the Python-list mailing list
Mon Aug 20 21:19:29 EDT 2012
- Previous message (by thread): Abuse of Big Oh notation
- Next message (by thread): Abuse of subject, was Re: Abuse of Big Oh notation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <f0878bc4-539b-4570-a138-ea413e6d9fbb at googlegroups.com>, wxjmfauth at gmail.com wrote: > Note > The used characters are not members of the latin-1 coding > scheme (btw an *unusable* coding). > They are however charaters in cp1252 and mac-roman. mac-roman is an obsolete encoding that was used in MacOS 9 and MacOS Classic systems of previous decades. Except in a very small and shrinking number of legacy applications, it isn't used in modern systems and hasn't been widely used for a long time. MacOS X systems generally use standard Unicode encodings, usually UTF-8, for external representations. Forget about mac-roman; it is not relevant. -- Ned Deily, nad at acm.org
- Previous message (by thread): Abuse of Big Oh notation
- Next message (by thread): Abuse of subject, was Re: Abuse of Big Oh notation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list