Hausa is the
Chadic language with the largest number of speakers as it is spoken by about 30 million people. It is mainly spoken in the
African country of
Niger and the north of
Nigeria. It has had a written form for more than 200 years. First an
Arabic script[?] was used, but this has been superseded mostly by a Latin script which was introduced at the beginning of the
20th century. Hausa is a
tone language[?]. Each of its five vowels a,e,i,o and u may have low tone, high tone and falling tone. For representing it in
HTML for example the french accented vowels may be used:
à è ì ò ù (low tone)
á é í ó ú (high tone)
â ê î ô û (falling tone)
In general writing tone is often not marked. However it is needed for disambiguation in some cases.
In the Hausa alphabet there are three additional consonants which are added to the Roman alphabet:
ɓ ɓ
ɗ ɗ
ƙ ƙ
(&#nnn;
are the sgml character entities which give the Unicode value in decimal)
How to create a web page in Hausa?
- Use any html editor or just plain text editor.
- Use qb for ɓ , qd for ɗ and qk for ƙ .
- Save your file by naming it o-myHausaFile.
- Open a command line interpreter
- To replace the transcripted three consonsants run the command
sed -f hausaTranscrToUnicode.sed o-myHausaFile > myHausaFile
- The file hausaTranscrToUnicode.sed contains the replacement commands for qb, qd, qk to Unicode character entity references.
s/qb/\ɗ/g
s/qd/\ɗ/g
s/qk/\ƙ/g
See also: Kanem-Bornu Empire
All Wikipedia text
is available under the
terms of the GNU Free Documentation License