~ruther/guix-local

ref: 64668f7c15fa639831209f25e313c99a1047de7b guix-local/gnu/packages/patches/libskk-fix-invalid-escape.patch -rw-r--r-- 555 bytes
64668f7c — Rutherther etc: release: Add spare space to the release VM image. a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
fix parse error:
https://github.com/ueno/libskk/pull/90

diff --git a/rules/default/rom-kana/default.json b/rules/default/rom-kana/default.json
index 6ddfce6..68dcff9 100644
--- a/rules/default/rom-kana/default.json
+++ b/rules/default/rom-kana/default.json
@@ -108,7 +108,7 @@
             "myi": ["", "みぃ" ],
             "myo": ["", "みょ" ],
             "myu": ["", "みゅ" ],
-            "n\'": ["", "ん" ],
+            "n'": ["", "ん" ],
             "na": ["", "な" ],
             "ne": ["", "ね" ],
             "ni": ["", "に" ],