ObjFW  History of src/encodings/windows-1250.m of 3777558ccdb8aa09

History of file src/encodings/windows-1250.m at check-in 3777558ccdb8aa09

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: [bfff0cf391] check-in: [6fbc3b18c7] user: js, branch: trunk, size: 5659 [annotate] [blame] [check-ins using] [diff]

2024-07-28
14:45
Added: Add support for Windows-1250 encoding file: [66d83a46d2] check-in: [4d82cae50d] user: js, branch: trunk, size: 5574 [annotate] [blame] [check-ins using]