From b89bba165682c2051a7fe61377b511195aa63dc5 Mon Sep 17 00:00:00 2001 From: Rubikium <30288416+Rubikium@users.noreply.github.com> Date: Tue, 17 Jan 2023 16:13:18 +0800 Subject: [PATCH] Update tuneic for ZH phoneme --- js/core.js | 2 +- js/tuneic.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/core.js b/js/core.js index 0833c5a..7df7880 100644 --- a/js/core.js +++ b/js/core.js @@ -463,7 +463,7 @@ const consonant_to_tuneic = { 40: 0b001001, // m 42: 0b001011, // d 44: 0b010011, // n - 47: 0b111001, // ʒ - no source found yet, guess CGAC over CEAC + 47: 0b110101, // ʒ 49: 0b101101, // g 50: 0b011011, // h 54: 0b011101, // z diff --git a/js/tuneic.js b/js/tuneic.js index 73d9448..7151964 100644 --- a/js/tuneic.js +++ b/js/tuneic.js @@ -176,7 +176,7 @@ const cons_to_trunic = { 0b001001: 40,// m 0b001011: 42,// d 0b010011: 44,// n - //0b11??01: 47,// ʒ - no source found yet + 0b110101: 47,// ʒ 0b101101: 49,// g 0b011011: 50,// h 0b011101: 54,// z