Facepunch / garrysmod-issues

Garry's Mod issue tracker
139 stars 56 forks source link

Extended unicode and cyrillic issue #5620

Open MaslovKK opened 9 months ago

MaslovKK commented 9 months ago

I'm using linux x86_64 gmod build, when i type ❤ in console, in linux it prints square, in windows it prints properly.

When i'm applying cyrillic font, cyrillic characters doesn't working (ascii characters working properly) In main branch fonts doesn't applying too.

This is not problem in my os, because manipulations with locales has no effect.

OstojaOfficial commented 8 months ago

I can confirm that this is an issue. Happening to me too on Arch Linux.

robotboy655 commented 8 months ago

Related or duplicate of https://github.com/Facepunch/garrysmod-issues/issues/842 https://github.com/Facepunch/garrysmod-issues/issues/5012

Zadrakos commented 4 months ago

I can also confirm that this is happening on my Linux install as well. Also, slanted text or anything like that appears as normal, any characters that aren't basic will not be displayed due to SetLocale('en_US.UTF-8') failing.

image

In the image it asks for en_US.UTF-8 to be installed, however it already is on my system. It appears that, for some reason, the native Linux build cannot find that locale, and therefor cannot use it.

Are there any intentions to fix this?