> 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
