utf8
utf8 — Unicode support functions.
Details
xfce_utf8_remove_controls ()
gchar* xfce_utf8_remove_controls (gchar *str,
gssize max_len,
const gchar *end);
Removes all control characters from str.
| str : | target string.
|
| max_len : |
|
| end : |
|
| Returns : | pointer to str.
|
Since 4.1.3
utf8_string_remove_controls ()
gchar* utf8_string_remove_controls (gchar *str,
gssize max_len,
const gchar *end);Warning
utf8_string_remove_controls is deprecated and should not be used in newly-written code.
| str : |
|
| max_len : |
|
| end : |
|
| Returns : |
|