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
Open sidebar
emacs
emacs
Commits
3a0e8467
Commit
3a0e8467
authored
Nov 28, 1994
by
Richard M. Stallman
Browse files
Handle pilcrow, paragraph and pound signs.
Use \aa, \AA for a-with-ring.
parent
7a9a9813
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
12 deletions
+26
-12
lisp/international/iso-cvt.el
lisp/international/iso-cvt.el
+26
-12
No files found.
lisp/international/iso-cvt.el
View file @
3a0e8467
...
...
@@ -194,9 +194,12 @@ little.")
(
"ß"
"{\\\\ss}"
)
(
"\306"
"{\\\\AE}"
)
(
"\346"
"{\\\\ae}"
)
(
"\305"
"{\\\\
o
A}"
)
(
"\345"
"{\\\\
o
a}"
)
(
"\305"
"{\\\\
A
A}"
)
(
"\345"
"{\\\\
a
a}"
)
(
"\251"
"{\\\\copyright}"
)
(
"£"
"{\\\\pounds}"
)
(
"¶"
"{\\\\P}"
)
(
"§"
"{\\\\S}"
)
(
"¿"
"{?`}"
)
(
"¡"
"{!`}"
)
)
...
...
@@ -370,12 +373,16 @@ little.")
(
"{\\\\ss}"
"ß"
)
(
"{\\\\AE}"
"\306"
)
(
"{\\\\ae}"
"\346"
)
(
"{\\\\o A}"
"\305"
)
(
"\\\\o{A}"
"\305"
)
(
"{\\\\o a}"
"\345"
)
(
"\\\\o{a}"
"\345"
)
(
"{\\\\AA}"
"\305"
)
(
"{\\\\aa}"
"\345"
)
(
"{\\\\copyright}"
"\251"
)
(
"\\\\copyright{}"
"\251"
)
(
"{\\\\pounds}"
"£"
)
(
"{\\\\P}"
"¶"
)
(
"{\\\\S}"
"§"
)
(
"\\\\pounds{}"
"£"
)
(
"\\\\P{}"
"¶"
)
(
"\\\\S{}"
"§"
)
(
"{\\?`}"
"¿"
)
(
"{!`}"
"¡"
)
(
"\\?`"
"¿"
)
...
...
@@ -549,12 +556,16 @@ contains commonly used sequences.")
(
"{\\\\ss}"
"ß"
)
(
"{\\\\AE}"
"\306"
)
(
"{\\\\ae}"
"\346"
)
(
"{\\\\o A}"
"\305"
)
(
"\\\\o{A}"
"\305"
)
(
"{\\\\o a}"
"\345"
)
(
"\\\\o{a}"
"\345"
)
(
"{\\\\AA}"
"\305"
)
(
"{\\\\aa}"
"\345"
)
(
"{\\\\copyright}"
"\251"
)
(
"\\\\copyright{}"
"\251"
)
(
"{\\\\pounds}"
"£"
)
(
"{\\\\P}"
"¶"
)
(
"{\\\\S}"
"§"
)
(
"\\\\pounds{}"
"£"
)
(
"\\\\P{}"
"¶"
)
(
"\\\\S{}"
"§"
)
(
"?`"
"¿"
)
(
"!`"
"¡"
)
(
"{?`}"
"¿"
)
...
...
@@ -625,9 +636,12 @@ contains commonly used sequences.")
(
"ß"
"\"s"
)
(
"\306"
"{\\\\AE}"
)
(
"\346"
"{\\\\ae}"
)
(
"\305"
"{\\\\
o
A}"
)
(
"\345"
"{\\\\
o
a}"
)
(
"\305"
"{\\\\
A
A}"
)
(
"\345"
"{\\\\
a
a}"
)
(
"\251"
"{\\\\copyright}"
)
(
"£"
"{\\\\pounds}"
)
(
"¶"
"{\\\\P}"
)
(
"§"
"{\\\\S}"
)
(
"¿"
"{?`}"
)
(
"¡"
"{!`}"
)
)
...
...
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