Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Non ASCII Characters #8

Open
dmohorn opened this issue Feb 17, 2014 · 0 comments
Open

Non ASCII Characters #8

dmohorn opened this issue Feb 17, 2014 · 0 comments

Comments

@dmohorn
Copy link

dmohorn commented Feb 17, 2014

Hi - I'm using this library to receive SMS text messages and print. Works, well, but I just discovered that any text other than straight ASCII causes an exception.

UnicodeEncodeError: 'ascii' codec can't encode character u'\xc4' in position 14: ordinal not in range(128)

If someone could fix this either to print a print-able like character or just strip anything above 128, that would be wonderful!

Great library!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant