Skip to content

Commit 5c7ced8

Browse files
committed
Added Ș, ș, Ț, ț as design alternates in Romanian to better highlight the design requirements
1 parent b09b433 commit 5c7ced8

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# A changelog for the lib/hyperglot language database and CLI tool (dd.mm.yyyy)
22

3+
## 0.6.1 (30.1.2023)
4+
- DATA: Refined Romanian by adding `design_alternates` explicitly
5+
36
## 0.6.0 (16.01.2023)
47
- DATA: Refined Klingon (`tlh`) orthography and added a draft version of Toki Pona (`tok`)
58
- FEATURE: Implemented shaping checks for mark positioning when required by unencoded base + mark combinations or `--decompose`

lib/hyperglot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Gather a few package wide constants
33
"""
44
from os import path
5-
__version__ = "0.6.0"
5+
__version__ = "0.6.1"
66

77
DB = path.abspath(path.join(path.dirname(__file__), "data"))
88
DB_EXTRA = path.abspath(path.join(path.dirname(__file__), "extra_data"))

lib/hyperglot/data/ron.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ orthographies:
1111
base: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Â Î Ă Ș Ț a b c d e f g h i j k l m n o p q r s t u v w x y z â î ă ș ț
1212
design_requirements:
1313
- The characters ‹Ș,ș› and ‹Ț,ț› have been represented with ‹Ş,ş› and ‹Ţ,ţ› in the past. The former character codepoints may still appear in some legacy encodings. To resolve this and to avoid discrepancy (the marks below both character pairs ought to be identical) some font developers use automated substitutions in their OpenType fonts.
14+
design_alternates: Ș Ț ș ț
1415
marks: ◌̂ ◌̆ ◌̦ ◌̧
1516
note: Used also for Romanian spoken in Moldavia (sometimes called Moldavian).
1617
script: Latin

0 commit comments

Comments
 (0)