cfeck updated this revision to Diff 36490. cfeck added a comment. This revision is now accepted and ready to land.
len() of UTF-8 encoded bytearray is different than len(str). Account for the difference when accumulating sizes. Unicode Names are always ASCII, so here len(bytearray) == len(str), and no change needed. REPOSITORY R236 KWidgetsAddons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D13641?vs=36414&id=36490 REVISION DETAIL https://phabricator.kde.org/D13641 AFFECTED FILES src/kcharselect-generate-datafile.py To: cfeck, #frameworks, lbeltrame Cc: kde-frameworks-devel, michaelh, ngraham, bruns