Aleph–Bet Chart
August 18, 2002
With the help of Andy, I’m designing a script that will convert left–to–right typed English letters into HTML image source declarations (<IMG SRC=“”...>).
For example, the script will recognize the typed letter “A” and convert it to:
<img src=“/images/hebrew/aleph.gif” width=“10” height=“16” alt=“aleph”>
The script will also:
- handle the right–to–left nature of Hebrew
- wrap a <span class=“foreign” title=“# ”> around each word (where “#” equals the gematria value, also allowing for manual translations to easily be inserted)
- a “de-Hebrize” function, to reverse the process if spelling errors are noticed, et al.
|
Images
|
English Name
|
Character
|
Value
|
|
|
|
|
aleph
|
A
|
1
|
|
|
|
bet
|
B
|
2
|
|
|
|
gimel
|
G
|
3
|
|
|
|
dalet
|
D
|
4
|
|
|
|
hey
|
H
|
5
|
|
|
|
vav
|
V
|
6
|
|
|
|
zayin
|
Z
|
7
|
|
|
|
het
|
C
|
8
|
|
|
|
tet
|
t
|
9
|
|
|
|
yod
|
Y
|
10
|
|
|
|
kaf
|
K
|
20
|
|
|
|
lamed
|
L
|
30
|
|
|
|
mem
|
M
|
40
|
|
|
|
nun
|
N
|
50
|
|
|
|
samek
|
s
|
60
|
|
|
|
ayin
|
I
|
70
|
|
|
|
pe
|
P
|
80
|
|
|
|
tzadi
|
X
|
90
|
|
|
|
qof
|
Q
|
100
|
|
|
|
resh
|
R
|
200
|
|
|
|
shin
|
S
|
300
|
|
|
|
taf
|
T
|
400
|
|
|
kaf sofit
|
c
|
500
|
|
|
|
|
mem sofit
|
m
|
600
|
|
|
|
nun sofit
|
n
|
700
|
|
|
|
pe sofit
|
p
|
800
|
|
|
|
tzadi sofit
|
x
|
900
|
Posted August 18, 2002 12:09 AM
©1996-2005 sixthirteen.org All Rights Reserved.

