1 /* $XFree86: xc/programs/xterm/wcwidth.h,v 1.2 2001/06/18 19:09:27 dickey Exp $ */
3 /* Markus Kuhn -- 2001-01-12 -- public domain */
4 /* Adaptions for KDE by Waldo Bastian <bastian@kde.org> */
6 #ifndef _KONSOLE_WCWIDTH_H_
7 #define _KONSOLE_WCWIDTH_H_
10 #include <QtCore/QBool>
11 #include <QtCore/QString>
13 int konsole_wcwidth(quint16 ucs
);
15 int konsole_wcwidth_cjk(Q_UINT16 ucs
);
18 int string_width( const QString
&txt
);