Re: Unicode input bug fix

2011-02-24 Fir de Conversatie Paul LeoNerd Evans
On Mon, Feb 21, 2011 at 02:09:17PM +0100, Bram Moolenaar wrote: I have been wondering if we should restrict the Unicode characters to 10. This is the official limit that was set a couple of years ago. There won't be valid characters above this limit, so why allow inserting them? I made

Re: Unicode input bug fix

2011-02-21 Fir de Conversatie Brian Gernhardt
On Feb 21, 2011, at 1:38 AM, Phil Carter wrote: Using ctrl+v U in insert mode, you can enter Unicode characters by code point. UTF-8 can only encode up to U+7FFF. Entering any code point up to that value works fine, but if if you type ctrl+v U 81234567 for example, you get t_ followed

Re: Unicode input bug fix

2011-02-21 Fir de Conversatie Bram Moolenaar
Phil Carter wrote: Using ctrl+v U in insert mode, you can enter Unicode characters by code point. UTF-8 can only encode up to U+7FFF. Entering any code point up to that value works fine, but if if you type ctrl+v U 81234567 for example, you get t_ followed by some other bytes instead of

Re: Unicode input bug fix

2011-02-21 Fir de Conversatie Ben Schmidt
On 22/02/11 12:09 AM, Bram Moolenaar wrote: Phil Carter wrote: Using ctrl+v U in insert mode, you can enter Unicode characters by code point. UTF-8 can only encode up to U+7FFF. Entering any code point up to that value works fine, but if if you type ctrl+v U 81234567 for example, you get