Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions exemplars/Cyrl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
# TODO: Core Spec says U+2116 is also used in East Asia. Where and how?
2116 # NUMERO SIGN per Core Spec Section 22.2
2DE0..2DFF # Cyrillic Extended-A block
2E2B # ONE DOT OVER TWO DOTS PUNCTUATION used in Old Slavonic, from from https://www.unicode.org/L2/L2007/07004-n3193-medieval-punct.pdf
2E2D # FIVE DOT MARK used in Old Slavonic, from https://www.unicode.org/L2/L2007/07004-n3193-medieval-punct.pdf
2E43 # DASH WITH LEFT UPTURN
A640..A69F # Cyrillic Extended-B block
FE2E # COMBINING CYRILLIC TITLO LEFT HALF
Expand Down
2 changes: 2 additions & 0 deletions exemplars/Grek.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
1DC0..1DC1 # COMBINING DOTTED GRAVE ACCENT..COMBINING DOTTED ACUTE ACCENT
1F00..1FFF # Greek Extended block
2126 # OHM SIGN, since it's canonically equivalent to a capital omega
2E00..2E0C # New Testament editorial symbols, from https://www.unicode.org/L2/L2003/03074r3-tlg-ntsigla.pdf
#2E0D ??? RIGHT RAISED OMISSION BRACKET : was added for a Latn usage, but core spec. only mentions "other editorial traditions"
2E0E..2E16 # Ancient Greek textual symbols
AB65 # GREEK LETTER SMALL CAPITAL OMEGA
10140..1018F # Ancient Greek Numbers block
Expand Down
7 changes: 7 additions & 0 deletions exemplars/Latn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,16 @@
2183..2184 # ROMAN NUMERAL REVERSED ONE HUNDRED..LATIN SMALL LETTER REVERSED C
2185..2188 # ROMAN NUMERAL SIX LATE FORM..ROMAN NUMERAL ONE HUNDRED THOUSAND
2C60..2C7F # Latin Extended-C block
2E0C..2E0D # Editorial characters used by nordicists from https://www.unicode.org/L2/L2003/03379-n2675-quote.pdf
2E17 # DOUBLE OBLIQUE HYPHEN from https://www.unicode.org/L2/L2003/03338-n2647-doublehyphen.pdf
2E19 # PALM BRANCH from https://www.unicode.org/L2/L2006/06269-add-roman.pdf
2E1A # Core Spec Section 6.2 says it's used in German dictionaries
2E1B # Core Spec Section 6.2 says it's used in German dictionaries
2E1E..2E1F #used inf German dictionaries, from https://www.unicode.org/L2/L2007/07004-n3193-medieval-punct.pdf
2E20..2E2C # Medievalist puncuation, from https://www.unicode.org/L2/L2007/07004-n3193-medieval-punct.pdf
2E2E # REVERSED QUESTION MARK from https://www.unicode.org/L2/L2007/07004-n3193-medieval-punct.pdf
2E32 # TURNED COMMA was used in Paleotype pre-IPA system, from https://www.unicode.org/L2/L2009/09425-n3740-turnedpunct.pdf
2E35..2E39 # Characters from historical linguist pre-IPA systems, from https://www.unicode.org/L2/L2009/09425-n3740-turnedpunct.pdf
2E53..2E54 # Medieval punctuation from https://www.unicode.org/L2/L2020/20270r-n5147r-medieval-punct.pdf
2E55..2E5C # Phonetic marks from https://www.unicode.org/L2/L2021/21042-phonetic%20punct.pdf
2E5D # Medieval punctuation, from https://www.unicode.org/L2/L2021/21036-n5152-oblique-hyphen.pdf
Expand Down