On 14 Apr 2006, at 12:12, Allan Odgaard wrote:
On 13/4/2006, at 17:15, Boris Bliznioukov wrote:
Is there a way to add other encodings to the "Re-open with encoding" menu? I only have Mac Roman, ISO-8859-1 and UTF8/UTF16 encodings in the list and I would like to add something like KOI8- R, CP-1251 etc. How can I do it?
There is no way to add to the menu, but you could create a new bundle with re-open commands, using iconv for the actual conversion.
Attached is such bundle with two example commands.
The problem is that I not only want to open files with different encoding but also to save them back in the same encoding. I guess I can do it with bundles too, but it is a little bit inconvenient. Please think about this. And thank you very much for the help :)