View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0026749 | Community | OCCT:Application Framework | public | 2015-10-05 07:44 | 2020-12-02 17:11 |
Reporter | Vico Liang | Assigned To | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | VC++ 2013 | ||
Product Version | 6.9.0 | ||||
Target Version | 7.5.0 | Fixed in Version | 7.5.0 | ||
Summary | 0026749: TObj_Assistant::FindModel fails to find model with unicode name. | ||||
Description | Function "TObj_Assistant::FindModel (const Standard_CString theName)" should consider theName might be unicode. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
related to | 0031113 | new | dpasukhi | Open CASCADE | Foundation Classes - TCollection_ExtendedString constructor from CString is confusing |
related to | 0014673 | closed | bugmaster | Open CASCADE | Provide true support for Unicode symbols |
related to | 0025682 | closed | bugmaster | Community | Application Framework - TObj_Model::GetModelName() should store in document in unicode mode instead of ascii mode |
|
To fix the issue, please change the first line code from TCollection_ExtendedString aName( theName); To TCollection_ExtendedString aName( theName, Standard_True ); |
|
The proposed fix is included in patch for 0014673 |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-10-05 07:44 | Vico Liang | New Issue | |
2015-10-05 07:44 | Vico Liang | Assigned To | => szy |
2015-10-05 07:48 | Vico Liang | Note Added: 0046435 | |
2015-12-18 11:50 |
|
Target Version | 7.0.0 => 7.1.0 |
2016-02-17 18:18 |
|
Assigned To | szy => mpv |
2016-10-25 16:06 |
|
Target Version | 7.1.0 => 7.2.0 |
2017-05-25 15:23 |
|
Target Version | 7.2.0 => Unscheduled |
2020-10-25 20:30 |
|
Relationship added | related to 0031113 |
2020-10-25 21:08 |
|
Relationship added | related to 0025682 |
2020-10-25 22:03 |
|
Assigned To | mpv => abv |
2020-10-25 22:03 |
|
Target Version | Unscheduled => 7.5.0 |
2020-10-28 07:22 |
|
Note Added: 0096320 | |
2020-10-28 07:22 |
|
Relationship added | related to 0014673 |
2020-11-02 23:10 |
|
Status | new => feedback |
2020-11-02 23:10 |
|
Status | feedback => verified |
2020-12-02 16:22 |
|
Fixed in Version | => 7.5.0 |
2020-12-02 17:03 |
|
Resolution | open => fixed |
2020-12-02 17:11 |
|
Status | verified => closed |