Bug #708
On Windows, convertStringCharset() should use respective Windows functions
Start date:
28 May 2010
Due date:
% Done:
100%
Estimated time:
Description
The function currently requires iconv()
Related issues
Associated revisions
#708: Improved documentation and guarantee in case of failure.
History
Updated by Andreas Huggel about 10 years ago
- Assignee set to Andreas Huggel
- Target version set to 0.22
Updated by Andreas Huggel about 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Tested with MSVC 7.1, MSVC 9, MSYS/MinGW (without iconv)
Regression tested with Mac OSX, MSYS/MinGW (with iconv)
#708: Implemented charset conversions with native Windows functions if iconv is not available.