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.