Standard page - UTF-8 issue

It seems that Standard page doesn’t support UTF-8 because the UTF-8 content of the following div doesn’t display correctly in the anvil app. It’s a bit surprise since the default character encoding in HTML-5 is UTF-8, and anvil app is html5, isn’t it?

<div> résumé </div>

Any help regarding fixing the issue without moving to custom html page is really appreciated.

Hello @Tony.Nguyen,

Anvil supports UTF-8 encoding, I’ve created a standard page with a résumé label here and it displays as expected.
UTF-8 Test

If you could be more specific on how exactly you think the div should display, then I may be able to help further.

Thanks,
Ryan

Hi @ryan, thanks so much for your help. Below is the code and the error

r�sum�
<div class="content">
      <div>résumé</div>
      <div anvil-slot-repeat="default" class="anvil-measure-this"></div>
      <div class="placeholder drop-here" anvil-if-slot-empty="default" anvil-drop-slot="default">Drop a ColumnPanel here.</div>
    </div>