mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-17 23:53:20 +08:00
0027232: Configuration - fix mblen missing building issue on Android
Assume UTF-8 as the only locale supported on Android.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <NCollection_UtfString.hxx>
|
||||
|
||||
#if !defined(__ANDROID__)
|
||||
//=======================================================================
|
||||
//function : ~NCollection_UtfStringTool
|
||||
//purpose :
|
||||
@@ -87,3 +88,4 @@ bool NCollection_UtfStringTool::ToLocale (const wchar_t* theWideString,
|
||||
}
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user