-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Right now as it stands fstringlt36 will not support Unicode in Python 2 like the str type in Python 2. This is due partially to me not fully understanding Python 2 Encodeing.
Here are some resources for getting Unicode to work if you want to implement it for stringlt36:
https://docs.python.org/2.7/library/codecs.html#module-codecs - if you want to implement it like # -*- coding: utf-8 -*- at the beginning of each file
Python 2 to 3:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed