Enable function konsole_wcwidth_cjk()

This commit is contained in:
Jekyll Wu
2011-10-10 00:52:18 +08:00
parent fe4a02b0c0
commit f4e062b5fe
2 changed files with 0 additions and 4 deletions

View File

@@ -132,7 +132,6 @@ int konsole_wcwidth(quint16 ucs)
(ucs >= 0x20000 && ucs <= 0x2ffff) */));
}
#if 0
/*
* The following function is the same as konsole_wcwidth(), except that
* spacing characters in the East Asian Ambiguous (A) category as
@@ -205,7 +204,6 @@ int konsole_wcwidth_cjk(quint16 ucs)
return konsole_wcwidth(ucs);
}
#endif
int string_width( const QString& text )
{

View File

@@ -11,9 +11,7 @@
#include <QtCore/QString>
int konsole_wcwidth(quint16 ucs);
#if 0
int konsole_wcwidth_cjk(Q_UINT16 ucs);
#endif
int string_width( const QString& text );