Firicico icon indicating copy to clipboard operation
Firicico copied to clipboard

Certain Characters showing wrong?

Open ethan-hurst opened this issue 6 years ago • 11 comments

If you take a look at this code snippet, you can see that several characters are showing up incorrectly.

code

Wondering if there is a work around for this one the other issues touch on something similar, but to me it looks like the letters C & O aren't rendering correctly neither is the semi-colon ;

ethan-hurst avatar Feb 10 '19 21:02 ethan-hurst

Same here.

MajdakFran avatar Feb 12 '19 18:02 MajdakFran

I'm on Windows 10 and this is happened to me too.

ruliarmando avatar Apr 09 '19 07:04 ruliarmando

I'm also on Windows 10 and this is happening

dizthewize avatar Apr 17 '19 02:04 dizthewize

Workaround - Windows 10 Build 1809

  1. Settings > Time & Language > Language > Administrative language settings
  2. Change system locale...
  3. Enable "Beta: Use Unicode UTF-8 for worldwide language support"
  4. Restart computer.

References How to set the language for non-Unicode programs in Windows

jprg avatar Apr 24 '19 19:04 jprg

@jprg alright I will give this a try soon as I return home from work thanks

dizthewize avatar Apr 24 '19 20:04 dizthewize

@jprg It was a good try, but it did not work for me. Sadly

not-Ryan avatar Apr 25 '19 13:04 not-Ryan

@TRayS2 Also didn't work for me and I think it is because my Windows 10 build is still 1803.

ruliarmando avatar Apr 26 '19 02:04 ruliarmando

Workaround - Windows 10 Build 1803

  1. Revert font files to earlier version. git checkout 9679807407ceff2925f1368df1f448ec28c2fcb0 "./Firicico.ttf" git checkout 9679807407ceff2925f1368df1f448ec28c2fcb0 "./Firicico Italic.ttf"
  2. Install font files.
  3. Restart Visual Studio Code.

jprg avatar Apr 26 '19 20:04 jprg

@jprg thanks for the solution! This is a nice solution.

Theolean avatar May 04 '19 21:05 Theolean

Workaround - Windows 10 Build 1803

1. Revert font files to earlier version.
   `git checkout 9679807407ceff2925f1368df1f448ec28c2fcb0 "./Firicico.ttf"`
   `git checkout 9679807407ceff2925f1368df1f448ec28c2fcb0 "./Firicico Italic.ttf"`

2. Install font files.

3. Restart Visual Studio Code.

On Windows 10 I had to remove the old fond first in order for this solution to work (just used the Fonts settings app). I installed the font unprivileged so that might have something to do with it.

ttcremers avatar Jul 01 '19 12:07 ttcremers

The imgbot branch has a font that worked for me even though I have my system local on Japanese.

AlexandroPerez avatar Dec 21 '21 06:12 AlexandroPerez