Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #83605 > unrolled thread
| Started by | "Jacob Kruger" <jacob@blindza.co.za> |
|---|---|
| First post | 2015-01-12 14:31 +0200 |
| Last post | 2015-01-12 14:31 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
unidecode "Jacob Kruger" <jacob@blindza.co.za> - 2015-01-12 14:31 +0200
| From | "Jacob Kruger" <jacob@blindza.co.za> |
|---|---|
| Date | 2015-01-12 14:31 +0200 |
| Subject | unidecode |
| Message-ID | <mailman.17619.1421065890.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
Along lines of recent queries/questions, which had mostly sorted out, but, which was still trying to fine tune with regards to text file formats, in terms of writing as strings, or as binary files, and where was still trying to decide if wanted to worry about maybe specifically just handling forms of manual/hard-coded translations of certain accented characters which might relate to some of them that might get used quite often in names, etc., I just came across the following unidecode module: https://pypi.python.org/pypi/Unidecode/ Seems to just take any unicode value, and 'translate' it into a string value, and will apparently try handle some forms of character substitution - but will play around with it a bit more, and let's see... Stay well Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..." ----- Original Message ----- From: Jacob Kruger To: Jacob Kruger Sent: Monday, January 12, 2015 2:15 PM Subject: unidecode https://pypi.python.org/pypi/Unidecode/ Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..."
Back to top | Article view | comp.lang.python
csiph-web