Skip to content

[HELP WANTED] Unicode support for Python 2 #5

@mendelsshop

Description

@mendelsshop

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:

https://docs.python.org/2/howto/unicode.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions