Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
New related comments Number of comments in the last 48 hoursAccess the current row/column of a TMemo 1 new comments
|
Unicode and MCBS
This article has not been rated yet. After reading, feel free to leave comments and rate it.
Question:
Can the VCL display Unicode when run under a japanese environment?
Answer:
The VCL components are able to display MBCS characters, but not UNICODE. The visual VCL components are not UNICODE-aware.
Comments:
|