Merge pull request #1716 from nikunjmathur08/add-lessutfchardef-instructions

Add LESSUTFCHARDEF instructions for less PUA character display Fixes: #1337
This commit is contained in:
Fini 2024-11-20 11:03:29 +01:00 committed by GitHub
commit 57d2804aaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,6 +62,7 @@ The following flow diagram shows the current glyph sets included:
[**Project Motivation**](#project-motivation)
**Additional Info**
* [**In case of problems**](#common-problems)
* [**Unstable file paths on master**](#unstable-file-paths)
* [**Changelog**](#changelog)
* [**License**](#license)
@ -109,7 +110,6 @@ See [Wiki: Glyph Sets and Codepoints for more details][wiki-glyph-sets-codepoint
See [Wiki: Icon names in shell][wiki-icon-names-in-shell]
## Patched Fonts
A preview of all fonts can be found [here](https://www.nerdfonts.com/font-downloads).
@ -603,6 +603,13 @@ Usage: ./gotta-patch-em-all-font-patcher!.sh [OPTION] [FILTER]
See [contributing.md](contributing.md)
## Common Problems
Some solutions can be found on the Wiki, if you are lucky. For example hints to use the pager `less` are there:
* https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting
* https://github.com/ryanoasis/nerd-fonts/wiki/Terminal-Emulators
* https://github.com/ryanoasis/nerd-fonts/wiki/Reporting-Issues
## Unstable File Paths