Notice that the texts on the left upper side, everything is correct, this is because there are at least 2 chars behind the accent.
Code: Select all
<Window Type="TaharezLook/Button" Name="os/Advanced">
<Property Name="UnifiedPosition" Value="{{1,-105},{1,-305}}" />
<Property Name="UnifiedSize" Value="{{0,100},{0,300}}" />
<Property Name="Text" Value="Avancé" />
</Window>
Code: Select all
<Window Type="TaharezLook/Button" Name="os/Advanced">
<Property Name="UnifiedPosition" Value="{{1,-105},{1,-305}}" />
<Property Name="UnifiedSize" Value="{{0,100},{0,300}}" />
<Property Name="Text" Value="Avancée" />
</Window>
Code: Select all
<Window Type="TaharezLook/Button" Name="os/Advanced">
<Property Name="UnifiedPosition" Value="{{1,-105},{1,-305}}" />
<Property Name="UnifiedSize" Value="{{0,100},{0,300}}" />
<Property Name="Text" Value="Avancées" />
</Window>
and my layout file is encoded as ANSI. I tried it as an UTF-8 file, but in this case, the accets were two strange signs.
Is this a bug or what am I missing ?