> I remembered there is a vim script that detect various chinese file > encodings by scanning its content, but I do not use that. I don't > remember whether it scans the entire file or just a configurable > number of lines.
I guess you mean FencView[1], which seems to use :edit ++enc=ENC to reload the file with the proper encoding. This is about what I'm doing now. [1] http://www.vim.org/scripts/script.php?script_id=1708 --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
