mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0031670: Data Exchange - cp1251 Cyrillic characters in STEP file
Add support for converting pages from Windows encoding to Unicode
This commit is contained in:
@@ -59,10 +59,6 @@ public:
|
||||
//! to Unicode ExtendedString <tostr>.
|
||||
Standard_EXPORT static Standard_Boolean ConvertBig5ToUnicode (const Standard_CString fromstr, TCollection_ExtendedString& tostr);
|
||||
|
||||
//! Converts non-ASCII CString <fromstr> in ANSI format
|
||||
//! to Unicode ExtendedString <tostr>.
|
||||
Standard_EXPORT static void ConvertANSIToUnicode (const Standard_CString fromstr, TCollection_ExtendedString& tostr);
|
||||
|
||||
//! Converts Unicode ExtendedString <fromstr> to non-ASCII
|
||||
//! CString <tostr> in SJIS format, limited to <maxsize>
|
||||
//! characters. To translate the whole <fromstr>, use more
|
||||
|
Reference in New Issue
Block a user