-
Notifications
You must be signed in to change notification settings - Fork 51
CodePoints uncons? Deprecate drop? #109
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
I just hit the |
I'm looking through the code for this package and basically the whole thing is completely oriented to UTF-16 codeunits... |
You might try using this instead @drathier https://pursuit.purescript.org/packages/purescript-string-parsers |
The problem is that https://pursuit.purescript.org/packages/purescript-string-parsers/6.0.1/docs/Text.Parsing.StringParser.CodePoints#v:anyChar puts the result into a |
@drathier I'd like to see your |
I just noticed that
instance stringStringLike
usesCodeUnits
foruncons
.purescript-parsing/src/Text/Parsing/Parser/String.purs
Lines 27 to 29 in 3d7976e
Doesn't that mean that
anyChar
will be wrong for astral characters?purescript-parsing/src/Text/Parsing/Parser/String.purs
Lines 54 to 56 in 3d7976e
Also, the
drop
member ofStringLike
is now unused?The text was updated successfully, but these errors were encountered: