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
10c7550e
Commit
10c7550e
authored
May 23, 2002
by
Dave Love
Browse files
(cp874, ibm874): New coding systems.
parent
19150538
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
lisp/language/thai.el
lisp/language/thai.el
+8
-0
No files found.
lisp/language/thai.el
View file @
10c7550e
...
...
@@ -59,6 +59,14 @@
'
((
"\\c0\\c4\\|\\c0\\(\\c2\\|\\c3\\)\\c4?"
.
thai-composition-function
)))
(
define-coding-system
'cp874
"DOS codepage 874 (Thai)"
:coding-type
'charset
:mnemonic
?D
:charset-list
'
(
cp874
)
:mime-charset
'cp874
)
(
define-coding-system-alias
'ibm874
'cp874
)
(
provide
'thai
)
;;; thai.el ends here
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