Bug with gU and German sharp s?

2006-06-08 Thread Jürgen Krämer
Hi, can anybody confirm this misbehaviour in VIM 7.0: Starting gvim -u NONE -U NONE and typing iStraßen0gUe results in STRASSEn (note the lower case 'n'). The same is true for iStraßen0veU It seems that after converting the sharp s to 'SS' VIM does not account for the now longer

Re: Bug with gU and German sharp s?

2006-06-08 Thread Mathias Michaelis
Hi Jürgen > can anybody confirm this misbehaviour in VIM 7.0: > > Starting > > gvim -u NONE -U NONE > > and typing > > iStraßen0gUe > > results in > > STRASSEn > In Windows XP with a console vim-7.0.017 in a cmd window I can confirm this. It happens also with iStraßen0gU$. Best regard

Re: Bug with gU and German sharp s?

2006-06-08 Thread Gerhard Siegesmund
> In Windows XP with a console vim-7.0.017 in a cmd window I can > confirm this. It happens also with iStraßen0gU$. Confirm for Linux Debian unstable VIM - Vi IMproved 7.0 (2006 May 7, compiled May 31 2006 17:44:47) Included patches: 1-17 Greetings -- cu --== Jerri ==-- Homepage: http://www.

Re: Bug with gU and German sharp s?

2006-06-11 Thread Bertram Scharpf
Hi, Am Donnerstag, 08. Jun 2006, 13:56:35 +0200 schrieb Jürgen Krämer: > can anybody confirm this misbehaviour in VIM 7.0: > [...] typing > > iStraßen0gUe > > results in > > STRASSEn > > (note the lower case 'n'). Even `gUU' works. VIM - Vi IMproved 7.0 (2006 May 7, compiled May 28 200

Re: Bug with gU and German sharp s?

2006-06-11 Thread Mikolaj Machowski
Dnia niedziela, 11 czerwca 2006 15:57, Bertram Scharpf napisał: > Is there any way to tell Vim to leave the `ß' as it was? Change encoding? In latin2 (where ß also exists) it is not changed into SS but IMO this is bug. m.

Re: Bug with gU and German sharp s?

2006-06-16 Thread Bram Moolenaar
Jürgen Krämer wrote: > can anybody confirm this misbehaviour in VIM 7.0: > > Starting > > gvim -u NONE -U NONE > > and typing > > iStraßen0gUe > > results in > > STRASSEn > > (note the lower case 'n'). The same is true for > > iStraßen0veU > > It seems that after converting the s

Re: Bug with gU and German sharp s?

2006-06-16 Thread Jürgen Krämer
Hi, Bram Moolenaar wrote: > > Jürgen Krämer wrote: > >> can anybody confirm this misbehaviour in VIM 7.0: >> >> Starting >> >> gvim -u NONE -U NONE >> >> and typing >> >> iStraßen0gUe >> >> results in >> >> STRASSEn > > I see the problem. I'll put it in the todo list. thanks. Regards,

Re: Bug with gU and German sharp s?

2006-06-16 Thread martin kraegeloh
hmm, well ... this is as buggy as the java String.toUpperCase() method ;-) oracle for example does it right and leaves the sharp s as it is - because there is no upper case variant of it. SQL> select upper('straße') from dual; UPPER(' --- STRAßE my 2 cents, martin Bram Moolenaar wrote:

Re: Bug with gU and German sharp s?

2006-06-16 Thread Bram Moolenaar
Martin Kraegeloh wrote: > hmm, well ... this is as buggy as the java String.toUpperCase() method ;-) > > oracle for example does it right and leaves the sharp s as it is - > because there is no upper case variant of it. I'll leave it up to language specialists to decide whether making straße

Re: Bug with gU and German sharp s?

2006-06-16 Thread Christian Ebert
* Bram Moolenaar on Friday, June 16, 2006 at 17:24:20 +0200: > I'll leave it up to language specialists to decide whether making straße > uppercase should result in STRAßE or STRASSE. I thought it was STRASSE. Historic: STRASZE Now: STRASSE See: > Lo

Re: Bug with gU and German sharp s?

2006-06-16 Thread A.J.Mechelynck
Christian Ebert wrote: * Bram Moolenaar on Friday, June 16, 2006 at 17:24:20 +0200: I'll leave it up to language specialists to decide whether making straße uppercase should result in STRAßE or STRASSE. I thought it was STRASSE. Historic: STRASZE Now: STRASSE See:

Re: Bug with gU and German sharp s?

2006-06-16 Thread Mikolaj Machowski
Dnia piątek, 16 czerwca 2006 16:47, martin kraegeloh napisał: > hmm, well ... this is as buggy as the java String.toUpperCase() method > ;-) > > oracle for example does it right and leaves the sharp s as it is - > because there is no upper case variant of it. I was thought that capital version of

Re: Bug with gU and German sharp s?

2006-06-16 Thread Mikolaj Machowski
Dnia piątek, 16 czerwca 2006 13:34, Bram Moolenaar napisał: > > I see the problem. I'll put it in the todo list. Sub-problem with ß. In latin2 'encoding' (where ß also exists) it isn't changed to SS. I think behaviour should be the same for all encodings. m.

Re: Bug with gU and German sharp s?

2006-06-16 Thread A.J.Mechelynck
Mikolaj Machowski wrote: Dnia piątek, 16 czerwca 2006 13:34, Bram Moolenaar napisał: I see the problem. I'll put it in the todo list. Sub-problem with ß. In latin2 'encoding' (where ß also exists) it isn't changed to SS. I think behaviour should be the same for all encodings. m. In UTF-

Re: Bug with gU and German sharp s?

2006-06-17 Thread Bertram Scharpf
Hi, Am Freitag, 16. Jun 2006, 18:47:32 +0200 schrieb Christian Ebert: > * Bram Moolenaar on Friday, June 16, 2006 at 17:24:20 +0200: > > I'll leave it up to language specialists to decide whether making straße > > uppercase should result in STRAßE or STRASSE. I thought it was STRASSE. > > Histor