GNOME Bugzilla – Bug 633097
Word boundaries not correctly detected with some symbols
Last modified: 2010-10-25 18:53:02 UTC
Created attachment 173168 [details] Test case containing some unicode symbols pango_get_log_attrs() doesn't detect word boundaries with some characters even if they are between spaces, see this example from dump-boundaries: 0x0020 ( ): line_break = 0 mandatory_break = 0 char_break = 0 white = 1 cursor_position = 1 word_start = 0 word_end = 0 sentence_boundary = 0 sentence_start = 0 sentence_end = 0 0x20aa (?): line_break = 1 mandatory_break = 0 char_break = 1 white = 0 cursor_position = 1 word_start = 0 word_end = 0 sentence_boundary = 0 sentence_start = 0 sentence_end = 0 0x0020 ( ): line_break = 0 mandatory_break = 0 char_break = 0 white = 1 cursor_position = 1 word_start = 0 word_end = 0 sentence_boundary = 0 sentence_start = 0 sentence_end = 0
Created attachment 173169 [details] Output of dump-boundaries with the given test case This is the output of dump-boundaries program with the test case attached. It can be reproduced also opening the test case in gedit and trying to select a word with double click
*** This bug has been marked as a duplicate of bug 97545 ***