#! /bin/sh ( cat << /END

Mined mnemonic character input support

Mined mnemonic character input support recognizes character mnemonics as taken from various resources: For accented characters, there are a number of mnemonic patterns (generic accent composing mnemonics). They are listed in the following overview table; replace the "x" with the base letter to be combined.
Note: For frequently used accented characters, also a selection of Accent prefix function keys is available, see the section in the manual.

Generic mnemonics

/END sed -e "//,/<\/table>/ b" -e d ../doc/mined.html | iconv -f 8859_1 -t UTF8 cat << /END

Supplementary mnemonics

hex valuemnemocharacterdescription /END # {"|T", 0x00DE /* Þ */}, sed -e 's,^[ ]*/\*\(.*\)\*/,

\1

,' \ -e t \ -e 's,{"",{" ",' \ -e 's/},.*/},/' \ -e '/^[ ]*{/ b entry' -e d \ -e ': entry' \ -e 's,\\",",g' \ -e 's+{"\(.*\)", *0x\([0-9A-Fa-f]*\) */\* *\(.*\) *\*/},*+
\2\1\&#x\2;\3+' \ -e 's, , ,' \ -e 's, ,,' \ mnemos.sup echo '
' ) > ../doc/mnemodoc.html