D12236: Change internal character type size to 32 bit
Mariusz Glebocki
noreply at phabricator.kde.org
Tue May 15 22:09:11 UTC 2018
mglb added a comment.
In D12236#262786 <https://phabricator.kde.org/D12236#262786>, @hindenburg wrote:
> I assume this will increase memory/scrollback file size.
It shouldn't - Character class size was 14 bytes (aligned to 16 bytes). Now it has 16 bytes.
> The GLASS.utf file in tests shows the Gothic (4) line is a lot different
It was assumed before that everything above 0xffff is wide. This is true for most common characters in this range (Chinese, emoji). Gothic always should be narrow, and now it is.
However, konsole_wcwidth is not the best thing in those ranges - the second patch replaces it with a libc's wcwidth.
REPOSITORY
R319 Konsole
REVISION DETAIL
https://phabricator.kde.org/D12236
To: mglb, #konsole
Cc: konsole-devel, hindenburg, #konsole, herrold, ngraham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20180515/d19908f7/attachment.html>
More information about the konsole-devel
mailing list