ObjFW  Hex Artifact Content

Artifact 9d3cd5e5fe7a26dc10fe5687da330eea1405737024203706b724c907b8535074:

Manifest of check-in [9d3cd5e5fe] - OFString: Zero-terminate UTF-16 strings.

This partly reverts e8502c7.

The rationale behind this is that, on some OSes, native APIs (on e.g.
Windows) take UTF-16 strings that are zero-terminated.

However, forcing zero-termination for every string so that -[characters]
returns a zero-terminated UTF-32 string does not make sense. Therefore,
in the future, -[UTF32String] will be added, which will include
zero-termination. OFString subclasses can then just return their
internal representation if it includes a terminating zero or create a
copy that has a terminating zero if not. by js on 2013-01-07 22:07:58.


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.