1
0
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:
dpasukhi
2020-09-30 15:54:25 +03:00
committed by bugmaster
parent 99c9a82021
commit baf60a870c
18 changed files with 567 additions and 73 deletions

View File

@@ -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