PIIOTextStream for strings fix
This commit is contained in:
@@ -1700,7 +1700,7 @@ public:
|
||||
|
||||
//! \~english Returns string constructed from UTF-8.
|
||||
//! \~russian Возвращает строку созданную из UTF-8.
|
||||
static PIString fromUTF8(const char * s);
|
||||
static PIString fromUTF8(const char * s, int l = -1);
|
||||
|
||||
//! \~english Returns string constructed from UTF-8.
|
||||
//! \~russian Возвращает строку созданную из UTF-8.
|
||||
|
||||
Reference in New Issue
Block a user