Action disabled: source
character_encoding
Character Encoding
The scripture text itself is in ASCII encoding, so as to make it as simple as possible to access it.
That means that there are some changes in the letters from its original HTML source:
Æ
is converted toAe
&Aelig;
is converted toAe
æ
is converted toae
is converted to one single space…
is converted to...
(three sequential periods)—
is converted to--
(two sequential minus signs)–
is converted to-
(one minus sign)‘
and’
are converted to'
(one single quote)“
and”
are converted to"
(one double quote)
character_encoding.txt · Last modified: by steve