On 09.09.2005, at 11:58, Allan Odgaard wrote:
On 09/09/2005, at 10.32, Oliver Hagmann wrote:
I don't know how to fix this but maybe someone else does: When I use the "Show TODO list" command (ctrl+shift+T), german umlauts like ä,ö or ü are getting displayed wrongly.
Switch your sources to UTF-8, seriously!
Alternatively, the Show TODO command (in the bundle editor), duplicate it, and the long line which starts with “find”, add: “| iconv -f «your encoding» -t utf-8”. That will convert the output to utf-8. I expect «your encoding» is iso-8859-1.
Yeah, I know I should switch. And I will. It just doesn't work with my current latex setup. i'll have to contact my local latex supporter ;-)
Anyway, your solution worked like a charm. Thanks for your help. Oliver