- Notifications
You must be signed in to change notification settings - Fork5
Commitf6f8c33
committed
Allow pgaccess to input Japanese. See included mail.
Subject: [HACKERS] pgaccess Japanese input capability patchFrom: Tatsuo Ishii <t-ishii@sra.co.jp>To: teo@flex.roCc: pgsql-hackers@postgresql.org, pgsql-interfaces@postgresql.orgDate: Sat, 24 Feb 2001 21:41:14 +0900Hi Teodorescu,I have made patches which enable pgaccess to input Japanese charactersin the table editing window. As you might know, to input Japanesecharacters, we first type in "hiragana" then convert it to "kanji". Tomake this proccess transparent to tcl application programs, librariesare provided with localized version of Tcl/Tk. The patches bindcertain keys to initiate a function (kanjiInput) that is responsiblefor the conversion process. If the function is not available, thosekeys will not be binded.Comments?--Tatsuo Ishii1 parent9c99365 commitf6f8c33
1 file changed
+81
-0
lines changedLines changed: 81 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
813 | 813 |
| |
814 | 814 |
| |
815 | 815 |
| |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
816 | 820 |
| |
817 | 821 |
| |
818 | 822 |
| |
| |||
2161 | 2165 |
| |
2162 | 2166 |
| |
2163 | 2167 |
| |
| 2168 | + | |
| 2169 | + | |
| 2170 | + | |
| 2171 | + | |
| 2172 | + | |
| 2173 | + | |
| 2174 | + | |
| 2175 | + | |
| 2176 | + | |
| 2177 | + | |
| 2178 | + | |
| 2179 | + | |
| 2180 | + | |
| 2181 | + | |
| 2182 | + | |
| 2183 | + | |
| 2184 | + | |
| 2185 | + | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
| 2189 | + | |
| 2190 | + | |
| 2191 | + | |
| 2192 | + | |
| 2193 | + | |
| 2194 | + | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
| 2204 | + | |
| 2205 | + | |
| 2206 | + | |
| 2207 | + | |
| 2208 | + | |
| 2209 | + | |
| 2210 | + | |
| 2211 | + | |
| 2212 | + | |
| 2213 | + | |
| 2214 | + | |
| 2215 | + | |
| 2216 | + | |
| 2217 | + | |
| 2218 | + | |
| 2219 | + | |
| 2220 | + | |
| 2221 | + | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
| 2225 | + | |
| 2226 | + | |
| 2227 | + | |
| 2228 | + | |
| 2229 | + | |
| 2230 | + | |
| 2231 | + | |
| 2232 | + | |
| 2233 | + | |
| 2234 | + | |
| 2235 | + | |
| 2236 | + | |
| 2237 | + | |
| 2238 | + | |
| 2239 | + | |
| 2240 | + | |
| 2241 | + | |
| 2242 | + | |
| 2243 | + | |
| 2244 | + |
0 commit comments
Comments
(0)