Konsole
konsole_wcwidth.h
Go to the documentation of this file.00001 /* $XFree86: xc/programs/xterm/wcwidth.h,v 1.2 2001/06/18 19:09:27 dickey Exp $ */ 00002 00003 /* Markus Kuhn -- 2001-01-12 -- public domain */ 00004 /* Adaptions for KDE by Waldo Bastian <bastian@kde.org> */ 00005 00006 #ifndef _KONSOLE_WCWIDTH_H_ 00007 #define _KONSOLE_WCWIDTH_H_ 00008 00009 // Qt 00010 #include <QtCore/QBool> 00011 #include <QtCore/QString> 00012 00013 int konsole_wcwidth(quint16 ucs); 00014 #if 0 00015 int konsole_wcwidth_cjk(Q_UINT16 ucs); 00016 #endif 00017 00018 int string_width( const QString &txt ); 00019 00020 #endif