Open
Bug 756120
Opened 12 years ago
Updated 2 years ago
Complete implementation of CData readString
Categories
(Core :: js-ctypes, enhancement)
Tracking
()
NEW
People
(Reporter: Yoric, Unassigned)
References
(Blocks 2 open bugs)
Details
At the moment readString() offers only support for well-formed utf-8 strings.
We should implement support for:
- other encodings;
- gracious handling of ill-formed strings (typically, incomplete strings).
Reporter | ||
Updated•12 years ago
|
Severity: normal → enhancement
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•