View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002762 | JEDI VCL | 00 JVCL Components | public | 2005-03-16 06:45 | 2005-04-22 08:34 |
| Reporter | anonymous | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0002762: Strange stuff with Wide{Upper,Lower}Case | ||||
| Description | var x: widestring; begin x := Uppercase('i'); Word(x[1]); // Returns 73 x := WideUpperCase('i'); Word(x[1]); // Returns 304 x := LowerCase('I'); Word(x[1]); // Returns 105 x := WideLowerCase('I'); Word(x[1]); // Returns 305 end; Anyone else seen this? | ||||
| Tags | No tags attached. | ||||
|
|
Tested with the french charset: var x: widestring; begin x := Uppercase('i'); Word(x[1]); // Returns 73 x := WideUpperCase('i'); Word(x[1]); // Returns 73 x := LowerCase('I'); Word(x[1]); // Returns 105 x := WideLowerCase('I'); Word(x[1]); // Returns 105 end; |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2005-03-16 06:45 | anonymous | New Issue | |
| 2005-04-01 09:30 | outchy | Note Added: 0006825 | |
| 2005-04-12 08:34 | obones | Status | new => feedback |
| 2005-04-22 08:34 | obones | Status | feedback => closed |
| 2005-06-03 13:07 | Robert Rossmair | Relationship added | related to 0002796 |