ObjFW  Check-in [898c2a781b]

Overview
Comment:OFString+XMLUnescaping: Get rid of -[appendCStringWithoutUTF8Checking:].

-[appendCStringWithoutUTF8Checking:] will be removed soon, as it is
dangerous and not compatible with a few planned optimizations!

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 898c2a781bbaabe24a1d269d079adeb03f76c3587203f7700b86ab8884de37cd
User & Date: js on 2011-07-09 13:29:03
Other Links: manifest | tags
Context
2011-07-09
13:33
Get rid of -[appendCStringWithoutUTF8Checking:] in base64.m. check-in: 56c98bf847 user: js tags: trunk
13:29
OFString+XMLUnescaping: Get rid of -[appendCStringWithoutUTF8Checking:]. check-in: 898c2a781b user: js tags: trunk
13:15
Use OFDataArray instead of OFMutableString in OFXMLElement. check-in: a2c6391204 user: js tags: trunk
Changes