@hackage quickcheck-unicode1.0.1.0

Generator and shrink functions for testing Unicode-related software.

This Haskell package provides a QuickCheck data generator and shrink functions for testing software that uses Unicode data.

The default Arbitrary instance for the Char type intentionally generates only ASCII values. This can lead to a false sense of security in cases where Unicode compliance is required, as encodings that span multiple bytes or code units will simply not be exercised at all.

This module deliberately avoids using the text and bytestring packages to avoid pulling in extra dependencies.