how to detect the encoding used for a specific text data ?
Oscar Benjamin
oscar.j.benjamin at gmail.com
Fri Dec 21 07:38:10 EST 2012
More information about the Python-list mailing list
Fri Dec 21 07:38:10 EST 2012
- Previous message (by thread): how to detect the encoding used for a specific text data ?
- Next message (by thread): how to detect the encoding used for a specific text data ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 20 December 2012 11:57, iMath <redstone-cold at 163.com> wrote: > how to detect the encoding used for a specific text data ? Normally encoding is given in some way by the context of the data. Otherwise no general solution is possible. On a related note: how to answer question with no context on mailing list?
- Previous message (by thread): how to detect the encoding used for a specific text data ?
- Next message (by thread): how to detect the encoding used for a specific text data ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list