Solaire / GLC

Lightweight, console-based, tool which automatically detects installed games and displays them to the user.
GNU General Public License v3.0
16 stars 3 forks source link

No longer displays Unicode characters #33

Closed Nutzzz closed 3 years ago

Nutzzz commented 3 years ago

Even though the .json shows the appropriate escaped code (e.g., \u00AE or \u2122), when titles are displayed, ® (R) becomes "r", ™ (TM) becomes "T".

This is despite "Console.OutputEncoding = System.Text.Encoding.UTF8;" in Program.cs.

IIRC, prior to 1.1.0 these characters were displayed correctly.

Nutzzz commented 3 years ago

Never mind, this was a result of having the window set to use "Raster Fonts."