mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
messed up, but lines should wrap properly in text buffer. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2354 dbcabf3a-b0e7-0310-adc4-f8d773084564
6 lines
90 B
C
6 lines
90 B
C
#ifndef __UTF8_H
|
|
#define __UTF8_H
|
|
|
|
void get_utf8_char(const unsigned char **ptr);
|
|
|
|
#endif
|