julia
9c1faae5 - Move back isascii() from Unicode to Base (#25076)

Commit
8 years ago
Move back isascii() from Unicode to Base (#25076) This function is not really Unicode-related and its definition does not depend on the Unicode standard version. This fixes a bug introduced when moving isascii() to Base.Unicode, as it was not exported from Unicode stdlib module as it should have been.
Author
Parents
Loading