CherokeeLanguage / CherokeeNewTestament.org

The source code for the website https://cherokeenewtestament.org/
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

Fix casing of Cherokee UTF-8 text. #4

Open michael-conrad opened 4 years ago

michael-conrad commented 4 years ago

Fix casing of Cherokee UTF-8 text.

DavidHaslam commented 3 years ago

The Cherokee script became bicameral from Unicode 8.0 released in June 2015.

The Cherokee Supplement covers all the small letters in the syllabary.

DavidHaslam commented 3 years ago

I’m planning to develop a bespoke TextPipe filter to implement this task.

DavidHaslam commented 3 years ago

Do the fonts in the Static folder support the Cherokee Supplement ?

If not, consider the following:

Both these also support English, etc.

michael-conrad commented 3 years ago

a) What is the license on Galvji?

b) The source text is not HTML. It is converted to HTML. It uses a combining underscore to mark the caps internally.

c) I'm not sure about broad support for displaying proper bicameral Cherokee.

d) I don't think any of the FreeFonts have been updated for years on end…

DavidHaslam commented 3 years ago

Oops! Just observed that Code2000 doesn’t support the small letters in the Supplement.

Galvji does support them. The license is Non-commercial. Not yet found contact details for commercial use of Galvji.

DavidHaslam commented 3 years ago

Aside: I’m a volunteer for the CrossWire Bible Society.

DavidHaslam commented 3 years ago

Which set of files contain the source text with the combining underscores?

I’ve looked at the index.md file for (eg) 2 John, but I didn’t spot any instances of

U+0332 COMBINING LOW LINE

Unless somehow these are hidden when viewed from my iPad Mini 4.

DavidHaslam commented 3 years ago

Suggestion

The bicameral text might best be included as an extra line for each verse.

That would permit the standard large letters to still be viewed, even if the user didn’t have a suitable font installed for the small letters in the Cherokee Supplement.

DavidHaslam commented 3 years ago

The Google font Noto Sans Cherokee supports the Cherokee Supplement, but it doesn’t support the Latin letters in the Sequoyah transliteration!

Rather disappointing to find that.

DavidHaslam commented 3 years ago

The Unicode Pad Pro app for iPadOS & iOS lists only Galvji and Unifont Medium as capable of displaying the letters in the Cherokee Supplement.

Unifont is only really a crude fallback option.

michael-conrad commented 3 years ago

Which set of files contain the source text with the combining underscores?

I’ve looked at the index.md file for (eg) 2 John, but I didn’t spot any instances of

U+0332 COMBINING LOW LINE

Unless somehow these are hidden when viewed from my iPad Mini 4.

Sorry, that file is in a different location and is missing from this repo. I will have to correct that at a later date.