Closed
Bug 455299
Opened 15 years ago
Closed 15 years ago
New API: Fix unicode handling in the win32 sample
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pelle.johnsen, Unassigned)
Details
Attachments
(1 file)
1.74 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1 Build Identifier: Unicode isn't handled properly in the win32 sample for setting title, status etc. It just passes the utf8 strings to the win32 ascii functions. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Reporter | ||
Comment 1•15 years ago
|
||
Added patch fixing this, ready for review.
Attachment #338620 -
Flags: review?(mark.finkle)
Updated•15 years ago
|
Attachment #338620 -
Flags: review?(mark.finkle) → review+
Reporter | ||
Comment 2•15 years ago
|
||
pushed to incubator/embedding
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•