View Revisions: Issue #25171 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0025171: Data Exchange, STEP Lexer - the strings with quote sign inside can't be properly lexed |
|
Revision |
2014-08-20 14:27 by drazmyslovich |
|
Description |
In my case, I had a file generated by PRO/ENGINEER with some french words used as strings. Example: DESCRIPTIVE_REPRESENTATION_ITEM('MATIERE', 'Fil d'acier');
The current STEP lexer can't properly handle this situation and the application refuses to parse a file at all. |
|
Revision |
2014-08-20 14:16 by drazmyslovich |
|
Description |
In my case, I had a file generated by PRO/ENGINEER with some french words used as strings. Example: 0000001=DESCRIPTIVE_REPRESENTATION_ITEM('MATIERE', 'Fil d'acier');
The current STEP lexer can't properly handle this situation and the application refuses to parse a file at all. |