Closed
Bug 303868
Opened 19 years ago
Closed 19 years ago
Use a native ce uconv on WINCE
Categories
(Minimo Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
Details
Attachments
(2 files)
|
1.89 KB,
patch
|
Details | Diff | Splinter Review | |
|
6.92 KB,
text/plain
|
Details |
| Assignee | ||
Comment 1•19 years ago
|
||
| Assignee | ||
Comment 2•19 years ago
|
||
This just uses WideCharToMultiByte and MultiByteToWideChar to convert from the the various codepages that mozilla encounters to UCS2 which is what wince knows about. More work is needed, of course, but this is a start.
| Assignee | ||
Comment 3•19 years ago
|
||
Checking in Makefile.in; /cvsroot/mozilla/intl/uconv/native/Makefile.in,v <-- Makefile.in new revision: 1.6; previous revision: 1.5 done Checking in nsNativeUConvService.h; /cvsroot/mozilla/intl/uconv/native/nsNativeUConvService.h,v <-- nsNativeUConvService.h new revision: 1.4; previous revision: 1.3 done RCS file: /cvsroot/mozilla/intl/uconv/native/nsWinCEUConvService.cpp,v done Checking in nsWinCEUConvService.cpp; /cvsroot/mozilla/intl/uconv/native/nsWinCEUConvService.cpp,v <-- nsWinCEUConvService.cpp initial revision: 1.1 done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•