Bug #132
closed
Trash in the definitions for extended records with unicode identifiers
Added by I. Denisov over 9 years ago.
Updated over 9 years ago.
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.
- Description updated (diff)
- Related to Feature #19: Adding 16-bit Unicode support for Component Pascal identifiers added
- Subject changed from Trash in the definisions for extended records with unicode identifiers to Trash in the definitions for extended records with unicode identifiers
- Description updated (diff)
- 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.
- Status changed from New to Closed
Also available in: Atom
PDF