nick8325 / quickcheck

Automatic testing of Haskell programs.
Other
713 stars 119 forks source link

Fix non-valid unicode issue #274

Closed boris-stepanov closed 4 years ago

boris-stepanov commented 4 years ago

By standard, Unicode has sixty-six noncharacters, which can be incorrectly interpreted by different applications. To prevent possible troubles, characters with NotAssigned property shouldn't be generated.

nick8325 commented 4 years ago

Thanks!