UTF8: Moved mk_wcwidth definition to utf8.h
This commit is contained in:
@@ -38,6 +38,7 @@
|
|||||||
#include <Dates.h>
|
#include <Dates.h>
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
#include <util.h>
|
#include <util.h>
|
||||||
|
#include <utf8.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
||||||
|
|||||||
@@ -84,7 +84,5 @@ std::string rightJustifyZero (const int, const int);
|
|||||||
std::string rightJustify (const int, const int);
|
std::string rightJustify (const int, const int);
|
||||||
std::string rightJustify (const std::string&, const int);
|
std::string rightJustify (const std::string&, const int);
|
||||||
|
|
||||||
int mk_wcwidth (wchar_t);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user