DesktopSearchField encoding issue on Windows

Hello,

Is there anyone that have issues with the hint property on windows?

I created an issue: DesktopSearchField Hint Encoding issue Windows

In the IDE, everything is showed corectly but once compiled, the hint property is not correctly encoded. I tried to force the encoding to UTF8 but nothing changed

In the IDE:
IDE

In the compiled version:
Compiled

Julien

Thanks for finding it.
You may include a test project for Robin to verify the bug.

Looks like the text is passed as ANSI encoded instead of UTF-8.

1 Like

Uploaded an example project