Encoding Issue when run under anvil-app-server

Hi,
I’m trying to execute a test app with anvil-app-server on my machine (Windows 10). It is a static label (for caption), made by the Editor, which is rendered correctly when the browser is connected to Anvil, but fails as connect to localhost:3030. Text is in Bulgarian (Windows 1251)

Here it is what I tracked

  1. On the editor’s screen is normal
    image

  2. The text in form_template.yaml on my comp is correct

  3. On the screen on localhost:3030 looks like:
    image
    The browser is: Chrome is up to date Version 103.0.5060.134 (Official Build) (64-bit)

Is there anything I should have done in the app or locally before/after cloning or in the browser?
I’ll appreciate any help!

Thanks!

Resolved. Luckily chanced on [App Server Error] special characters are not allowed - #3 by yamaguchi.ydw
Thank you very much, Vinz! The workaround worked