utf8

utf8 — Unicode support functions.

Synopsis


#include <libxfce4util/libxfce4util.h>


gchar*      xfce_utf8_remove_controls       (gchar *str,
                                             gssize max_len,
                                             const gchar *end);
gchar*      utf8_string_remove_controls     (gchar *str,
                                             gssize max_len,
                                             const gchar *end);

Description

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 :