Toilal / rebulk

Define simple search patterns in bulk to perform advanced matching on any string
MIT License
55 stars 9 forks source link

Encoding issues #3

Closed Diaoul closed 8 years ago

Diaoul commented 8 years ago

More details at https://github.com/Diaoul/subliminal/issues/653 For __repr__ or __str__ that might contain unicode characters you should use %r instead of %s for strings. This will properly render.

Toilal commented 8 years ago

Thanks for reporting the issue. I've removed some six.text_type calls from the project, and still use %s formatting.

It's released as 0.7.2.