Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
c87143d0
Commit
c87143d0
authored
Mar 19, 2009
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the encoding to utf-8.
parent
9ffcf5cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
+16
-12
leim/ChangeLog
leim/ChangeLog
+4
-0
leim/leim-ext.el
leim/leim-ext.el
+12
-12
No files found.
leim/ChangeLog
View file @
c87143d0
2009
-
03
-
19
Kenichi
Handa
<
handa
@
m17n
.
org
>
*
leim
-
ext
.
el
:
Change
the
encoding
to
utf
-
8.
2008
-
12
-
30
Jan
Dj
ä
rv
<
jan
.
h
.
d
@
swipnet
.
se
>
*
Makefile
.
in
(
install
):
Remove
old
directories
in
ns_appresdir
before
...
...
leim/leim-ext.el
View file @
c87143d0
;; leim-ext.el -- extra leim configuration -*- coding:
iso-2022-7bit
; -*-
;; leim-ext.el -- extra leim configuration -*- coding:
utf-8
; -*-
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; Free Software Foundation, Inc.
...
...
@@ -30,13 +30,13 @@
;;; Code:
(
eval-after-load
"quail/PY-b5"
'
(
quail-defrule
"ling2"
?
$
(
0!r
(
B
nil
t
))
'
(
quail-defrule
"ling2"
?
○
nil
t
))
;; Enable inputting full-width space (U+3000).
(
eval-after-load
"quail/Punct"
'
(
quail-defrule
" "
?
$A!!
(
B
nil
t
))
'
(
quail-defrule
" "
?
nil
t
))
(
eval-after-load
"quail/Punct-b5"
'
(
quail-defrule
" "
?
$
(
0!!
(
B
nil
t
))
'
(
quail-defrule
" "
?
nil
t
))
(
autoload
'ucs-input-activate
"quail/uni-input"
"Activate UCS input method.
...
...
@@ -57,36 +57,36 @@ HELP-TEXT is a text set in `hangul-input-method-help-text'.")
"korean-hangul"
"UTF-8"
'hangul-input-method-activate
"
$(CGQ(B
2"
"
한
2"
"Hangul 2-Bulsik Input"
'hangul2-input-method
"Input method: korean-hangul2 (mode line indicator:
$(CGQ(B
2)\n\nHangul 2-Bulsik input method."
)
"Input method: korean-hangul2 (mode line indicator:
한
2)\n\nHangul 2-Bulsik input method."
)
(
register-input-method
"korean-hangul3f"
"UTF-8"
'hangul-input-method-activate
"
$(CGQ(B
3f"
"
한
3f"
"Hangul 3-Bulsik final Input"
'hangul3-input-method
"Input method: korean-hangul3 (mode line indicator:
$(CGQ(B
3f)\n\nHangul 3-Bulsik final input method."
)
"Input method: korean-hangul3 (mode line indicator:
한
3f)\n\nHangul 3-Bulsik final input method."
)
(
register-input-method
"korean-hangul390"
"UTF-8"
'hangul-input-method-activate
"
$(CGQ(B
390"
"
한
390"
"Hangul 3-Bulsik 390 Input"
'hangul390-input-method
"Input method: korean-hangul390 (mode line indicator:
$(CGQ(B
390)\n\nHangul 3-Bulsik 390 input method."
)
"Input method: korean-hangul390 (mode line indicator:
한
390)\n\nHangul 3-Bulsik 390 input method."
)
(
register-input-method
"korean-hangul3"
"UTF-8"
'hangul-input-method-activate
"
$(CGQ(B
390"
"
한
390"
"Hangul 3-Bulsik 390 Input"
'hangul390-input-method
"Input method: korean-hangul390 (mode line indicator:
$(CGQ(B
390)\n\nHangul 3-Bulsik 390 input method."
)
"Input method: korean-hangul390 (mode line indicator:
한
390)\n\nHangul 3-Bulsik 390 input method."
)
;; arch-tag: 75cfdfc7-de85-44f9-b408-ff67d1ec664e
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment