Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Draw, Display, Images, Bitmaps, Icons » Draw::WrawText to paint ASCII sequence
Re: Draw::WrawText to paint ASCII sequence [message #25784 is a reply to message #25783] Thu, 11 March 2010 15:50 Go to previous messageGo to previous message
cbpporter is currently offline  cbpporter
Messages: 1428
Registered: September 2007
Ultimate Contributor
Just a quick note:

First there was ASCII with 128 characters and standardized.

Later came extended ASCII, with 256 and unstandardized. Under DOS it was alphanumeric characters and a lot of blocks.

Then came windows code-pages, where there values 128-255 where in a given code-page, and generally alphanumeric covering a family of scripts.

Then came Unicode. Now, with Unicode and DrawText, you can't draw 0x91. You can draw it with a WString variant, or you can convert 0x91 to Utf8.

All codepages and probably all DOS characters have mapping to Unicode. For codepages standard U++ conversion is enough.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to know if I am drawing on screen?
Next Topic: Toolbar images vanishing [SOLVED]
Goto Forum:
  


Current Time: Sun Aug 24 10:43:02 CEST 2025

Total time taken to generate the page: 0.03655 seconds