-
Notifications
You must be signed in to change notification settings - Fork 71
fromCharCode BMP #153
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
Comments
Oh interesting, it appears this is actually the line at fault: It's using
|
I've opened an issue in |
I think it’s reasonable it stays open until the upstream issue is addressed |
Technically, we still need a release of that library and then a dependency update here. |
PR ready for approval: #163. |
fromCharCode
should returnNothing
if the code is out of the Basic Multilingual PlaneChar
range, right?purescript-strings/src/Data/Char.purs
Line 16 in 157e372
The
Bounded
instance forChar
says that “Characters fall within the Unicode range,” but theChar
says “guaranteed to contain one code unit.”The text was updated successfully, but these errors were encountered: