summaryrefslogtreecommitdiff
path: root/src/shared/gunicode.c
Commit message (Collapse)AuthorAge
* unicode: treat cute symbol block as fullwidthZbigniew Jędrzejewski-Szmek2013-10-13
| | | | | | UNICODE standards only talk about fullwidth characters for East Asian scripts. But it seems that all those symbols are fullwidth too.
* util, utf8: make ellipsize take multi-byte characters into accountShawn Landden2013-10-13
rename old versions to ascii_* Do not take into account zerowidth characters, but do consider double-wide characters. Import needed utf8 helper code from glib. v3: rebase ontop of utf8 restructuring work [zj: tweak the algorithm a bit, move new code to separate file]