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 #include <tqglobal.h> 00010 #include <tqstring.h> 00011 00012 int konsole_wcwidth(Q_UINT16 ucs); 00013 //int konsole_wcwidth_cjk(Q_UINT16 ucs); 00014 00015 int string_width( const TQString &txt ); 00016 00017 #endif
1.6.1