Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Unicode support #2

Open
bgadrian opened this issue Nov 15, 2018 · 0 comments
Open

Add Unicode support #2

bgadrian opened this issue Nov 15, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@bgadrian
Copy link
Owner

Currently the data has only ASCII (1byte character) data.

Most likely the real projects will have Unicode strings, with multi-language support, and by mocking the data with only a subset of the Unicode may lead to future problems.

Todo:

  • check all the current functionalities that presumes 1 character = 1 byte (example Password.go)
  • insert non-ASCII texts inside all /data files
  • create new /data files with only non-ASCII runes
  • create a Emoji() functionality
@bgadrian bgadrian added the enhancement New feature or request label Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant