[Github-comments] [geany/geany] Document line breaking works incorrect with cyrillic text (#1958)

elextr notifications at xxxxx
Wed Sep 19 19:22:19 UTC 2018


> not at the last word

Where does it break?

AFAICT line breaking just looks for a byte == ASCII space (0x20) to break after, it doesn't care what multibyte chars exist in the text.  This works because the buffer is UTF-8 and so ASCII space is itself and won't exist in any other multibyte chars.

-- 
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/1958#issuecomment-422927326
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180919/e65cc8f0/attachment.html>


More information about the Github-comments mailing list