generated from chadbaldwin/simple-blog-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create 2024-05-06-unicode-recommendations-checker.md
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Unicode Recommendations Checker | ||
|
||
If you read our blog, you know that Unicode, or more precisely the representation of hieroglyphs in Unicode, is a big topic for us. That's why we're happy to see more and more tools that create Unicode hieroglyphs. Recently the following repo was published: [gly2mdc2](https://github.com/MaReTEgyptologists/gly2mdc2). This allows you to convert your gly files to Unicode. We have a simple web service online that converts MdC to Unicode: <https://oraec.github.io/corpus/mdc_to_unicode_converter.html> Our collaboration project [STaTbS21D](https://statbs21d.github.io/) has its own [converter](https://statbs21d.github.io/mdc2unicode.html) that converts gly files to Unicode. Highly recommended! | ||
|
||
And if you really read our blog, you know that we refer to [our recommendations](https://oraec.github.io/2022/09/28/recommendations-encoding-hieroglyphs.html) in every blog. Unfortunately, some of the codepoints available in Unicode do not reflect characters, but are pure variants. Our recommendations show which codepoints are safe to use and which ones should be avoided. These recommendations are taken into account both in our web service and in the converter of the STaTbS21D project. However, in the case of other texts with Unicode hieroglyphs, it is impossible to know whether they comply with our recommendations or not. | ||
|
||
We have therefore created a [Unicode Recommendations Checker](https://oraec.github.io/corpus/urc.html): <https://oraec.github.io/corpus/urc.html>. This tool checks whether the Unicode hieroglyphs are real characters or just variants. For such non-recommended codepoints, the tool offers encoding with the correct character. It also outputs the entire text according to the guidelines. 𓅁 is preset as an example. If you now press the "Check!" button, the result of the check will look like this "𓅁 should be 𓌳𓄿". In addition, the whole text is transformed according to the guidelines. The result is 𓌳𓄿. | ||
|
||
Have fun checking! | ||
|
||
<p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="http://creativecommons.org/publicdomain/zero/1.0?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/zero.svg?ref=chooser-v1"></a></p> |