bodograumann / python-iconv

Python 3 wrapper for iconv and usage as codecs
GNU General Public License v3.0
7 stars 2 forks source link

US-ASCII / Windows-1252 #5

Closed tawanda closed 3 years ago

tawanda commented 3 years ago

Hi, can this library convert utf-8 to US-ASCII / Windows-1252 on a Linux machine?

bodograumann commented 3 years ago

Yes, this library is just a wrapper for the native libiconv and thus can do all the conversions that you can do with iconv. Beware that only a liimited number of characters are representable in the target codec.

tawanda commented 3 years ago

great thanks for the feedback On 22 Jul 2021, 18:41 +0200, Bodo Graumann @.***>, wrote:

Yes, this library is just a wrapper for the native libiconv and thus can do all the conversions that you can do with iconv. Beware that only a liimited number of characters are representable in the target codec. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.