-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mask codepoint to long to emulate uint.
Without this the max valid value guard can fail for negative int range. This also matches code from C Ruby better.
- jcodings-1.0.62
- jcodings-1.0.61
- jcodings-1.0.60
- jcodings-1.0.59
- jcodings-1.0.58
- jcodings-1.0.57
- jcodings-1.0.56
- jcodings-1.0.55
- jcodings-1.0.54
- jcodings-1.0.53
- jcodings-1.0.52
- jcodings-1.0.51
- jcodings-1.0.50
- jcodings-1.0.49
- jcodings-1.0.48
- jcodings-1.0.47
- jcodings-1.0.46
- jcodings-1.0.45
- jcodings-1.0.44
- jcodings-1.0.43
- jcodings-1.0.42
- jcodings-1.0.41
- jcodings-1.0.40
- jcodings-1.0.39
- jcodings-1.0.38
- jcodings-1.0.37
- jcodings-1.0.36
- jcodings-1.0.35
- jcodings-1.0.34
- jcodings-1.0.33
- jcodings-1.0.32
- jcodings-1.0.31
- jcodings-1.0.30
- jcodings-1.0.29
- jcodings-1.0.28
- jcodings-1.0.27
- jcodings-1.0.26
- jcodings-1.0.25
- jcodings-1.0.24
- jcodings-1.0.23
- jcodings-1.0.22
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters