Closed jkachmar closed 2 years ago
I haven't tested this out locally (yet), so it's possible that this isn't quite safe seeing as text >= 2.0 now has changed to a UTF-8 representation.
text >= 2.0
This will certainly break things. This library relies on the UTF-16 representation in text-1.x. More changes will be needed to support text-2.x.
Fixed in #85
I haven't tested this out locally (yet), so it's possible that this isn't quite safe seeing as
text >= 2.0
now has changed to a UTF-8 representation.