You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"set of Unicode data" s/data/category/
The TurkishCase var is undocumented. If it had a type in its declaration I believe it
would move to under the type SpecialCase docs, which would be perfect.
Assuming type comment on large var blocks is done.
"Use Is(C, rune)" -> "Use Is(C, r)".
IsOneOf: requires r to be non-Latin-1; relax restriction?
SimpleFold: should say that it returns "r1 > r or else r1 >= 0"
(Wasn't updated for rune rename, was using wrong comparison before that.)
Bugs section: Not sure it's intended. Fix sentence or un-BUG the comment.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: