First: TRANSCRIBER IS A BIG DEAL TO ME!!! Integrating typing and handling audiofiles into one application is very very comfortable!
My issue: The export into HTML renders a wrong header (mind the ContentType parameter), (when I chose UTF-8):
<meta http-equiv="ContentType" content="text/html; charset=UTF-8">
The right one is this (with the minus sign)
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
A a result of the bug characters others than the default one are displayed incorrectl. E.g. OpenOffice has implicit settings differing from UTF-8 and displays "chaos".
Sorry I can't change this in the modules, but I suppose this is an easy to fix bug,
Thanks,
Peter Wagner