File: 0013-generate-UTF-8-dict-and-dat-files-for-all-platforms.patch

package info (click to toggle)
cmigemo 1%3A1.2%2Bgh0.20220623-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,700 kB
  • sloc: ansic: 2,617; cs: 188; makefile: 173; sh: 107; cpp: 67; perl: 59; csh: 49; javascript: 20
file content (52 lines) | stat: -rw-r--r-- 1,323 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
From 7059e6beea59d676b4eb0cc79b1918991713ef59 Mon Sep 17 00:00:00 2001
From: MURAOKA Taro <koron.kaoriya@gmail.com>
Date: Tue, 25 Oct 2011 22:35:30 +0900
Subject: [PATCH 13/36] generate UTF-8 dict and dat files for all platforms

---
 dict/dict.mak | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dict/dict.mak b/dict/dict.mak
index 49435d6..c8fb150 100644
--- a/dict/dict.mak
+++ b/dict/dict.mak
@@ -2,7 +2,7 @@
 #
 # t@C̃eiX
 # 
-# Written By:  MURAOKA Taro <koron@tka.att.ne.jp>
+# Written By:  MURAOKA Taro <koron.kaoriya@gmail.com>
 
 DICT 		= migemo-dict
 DICT_BASE	= base-dict
@@ -77,22 +77,22 @@ msvc:		cp932 utf-8
 ##############################################################################
 # for Borland C 5
 #
-bc5:		cp932
+bc5:		cp932 utf-8
 
 ##############################################################################
 # for Cygwin
 #
-cyg:		euc-jp
+cyg:		euc-jp utf-8
 
 ##############################################################################
 # for GNU/gcc(Linux)
 #
-gcc:		euc-jp
+gcc:		euc-jp utf-8
 
 ##############################################################################
 # for MacOS X
 #
-osx:		euc-jp
+osx:		euc-jp utf-8
 
 ##############################################################################
 # Cleaning
-- 
2.39.2