Re: UTF-8 bomb showing up after :%!sort

2008-05-20 Fir de Conversatie Nikolai Weibull
On Sun, May 18, 2008 at 8:44 PM, Tony Mechelynck [EMAIL PROTECTED] wrote: Note, that you probably do not want to use BOM with UTF-8. See http://unicode.org/faq/utf_bom.html#29 (Q: Can a UTF-8 data stream contain the BOM character (in UTF-8 form)? If yes, then can I still assume the remaining

Re: UTF-8 bomb showing up after :%!sort

2008-05-20 Fir de Conversatie Mike Williams
On 20/05/2008 12:06, Tony Mechelynck wrote: On 19/05/08 23:01, Bram Moolenaar wrote: [...] I'm not sure if Vim should detect (and remove) a BOM halfway a file. You can get it with some filter commands and concatenating files. Perhaps we need a command :delboms? And :delbombs for people who

Re: UTF-8 bomb showing up after :%!sort

2008-05-20 Fir de Conversatie Tony Mechelynck
On 20/05/08 15:22, Mike Williams wrote: On 20/05/2008 12:06, Tony Mechelynck wrote: On 19/05/08 23:01, Bram Moolenaar wrote: [...] I'm not sure if Vim should detect (and remove) a BOM halfway a file. You can get it with some filter commands and concatenating files. Perhaps we need a command

Re: UTF-8 bomb showing up after :%!sort

2008-05-20 Fir de Conversatie Nikolai Weibull
On Tue, May 20, 2008 at 12:47 PM, Tony Mechelynck [EMAIL PROTECTED] wrote: On 20/05/08 09:11, Nikolai Weibull wrote: On Sun, May 18, 2008 at 8:44 PM, Tony Mechelynck [EMAIL PROTECTED] wrote: Note, that you probably do not want to use BOM with UTF-8. See

Update of netbeans help file

2008-05-20 Fir de Conversatie Philippe Fremy
Hi, The current netbeans help file contains outdated information. It describes the installation and configuration of the External Editor plugin for NetBeans, but this plugin no longer exists. Here is my proposition for an updated netbeans help file with several enhancements. The

Re: Update of netbeans help file

2008-05-20 Fir de Conversatie Ilya Bobir
Philippe Fremy wrote: [...] For sending key strokes to Vim or for evaluating functions in Vim, you must use the|clientserver|interface. use the |clientserver| interface. [...] kind first item example ~ Command bufID:name!seqno

Re: UTF-8 bomb showing up after :%!sort

2008-05-20 Fir de Conversatie Yakov Lerner
On Mon, May 19, 2008 at 11:01 PM, Bram Moolenaar [EMAIL PROTECTED] wrote: :se fileencoding=utf8 bomb :%!sort The problem is with using an encoding that the sort command doesn't understand [utf8] Maybe sort does understand utf8 (gnu sort definitely does), but vim does not