question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Most Glyphs not showing on macOS - E.g. Menu Glyphs and Character Map

See original GitHub issue

It’s possible to scroll top and see the old screen. It’s a weird and ugly situation. Its happens with the Terminal and even ITerm2.

iterm2

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:39

github_iconTop GitHub Comments

2reactions
migueldeicazacommented, Oct 27, 2020

Also, for good measure, we should change setlocale to return an IntPtr, and not an int, in case we ever find a system that uses different calling conventions - it is just good hygiene.

2reactions
migueldeicazacommented, Oct 27, 2020

Hello,

@mklement0 found the culprit, the issue is that the LC_ALL definition is wrong for Mac. It should be 0, according to locale.h:

#define LC_ALL          0
#define LC_COLLATE      1
#define LC_CTYPE        2
#define LC_MONETARY     3
#define LC_NUMERIC      4
#define LC_TIME         5
#define LC_MESSAGES     6

I do not know what the value is on Linux, but if it is not zero, then we will need to check the OS and use 0 on Mac, and 6 o Linux.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Most Glyphs not showing on macOS - E.g. Menu ...
It's possible to scroll top and see the old screen. It's a weird and ugly situation. Its happens with the Terminal and even...
Read more >
Glyphs from font book preview do not work…
I want to use the special characters/glyphs listed in the repertoire preview mode (they don't appear in any other preview).
Read more >
Is there a way to modify the glyphs inside of Special ...
You can display your custom glyph anyplace where you are able to choose a custom font, but as far as I know these...
Read more >
How to Use Font Glyphs with Font Book on Mac - YouTube
In this handy guide we show you the quick and easy way use glyphs with Font Book on Mac to add details to...
Read more >
How to access and use special characters in fonts on Mac
This video will show you how to access and use special characters and glyphs in fonts for Macs. Windows is the same process...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found