ObjFW  Check-in [d9eb7b50b3]

Overview
Comment:Add of_ascii_{to{upper,lower},is{alpha,alnum}}

These are independent of the locale and work on the ASCII character set.

Unlike the C ones, these are 8-bit safe, meaning if a character > 0x7F
is passed, is{alpha,alnum} returns false and to{upper,lower} returns the
original character.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d9eb7b50b3eb8630b112d9108d6ffbf53d69cd606a68f1cb5d3d7a5ca2e69d27
User & Date: js on 2017-01-07 00:37:26
Other Links: manifest | tags
Context
2017-01-07
02:34
Always use "." for the decimal point check-in: 6dff0f5922 user: js tags: trunk
00:37
Add of_ascii_{to{upper,lower},is{alpha,alnum}} check-in: d9eb7b50b3 user: js tags: trunk
00:09
OFNumber: Make description locale-compatible check-in: df5e33bec7 user: js tags: trunk
Changes