12 Commits (6346ede604270202b2aad8159cb914b7a2276c34)

Author SHA1 Message Date
  Reece H. Dunn 6346ede604 isalnum: use the Alphabetic derived core property to check that the character is in the alpha class. 8 years ago
  Reece H. Dunn cbddf092c9 isalpha: use the Alphabetic derived core property to check that the character is in the alpha class. 8 years ago
  Reece H. Dunn b38659582f islower: include the Other_Lowercase characters. 8 years ago
  Reece H. Dunn 1fc20f39f5 isupper: include the Other_Uppercase characters. 8 years ago
  Reece H. Dunn eb08dc422d Update the copyright dates. 8 years ago
  Reece H. Dunn c9f2940373 isblank: don't include <noBreak> characters, and add tests for this API. 8 years ago
  Reece H. Dunn f109bb918f isspace: don't include <noBreak> characters. 8 years ago
  Reece H. Dunn bd71fed013 ctype: return true in isupper/islower if there is a simple case mapping present 8 years ago
  Reece H. Dunn 01852ee90d isdigit: C99 compatibility -- only check [0-9]. 8 years ago
  Reece H. Dunn 34167771fd Add an iswxdigit compatibility API. 8 years ago
  Reece H. Dunn d585c77804 Add an iswblank compatibility API. 8 years ago
  Reece H. Dunn 63b08a352b Convert ctype.cpp from C++ to C. 9 years ago
  Reece H. Dunn 454038dbfa Create a C-based API in addition to the C++-based API in <ucd/ucd.h>. 9 years ago
  Reece H. Dunn 4ded80bdb3 ctype: add default cases to switch statements to suppress -Wswitch warnings with clang 12 years ago
  Reece H. Dunn 8799bc5e53 The ctype.cpp file is not generated, so remove the comment stating that it is. 12 years ago
  Reece H. Dunn e3e85d33f2 Rename Ci to Ii and move it to an I/Invalid category group as it is not part of the UCD C/Other category group. 12 years ago
  Reece H. Dunn bc6a5c23cc Remove the Zc class as it is not part of the UCD; special case Cc-based whitespace instead. 12 years ago
  Reece H. Dunn 2282735a4c Add ctype-style APIs that are compatible with wctype.h. 12 years ago