fastfaker icon indicating copy to clipboard operation
fastfaker copied to clipboard

Add Unicode support

Open bgadrian opened this issue 5 years ago • 0 comments

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 avatar Nov 15 '18 22:11 bgadrian