ObjFW  History of src/encodings/codepage-852.m of 5e5ca921cb01e3bc

History of file src/encodings/codepage-852.m at check-in 5e5ca921cb01e3bc

2024-10-27
22:27
Allow strings to contain \0

In order to not accidentally have C strings with \0, an
OFInvalidEncodingException is thrown when trying to get a C string for a
string that contains \0.

In order to get a C string with \0 anyway, a new method
-[insecureCStringWithEncoding:] is added. file: [555c3df35d] check-in: [6fbc3b18c7] user: js, branch: trunk, size: 5582 [annotate] [blame] [check-ins using] [diff]

2024-07-28
19:56
Added: Add support for Codepage 852 file: [2e105e7181] check-in: [0c7de8be1d] user: js, branch: trunk, size: 5497 [annotate] [blame] [check-ins using]