# This is not part of any standard, it is a hack only # to get Euro character for central and east european # languages. # It is iso-8859-2 with character at position 0xa4 # (currency, U+00A4) replaced by Euro (U+20AC) # # generated from UTF-tmpl.8bit.in by: # { # while read a b; do # echo -e $a \'\\echo "8o16i${b#U+}pq" | dc\'; # done # }