Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | charset: charset_init() returns character set | Max Kellermann | 2008-10-02 | 1 | -1/+2 |
| | | | | | Don't pass "noconvert" to charset_init(). Let charset_init() determine that with g_get_charset() and return its name. | ||||
* | charset: renamed my_strlen() to utf8_width() | Max Kellermann | 2008-10-02 | 1 | -1/+2 |
| | | | | | | my_strlen() is a bad name for the function, since the return value is not a length, but a visible width on the screen. Rename it to utf8_width() and change its return type to "unsigned". | ||||
* | moved code to charset.c | Max Kellermann | 2008-10-02 | 1 | -0/+36 |
Move everything which deals with UTF-8 strings and character set conversion to charset.c, header charset.h. |