Hausa language
à è ì ò ù (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.html.
- Open a command line interpreter
- To replace the transcripted three consonsants run the command
sed -f hausaTranscrToUnicode.sed o-myHausaFile.html > myHausaFile.html
- 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

