Add Serbian, Macedonian and related characters #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Continuing the discussion from fcambus#38, I updated all the .bdf files from your fork with the characters specific to Serbian and Macedonian, as well as added some more characters:
the existing punctuation characters for quotes were not consistently present in all font files, so I added them where needed.
The second commit in this PR contains a patch file patch/serbian-cyrillic.patch and adds the target
sr-cyr
to the Makefile. This patch file changes the look of several Cyrillic characters so they better fit Serbian typographic standards.The way the patch would work is this: after cloning the git repository, user would issue the commands:
to generate the font files with the Cyrillic characters adjusted to follow Serbian typography. This requires the program patch(1). If the characters following Russian typography are desired, the above commands would of course not be needed.
If this sounds too complicated, or if you would like to instead use just the font with the Cyrillic characters following Serbian typography, I can also supply that case as separate PR.