Skip to content

gutf8: use gulong for g_utf8_strlen

Peter Eisenmann requested to merge p3732/glib:g_utf8_strlen-gulong into main

g_utf8_strlen only returns unsigned values, so reflect that in its return value. This also makes the function more similar to strlen, which also returns an unsigned value.

Merge request reports