Skip to content

Draft: add optional libicu support

Guillaume Desmottes requested to merge gdesmott/glib:libicu into main

By using libicu we can remove unicode tables from glib and so reduce its binary size. This is helpful on platform with very limited storage and/or memory which are already shipping libicu.

Fix #1333

Merge request reports