View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004987 | JEDI VCL | 00 JVCL Components | public | 2009-10-20 17:36 | 2009-10-21 23:11 |
| Reporter | foxlazy | Assigned To | AHUser | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | Delphi 2010 | OS | Win XP SP3 | OS Version | |
| Product Version | 3.38 | ||||
| Target Version | Fixed in Version | 3.39 | |||
| Summary | 0004987: Editor components does not accept cyrrilic characters in Delphi2010 | ||||
| Description | Editor components (TJvEditor, TJvHLEdotor, TJvWideEditor, TJvWideHLEditor) does not accept cyrillic characters as input. Found in Delphi 2010. The base class uses constant ecCharLast = $FF, which is incorrect for unicode chars - last char must be $FFFF. For example, cyrillic character Ord('?') = 1072. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-10-20 17:36 | foxlazy | New Issue | |
| 2009-10-21 23:11 | AHUser | Note Added: 0016792 | |
| 2009-10-21 23:11 | AHUser | Status | new => resolved |
| 2009-10-21 23:11 | AHUser | Fixed in Version | => Daily / SVN |
| 2009-10-21 23:11 | AHUser | Resolution | open => fixed |
| 2009-10-21 23:11 | AHUser | Assigned To | => AHUser |