Skip to content

Commit

Permalink
Fix JuliaLang#10959 Fix Unicode bugs with string conversions, make up…
Browse files Browse the repository at this point in the history
… to 10x faster
  • Loading branch information
ScottPJones committed May 21, 2015
1 parent 9e8badc commit 618fbf7
Show file tree
Hide file tree
Showing 6 changed files with 843 additions and 283 deletions.
1 change: 1 addition & 0 deletions base/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export
ProcessExitedException,
SystemError,
TypeError,
UnicodeError,
AssertionError,

# Global constants and variables
Expand Down
3 changes: 1 addition & 2 deletions base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ include("osutils.jl")
include("char.jl")
include("ascii.jl")
include("utf8.jl")
include("utf16.jl")
include("utf32.jl")
include("utf.jl")
include("iobuffer.jl")
include("string.jl")
include("utf8proc.jl")
Expand Down
Loading

0 comments on commit 618fbf7

Please sign in to comment.