Project

General

Profile

Actions

Bug #132

closed

Trash in the definitions for extended records with unicode identifiers

Added by I. Denisov about 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
Start date:
09/28/2016
Due date:
% Done:

0%

Estimated time:

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.


Related issues 1 (0 open1 closed)

Related to BlackBox Component Builder - Feature #19: Adding 16-bit Unicode support for Component Pascal identifiersClosedJ. Templ10/23/2014

Actions
Actions #1

Updated by I. Denisov about 9 years ago

  • Description updated (diff)
Actions #2

Updated by I. Denisov about 9 years ago

  • Related to Feature #19: Adding 16-bit Unicode support for Component Pascal identifiers added
Actions #3

Updated by I. Denisov about 9 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
Actions #4

Updated by I. Denisov about 9 years ago

  • Description updated (diff)
Actions #5

Updated by J. Templ about 9 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 #6

Updated by D. G. Danforth about 9 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF