• R/O
  • SSH

mem: Commit

supermemo-like program for item memorising


Commit MetaInfo

Revisionc1c1682cad8310ccbfe60040d4fb74ddb0f0b9eb (tree)
Time2019-07-25 16:32:59
AuthorPJ_WORK
CommiterPJ_WORK

Log Message

common/Item.h: a-circumflex letter

Change Summary

Incremental Difference

diff -r 4149af714145 -r c1c1682cad83 common/Item.h
--- a/common/Item.h Wed May 09 20:50:53 2018 +0100
+++ b/common/Item.h Thu Jul 25 08:32:59 2019 +0100
@@ -147,6 +147,7 @@
147147 switch(ch) {
148148 case 0x0D3: out += "O"; break;
149149 case 0x0E0: out += "a"; break;
150+ case 0x0E2: out += "a"; break;
150151 case 0x0E6: out += "!ae"; break;
151152 case 0x0E8: out += "e"; break;
152153 case 0x0E9: out += "e"; break;
Show on old repository browser