Skip to content
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

UTF8 Warnings in julia 0.5 #55

Closed
lopezm94 opened this issue Aug 27, 2016 · 3 comments
Closed

UTF8 Warnings in julia 0.5 #55

lopezm94 opened this issue Aug 27, 2016 · 3 comments

Comments

@lopezm94
Copy link
Contributor

julia> using UnicodePlots

julia> lineplot(rand(10))
WARNING: Base.UTF8String is deprecated, use String instead.
  likely near no file:0
WARNING: Base.UTF8String is deprecated, use String instead.
  likely near no file:0
WARNING: Base.UTF8String is deprecated, use String instead.
  likely near no file:0
WARNING: Base.UTF8String is deprecated, use String instead.
  likely near no file:0
WARNING: Base.UTF8String is deprecated, use String instead.
  likely near no file:0
WARNING: Base.UTF8String is deprecated, use String instead.
  likely near no file:0
WARNING: Base.UTF8String is deprecated, use String instead.
  likely near no file:0
...
@Evizero
Copy link
Member

Evizero commented Aug 28, 2016

I am not on 0.5 yet. Will fix once released

@ahwillia
Copy link

ahwillia commented Sep 3, 2016

I think this should be a really quick fix though:

import Compat: UTF8String, ASCIIString

And then add Compat to REQUIRE

@tbreloff tbreloff mentioned this issue Sep 13, 2016
@Evizero
Copy link
Member

Evizero commented Sep 16, 2016

@Evizero Evizero closed this as completed Sep 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants