You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ChristianZimpelmann
changed the title
BUG: line-length returns wrong line length when using special characters (on Windows)
BUG: line-length returns wrong line length when using special characters
Jan 23, 2023
ChristianZimpelmann
changed the title
BUG: line-length returns wrong line length when using special characters
BUG: line-length returns wrong number of characters when using special characters
Jan 23, 2023
The returned number of characters is wrong when using special characters like ä, ö, ü (on Windows).
I have the follwing yaml-file:
Lenth of line 3 is 88, but
yamllint test.yaml
returns:Each of those three special characters seem to be counted as two characters.
Two more remarks:
The text was updated successfully, but these errors were encountered: