Actions
Bug #132
closedTrash in the definitions for extended records with unicode identifiers
Start date:
09/28/2016
Due date:
% Done:
0%
Estimated time:
Forum topic:
Description
If the name of the base type of a record uses non-ASCII characters, that name is displayed in the interface with additional unwanted characters appended (00X $ㇲ扁ᡀƵ 03X 00X).
Reported by Valery Shipkov, 2016-09-28.
Updated by I. Denisov almost 10 years ago
- Related to Feature #19: Adding 16-bit Unicode support for Component Pascal identifiers added
Updated by I. Denisov almost 10 years ago
- Subject changed from Trash in the definisions for extended records with unicode identifiers to Trash in the definitions for extended records with unicode identifiers
Updated by J. Templ almost 10 years ago
- Description updated (diff)
- Target version set to 1.7.1
Example:
MODULE Foo;
TYPE
Βασε* = EXTENSIBLE RECORD END;
Εχτ* = RECORD (Βασε ) END;
END Foo.
leads to
DEFINITION Foo;
TYPE
Βασε = EXTENSIBLE RECORD END;
Εχτ = RECORD (Βασε 00X 扖 00X 00X ) END;
END Foo.
Actions