Skip to content

WideChar const to UTF8String const compile time conversion

This MR allows the following way to define a string constant:

const
  FULLWIDTH_RIGHT_PARENTHESIS: UTF8String = #$FF09;

Note: In Delphi this is allowed and works correctly.

Added test to check WideChar const to UTF8String const conversion.

Merge request reports