table of contents
other versions
TICKIT_STRING_MBSWIDTH(3) | Library Functions Manual | TICKIT_STRING_MBSWIDTH(3) |
NAME¶
tickit_string_mbswidth, tickit_string_byte2col, tickit_string_col2byte - DEPRECATED
SYNOPSIS¶
#include <tickit.h> int tickit_string_mbswidth(const char *str); int tickit_string_byte2col(const char *str, size_t byte); size_t tickit_string_col2byte(const char *str, int col );
Link with -ltickit.
DESCRIPTION¶
These functions are deprecated. Use tickit_utf8_mbswidth(3), tickit_utf8_byte2col(3) or tickit_utf8_col2byte(3) instead.