-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
update utf8proc to 1.2 #10654
Labels
unicode
Related to unicode characters and encodings
Comments
Should also fix #6939. |
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Mar 28, 2015
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Mar 29, 2015
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Mar 30, 2015
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Mar 30, 2015
…wcwidth by utf8proc_charwidth (fixes JuliaLang#3721, closes JuliaLang#6939)
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Mar 30, 2015
…wcwidth by utf8proc_charwidth (fixes JuliaLang#3721, closes JuliaLang#6939)
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Mar 30, 2015
…wcwidth by utf8proc_charwidth (fixes JuliaLang#3721, closes JuliaLang#6939)
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Mar 30, 2015
…wcwidth by utf8proc_charwidth (fixes JuliaLang#3721, closes JuliaLang#6939)
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Mar 30, 2015
…wcwidth by utf8proc_charwidth (fixes JuliaLang#3721, closes JuliaLang#6939)
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Mar 30, 2015
…wcwidth by utf8proc_charwidth (fixes JuliaLang#3721, closes JuliaLang#6939)
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Mar 30, 2015
…wcwidth by utf8proc_charwidth (fixes JuliaLang#3721, closes JuliaLang#6939)
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Mar 30, 2015
…wcwidth by utf8proc_charwidth (fixes JuliaLang#3721, closes JuliaLang#6939)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 1.2 is now released (JuliaStrings/utf8proc#30), and we can update our
deps
. It was suggested by @tkelman that we switch back to just using a straight tarball rather than a git submodule.The 1.2 release includes a
utf8proc_charwidth
function that we can use to replace both the systemwcwidth
andsrc/support/wcwidth.c
and fix #3721. Possibly we should check theUTF8PROC_VERSION
#defines
etc. and fall back towcwidth
whenUSE_SYSTEM_UTF8PROC=1
and the system has an older version of utf8proc installed.The text was updated successfully, but these errors were encountered: