Skip to content

#704 PANGO_TEXT_TRANSFORM_UPPERCASE parameters start and end are bytes in the...

#704 (closed) PANGO_TEXT_TRANSFORM_UPPERCASE parameters start and end are bytes in the text string not utf8 code points.

pango: PANGO_TEXT_TRANSFORM_UPPERCASE parameters start and end are interpreted as offsets in the byte string and not as numbers in utf8 codepoints

When we initialize the attributes iterator to generate glyphs for the selected codepoints, we now start processing with a proper codepoint and finish with a proper codepoint.

Issue: #704 (closed)

Merge request reports