Unicode support
See original GitHub issueAvalonia doesn’t seem to support Unicode. Is this planned for the future?
Repro steps:
git clone git@github.com:AvaloniaUI/avalonia-dotnet-templates.git
dotnet new --install .\avalonia-dotnet-templates\
dotnet new avalonia.app -o AvaloniaUnicodeTest
# Add unicode character to MainWindow.xaml, e.g. ▶
dotnet run
# You'll see something like □ instead of the unicode character
I’m using Avalonia 0.6.1 and Avalonia.Desktop 0.6.1 on Windows 10.
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (9 by maintainers)
Top Results From Across the Web
Unicode Support
Unicode Support. The Unicode Standard is a standardized character code designed to encode international texts for display and storage.
Read more >Unicode - Wikipedia
This article contains uncommon Unicode characters. Without proper rendering support, you may see question marks, boxes, or other symbols. Unicode's success at ...
Read more >Unicode support. What does that actually mean?
It's actually easy to explain, here it is taken from the wiki page “A standard for representing the worlds text”. That means it...
Read more >FAQ - Basic Questions
The Unicode Standard is intended to support the needs of all types of users, whether in business or academia, using mainstream or minority...
Read more >MySQL 8.0 Reference Manual :: 10.9 Unicode Support
This section describes support for Unicode in MySQL. For information about the Unicode Standard itself, visit the Unicode Consortium website.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Pls try “Segoe UI Symbol” and let me know if it works.
Current nightly