漢語拼音數字標調輸入模式強制以 1 表示陰平。

This commit is contained in:
ShikiSuen 2022-01-20 14:53:33 +08:00
parent 1b23e8c9f9
commit 8fff2a2eee
1 changed files with 2 additions and 1 deletions

View File

@ -339,7 +339,8 @@ const string BPMF::HanyuPinyinString(bool includesTone, bool useVForUUmlaut) con
if (includesTone) {
switch (toneMarkerComponent()) {
switch (toneMarkerComponent()) {
case Tone1: tone = "1"; break;
case Tone2: tone = "2"; break;
case Tone3: tone = "3"; break;
case Tone4: tone = "4"; break;