163
|
1
|
|
2 ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer decode-hz-region) "china-util" "language/china-util.el")
|
|
3
|
|
4 (autoload 'decode-hz-region "china-util" "\
|
|
5 Decode HZ/ZW encoded text in the current region.
|
|
6 Return the length of resulting text." t nil)
|
|
7
|
|
8 (autoload 'decode-hz-buffer "china-util" "\
|
|
9 Decode HZ/ZW encoded text in the current buffer." t nil)
|
|
10
|
|
11 (autoload 'encode-hz-region "china-util" "\
|
|
12 Encode the text in the current region to HZ.
|
|
13 Return the length of resulting text." t nil)
|
|
14
|
|
15 (autoload 'encode-hz-buffer "china-util" "\
|
|
16 Encode the text in the current buffer to HZ." t nil)
|
|
17
|
|
18 ;;;***
|
|
19
|
|
20 ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region japanese-hiragana-region japanese-katakana-region japanese-zenkaku japanese-hankaku japanese-hiragana japanese-katakana) "japan-util" "language/japan-util.el")
|
|
21
|
|
22 (autoload 'japanese-katakana "japan-util" "\
|
|
23 Convert argument to Katakana and return that.
|
|
24 The argument may be a character or string. The result has the same type.
|
|
25 The argument object is not altered--the value is a copy.
|
|
26 Optional argument HANKAKU t means to convert to `hankaku' Katakana
|
|
27 (`japanese-jisx0201-kana'), in which case return value
|
|
28 may be a string even if OBJ is a character if two Katakanas are
|
|
29 necessary to represent OBJ." nil nil)
|
|
30
|
|
31 (autoload 'japanese-hiragana "japan-util" "\
|
|
32 Convert argument to Hiragana and return that.
|
|
33 The argument may be a character or string. The result has the same type.
|
|
34 The argument object is not altered--the value is a copy." nil nil)
|
|
35
|
|
36 (autoload 'japanese-hankaku "japan-util" "\
|
|
37 Convert argument to `hankaku' and return that.
|
|
38 The argument may be a character or string. The result has the same type.
|
|
39 The argument object is not altered--the value is a copy.
|
|
40 Optional argument ASCII-ONLY non-nil means to return only ASCII character." nil nil)
|
|
41
|
|
42 (autoload 'japanese-zenkaku "japan-util" "\
|
|
43 Convert argument to `zenkaku' and return that.
|
|
44 The argument may be a character or string. The result has the same type.
|
|
45 The argument object is not altered--the value is a copy." nil nil)
|
|
46
|
|
47 (autoload 'japanese-katakana-region "japan-util" "\
|
|
48 Convert Japanese `hiragana' chars in the region to `katakana' chars.
|
|
49 Optional argument HANKAKU t means to convert to `hankaku katakana' character
|
|
50 of which charset is `japanese-jisx0201-kana'." t nil)
|
|
51
|
|
52 (autoload 'japanese-hiragana-region "japan-util" "\
|
|
53 Convert Japanese `katakana' chars in the region to `hiragana' chars." t nil)
|
|
54
|
|
55 (autoload 'japanese-hankaku-region "japan-util" "\
|
|
56 Convert Japanese `zenkaku' chars in the region to `hankaku' chars.
|
|
57 `Zenkaku' chars belong to `japanese-jisx0208'
|
|
58 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.
|
|
59 Optional argument ASCII-ONLY non-nil means to convert only to ASCII char." t nil)
|
|
60
|
|
61 (autoload 'japanese-zenkaku-region "japan-util" "\
|
|
62 Convert hankaku' chars in the region to Japanese `zenkaku' chars.
|
|
63 `Zenkaku' chars belong to `japanese-jisx0208'
|
|
64 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'." t nil)
|
|
65
|
|
66 (autoload 'read-hiragana-string "japan-util" "\
|
|
67 Read a Hiragana string from the minibuffer, prompting with string PROMPT.
|
|
68 If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil nil)
|
|
69
|
|
70 ;;;***
|
|
71
|
|
72 ;;;### (autoloads (thai-compose-buffer thai-compose-region) "thai-util" "language/thai-util.el")
|
|
73
|
|
74 (autoload 'thai-compose-region "thai-util" "\
|
|
75 Compose Thai characters in the region." t nil)
|
|
76
|
|
77 (autoload 'thai-compose-buffer "thai-util" "\
|
|
78 Compose Thai characters in the current buffer." t nil)
|
|
79
|
|
80 ;;;***
|