[GHC] #8730: Invalid Unicode Codepoints in Char
GHC
ghc-devs at haskell.org
Mon Feb 3 07:23:23 UTC 2014
#8730: Invalid Unicode Codepoints in Char
------------------------------------+-------------------------------------
Reporter: mdmenzel | Owner:
Type: bug | Status: new
Priority: low | Milestone:
Component: Compiler | Version: 7.6.3
Keywords: unicode | Operating System: Unknown/Multiple
Architecture: Unknown/Multiple | Type of failure: None/Unknown
Difficulty: Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: |
------------------------------------+-------------------------------------
The surrogate range in Unicode is supposed to (as of Unicode 2.0, 1996) be
a range of invalid code points yet, Data.Char allows the use of values in
this range (in fact, it even gives them their own GeneralCategory).
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8730>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list