luboshl / aseisql

Automatically exported from code.google.com/p/aseisql
0 stars 0 forks source link

Some letters of key words do not change to uppercase. #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open AseIsql (Trunk 168).
2. Write some queries in lowercase.
3. Post comments with accents (áéíóú).
4. Select all text.
5. Select the option "Edit-> Change Case-> Upper Keywords"

What is the expected output? What do you see instead?

Some letters do not change to uppercase.

What version of the product are you using? On what operating system?

Windows XP SP3 Trunk 168

Please provide any additional information below.

Original issue reported on code.google.com by zluis0@gmail.com on 22 Oct 2009 at 4:38

Attachments:

GoogleCodeExporter commented 9 years ago
The problem also occurs with strings that contain accents.

Example:

Before:
set @a = 'Café'
select name
from sysobjects

After:
SET @a = 'Café'
sELECT name
fROM sysobjects

Original comment by zluis0@gmail.com on 22 Oct 2009 at 10:09

GoogleCodeExporter commented 9 years ago

Original comment by daggett....@gmail.com on 2 Nov 2009 at 6:11

GoogleCodeExporter commented 9 years ago
fixed in revision #187

Original comment by daggett....@gmail.com on 2 Nov 2009 at 10:14