Skip to content

Commit

Permalink
Update wangli: decompose ĭ & ĕ
Browse files Browse the repository at this point in the history
  • Loading branch information
untunt committed Oct 29, 2024
1 parent 60fd682 commit 1ed7d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wangli.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function get韻母() {
}[音韻地位.] ?? 音韻地位.;
const 元音表0 = {
i: '脂     ',        u: '模東    ',
ĕ: '   真 侵',
: '   真 侵',
e: '支青齊先蕭添', ə: '之蒸微文尤 ', o: '魚冬    ',
ɛ: ' 清祭仙宵鹽',        ɔ: ' 江    ',
æ: ' 耕夬山  ', ɐ: ' 庚廢元 嚴', ɒ: '  咍  覃',
Expand All @@ -116,7 +116,7 @@ function get韻母() {
let 介音 = '';
if (is史稿) {
if (is`${TshetUinh.表達式.四等韻} 或 幽韻`) 介音 += 'i';
else if (is`三四等 非 脂幽韻`) 介音 += 'ĭ';
else if (is`三四等 非 脂幽韻`) 介音 += '';
if (is`冬灰文魂韻 或 泰寒歌韻 非 開口 或 唐登韻 合口 或 真韻 合口 (A類 或 銳音 非 莊組)`) 介音 += 'u';
else if (is`合口 非 虞韻 或 鍾凡韻 或 幫組 微廢元陽韻`) 介音 += 'w';
} else {
Expand Down

0 comments on commit 1ed7d27

Please sign in to comment.