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
97b4eba9
Commit
97b4eba9
authored
Sep 08, 2002
by
Dave Love
Browse files
(indian-script-table)
(ccl-encode-indian-glyph-font): Deleted.
parent
f47a2e09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
35 deletions
+0
-35
lisp/language/indian.el
lisp/language/indian.el
+0
-35
No files found.
lisp/language/indian.el
View file @
97b4eba9
...
@@ -40,47 +40,12 @@
...
@@ -40,47 +40,12 @@
(
define-coding-system-alias
'devanagari
'in-is13194-devanagari
)
(
define-coding-system-alias
'devanagari
'in-is13194-devanagari
)
(
defvar
indian-script-table
'[
devanagari
sanskrit
bengali
tamil
telugu
assamese
oriya
kannada
malayalam
gujarati
punjabi
]
"Vector of Indian script names."
)
(
let
((
len
(
length
indian-script-table
))
(
i
0
))
(
while
(
<
i
len
)
(
put
(
aref
indian-script-table
i
)
'indian-glyph-code-offset
(
*
256
i
))
(
setq
i
(
1+
i
))))
(
defvar
indian-default-script
'devanagari
(
defvar
indian-default-script
'devanagari
"Default script for Indian languages.
"Default script for Indian languages.
Each Indian language environment sets this value
Each Indian language environment sets this value
to one of `indian-script-table' (which see).
to one of `indian-script-table' (which see).
The default value is `devanagari'."
)
The default value is `devanagari'."
)
(
define-ccl-program
ccl-encode-indian-glyph-font
`
(
0
;; Shorten (r1 = (((((r1 - 32) * 96) + r2) - 32) % 256))
(
r1
=
((((
r1
*
96
)
+
r2
)
-
,
(
+
(
*
32
96
)
32
))
%
256
))))
;;(setq font-ccl-encoder-alist
;; (cons (cons "-CDAC" 'ccl-encode-indian-glyph-font)
;; font-ccl-encoder-alist))
;;(setq font-ccl-encoder-alist
;; (cons '("ISO10646.*-1" . ccl-encode-unicode-font)
;; font-ccl-encoder-alist))
(
provide
'indian
)
(
provide
'indian
)
;;; indian.el ends here
;;; indian.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