Skip to content

XAML: keep HTML entities instead of converting them to unicode. #1742

@wwwouter

Description

@wwwouter

We are trying out the XAML formatting, but our glyphs get updated to unicode characters.

Is this expected behavior, or a bug?

Input:
<FontIcon x:Name="StartIcon" FontSize="12" Glyph="&#xEDDC;" Foreground="Transparent" />

Output:
<FontIcon x:Name="StartIcon" FontSize="12" Glyph="" Foreground="Transparent" />

Expected behavior:
To not change this to a unicode character

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions