[Github-comments] [geany/geany] Problem select char counting (#1599)

elextr notifications at xxxxx
Mon Sep 4 13:02:13 UTC 2017


@codebrainz yeah, Geany shows the scintilla selection count, which is the position (ie byte) difference between the anchor and the cursor.

@lep42 the "column" count is actually a glyph count, so it may not agree with the code point count for double wide Unicode characters or for combining characters where two code points makes one glyph, eg u
.

Unless you use purely ASCII 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1599#issuecomment-326958133
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170904/ee8ac51c/attachment.html>


More information about the Github-comments mailing list