Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetWindowTextW - can you get it to work?
#11
Yikes, lots to learn. Thanks for the Unicode info.
New to QB64pe? Visit the QB64 tutorial to get started.
QB64 Tutorial
Reply
#12
(06-10-2024, 09:30 PM)TerryRitchie Wrote: Yikes, lots to learn. Thanks for the Unicode info.

Early adoption of UCS-2 ("Unicode 1.0") led to common use of UTF-16 in a number of platforms, most notably Microsoft Windows, .NET and Java. In these systems, it is common to have a "wide character" (wchar_t in C/C++; char in Java) type of 16-bits. These types do not always map directly to one "character", as surrogate pairs are required to store the full range of Unicode (1996, Unicode 2.0).
Reply
#13
With Unicode, however, you can handle foreign characters sets like Korean, Japanese, and Chinese. You wouldn't necessarily be able to parse the information from those but you'd be able to display them in titles and other Win32 objects. But, again, it's a hassle. If you ever choose to venture out into The Land of Wide Strings, let me know. I have intimate experience with them. Many a sleepless night and head banging session (not the rock music kind. The brick wall kind)
The noticing will continue
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Does _base64decode$ and _inflate$ work when used together? Dav 5 514 11-21-2025, 06:59 AM
Last Post: Pete
  CAN someone please get the graphics in this to work? Dragoncat 3 632 05-07-2025, 12:17 PM
Last Post: bplus
  Even robocopy doesn't work krovit 3 938 08-15-2024, 11:36 AM
Last Post: mdijkens
  Does _MapTriangle work in a user defined Window? bplus 12 2,214 02-16-2024, 01:40 AM
Last Post: bplus
Bug I want it to work so bad.... NasaCow 39 8,920 11-30-2022, 10:30 PM
Last Post: bplus

Forum Jump:


Users browsing this thread: 1 Guest(s)