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

Uncorrect detecting length of unicode strings #297

Closed
platinumthinker opened this issue Nov 18, 2015 · 2 comments
Closed

Uncorrect detecting length of unicode strings #297

platinumthinker opened this issue Nov 18, 2015 · 2 comments

Comments

@platinumthinker
Copy link

Except in code:

test() ->
    A = "▁▃▅▆㊅㊆㊍㊎▆▄▂▁▁▃▅▆㊅㊆㊍㊎▆▄▂▁▁▃▅▆㊅㊆㊍㊎▆▄▂▁"
    io:format("~p", [A]).
@jfacorro
Copy link
Contributor

Hi, @platinumthinker, thanks for reporting this issue! It has been recently fixed in this PR #293. There is no release that includes this fix yet though.

@platinumthinker
Copy link
Author

@jfacorro I use elvis from git repo (hash c0453e8)
and erlang-17. This bug repeating,
I checket with headers for unicode and without (%% -- coding: utf-8 --)
Proof - git@github.com:platinumthinker/elvis_unicode_fail.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants