jackhumbert / zbalermorna

lo vrici se pilno be fi la zbalermorna je lo ri taipfase
https://jackhumbert.github.io/zbalermorna/
The Unlicense
23 stars 6 forks source link

unicode reference for retonga, citonga, votonga is incorrect #7

Open ZacharyRMcKee opened 3 years ago

ZacharyRMcKee commented 3 years ago

one of the codes is duplicated (PATONGA's) and the subsequent *tonga codes are off-by-one by incrementing off of the duplicated unicode value:

U+ED8C  patonga ZBALERMORNA COMBINING PA TONGA U+ED8C  retonga ZBALERMORNA COMBINING RE TONGA U+ED8D  citonga ZBALERMORNA COMBINING CI TONGA U+ED8E  votonga ZBALERMORNA COMBINING VO TONGA

should be

U+ED8C  patonga ZBALERMORNA COMBINING PA TONGA U+ED8D  retonga ZBALERMORNA COMBINING RE TONGA U+ED8E  citonga ZBALERMORNA COMBINING CI TONGA U+ED8F  votonga ZBALERMORNA COMBINING VO TONGA

on this page: https://jackhumbert.github.io/zbalermorna/unicode/

lunarythia commented 1 year ago

@jackhumbert