The ~M and ~M` EWTS change had not fully been made. Someone submitted a bug report 911472 that alerted me to this.
This commit is contained in:
parent
db2ef438d4
commit
542fb50bf1
5 changed files with 121 additions and 119 deletions
|
@ -218,8 +218,8 @@ public class UnicodeCodepointToThdlWylie {
|
|||
|
||||
case '\u0F80': return "-i";
|
||||
case '\u0F81': return "-I";
|
||||
case '\u0F82': return "\\u0F82";
|
||||
case '\u0F83': return "^M"; // DLC unsupported in Jskad
|
||||
case '\u0F82': return "~M`";
|
||||
case '\u0F83': return "~M"; // DLC unsupported in Jskad, and 0F82 too probably
|
||||
case '\u0F84': return "?";
|
||||
case '\u0F85': return "&";
|
||||
case '\u0F86': return "\\u0F86";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue