Reputation: 68830
I have a folder of files with Arabic and Chinese names in Unicode. In MonoDevelop they do not render. IS there a way to have MonoDevelop render unicode?
Version 2.8 of MonoDevelop, Mac
Here's a screenshot:
Upvotes: 2
Views: 275
Reputation: 16153
It's a known bug that Pango, the font library used by MonoDevelop, does not support font fallbacks on MacOS. This has been fixed but the fix has not yet been shipped.
You may be able to work around this by configuring a custom font in MonoDevelop Preferences that includes all the glyphs you need.
Upvotes: 2