Handbook
Glossary
g_utf8_normalize ( str len mode -- gchar* )
Vocabulary
glib
.
ffi
Inputs
str
an
object
len
an
object
mode
an
object
Outputs
gchar*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gchar*
g_utf8_normalize
( gchar* str,
glong
len,
GNormalizeMode
mode )