mirror of
https://github.com/KDE/konsole.git
synced 2026-05-05 13:14:22 -04:00
Enable function konsole_wcwidth_cjk()
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user