29 Commits (62d4aff9a9d23f22c17fa2df6f45a94c83d08c8a)

Author SHA1 Message Date
  Reece H. Dunn 9dabf64680 encoding.c: Support determining the string length for length < 0. 8 years ago
  Reece H. Dunn b5ed1f28a5 encoding.c: Don't crash if NULL is passed as the string to the decode APIs. 8 years ago
  Reece H. Dunn d167d5649b encoding.c: Implement support for the auto-detected character set (utf-8 + codepoint-encoding). 8 years ago
  Reece H. Dunn 6a0b5e4ae1 encoding.c: Support using wchar_t strings with the text decoder API. 8 years ago
  Reece H. Dunn b74f756f00 encoding.c: Support the ISO-10646-UCS-2 encoding. 8 years ago
  Reece H. Dunn fa5d31a8af encoding.c: Support the UTF-8 encoding. 8 years ago
  Reece H. Dunn 2499610433 encoding.c: Support the ISCII encoding. 8 years ago
  Reece H. Dunn 39f3ea54cf encoding.c: Support the KOI8-R encoding. 8 years ago
  Reece H. Dunn b8a1006dd8 encoding.c: Support the ISO 8859-16 encoding. 8 years ago
  Reece H. Dunn 166e815723 encoding.c: Support the ISO 8859-15 encoding. 8 years ago
  Reece H. Dunn 91e054ec7c encoding.c: Fix the ISO 8859 encoding names with date suffices. 8 years ago
  Reece H. Dunn 0235c42652 encoding.c: Support the ISO 8859-14 encoding. 8 years ago
  Reece H. Dunn 24faceab57 encoding.c: Support the ISO 8859-13 encoding. 8 years ago
  Reece H. Dunn 495c0aed20 encoding.c: Support the ISO 8859-11 encoding. 8 years ago
  Reece H. Dunn 84f20f8bb8 encoding.c: Support the ISO 8859-10 encoding. 8 years ago
  Reece H. Dunn 0421f127e8 encoding.c: Support the ISO 8859-9 encoding. 8 years ago
  Reece H. Dunn 7da585e25e encoding.c: Support the ISO 8859-8 encoding. 8 years ago
  Reece H. Dunn 56c0b38785 encoding.c: Support the ISO 8859-7 encoding. 8 years ago
  Reece H. Dunn 9e4638ff25 encoding.c: Support the ISO 8859-6 encoding. 8 years ago
  Reece H. Dunn 51295d9d1b encoding.c: Support the ISO 8859-5 encoding. 8 years ago
  Reece H. Dunn b5589fc5ee encoding.c: Support the ISO 8859-4 encoding. 8 years ago
  Reece H. Dunn a93b0f3d64 encoding.c: Support the ISO 8859-3 encoding. 8 years ago
  Reece H. Dunn 0a0e84a322 encoding.c: Support the ISO 8859-2 encoding. 8 years ago
  Reece H. Dunn 26bec1eedf encoding.c: Support the ISO 8859-1 encoding. 8 years ago
  Reece H. Dunn 0590da5da7 encoding.c: Create a string decoding API; support US-ASCII decoding. 8 years ago
  Reece H. Dunn da7eaa7b9c encoding.c: Create a text decoder API based on the usage in readclause.c. 8 years ago
  Reece H. Dunn 887b1c837f encoding.c: Don't crash when passing a NULL string to LookupMnem. 8 years ago
  Reece H. Dunn 26f4eb4f8f encoding.c: Support US-ASCII encoding names. 8 years ago
  Reece H. Dunn b47363b7d3 Create an espeak_ng_EncodingFromName API. 8 years ago
  Reece H. Dunn ac082c9400 Add tests for the remaining is* APIs. 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 5f9dc111cf Add tests for the isdigit and isxdigit ctype APIs. 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 ceda811b12 printdata: add the properties to the primary data map 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 d10f63b710 printcdata: a version of printucddata that uses the C APIs where available 8 years ago
  Reece H. Dunn 5e5b15ddf0 printucddata: support printing is* ctype data 8 years ago
  Reece H. Dunn bde2bb187a printucddata: support custom formats via a --format command-line option 8 years ago
  Reece H. Dunn 3aecbfecb3 printucddata: check all command-line arguments 8 years ago
  Reece H. Dunn e29d6b8b36 Add tests for the C-based API. 9 years ago
  Reece H. Dunn 8c293458ca printucddata: support printing characters as utf8 10 years ago
  Reece H. Dunn a662178564 printucddata: support printing data on characters from file/stdin 10 years ago
  Reece H. Dunn 679befd4bf printucddata: support printf-like format strings 10 years ago
  Reece H. Dunn 1116d02aa9 Make the category/category_type/script to-string helper methods part of the public API. 12 years ago
  Reece H. Dunn 7e411b34e9 F8D0-D8FF: Klingon 12 years ago
  Reece H. Dunn 65f95033c8 Add support for querying the Script property. 12 years ago
  Reece H. Dunn 6e15fd6d9b Add tests for ucd::lookup_category_group. 12 years ago
  Reece H. Dunn 3f9f6c0623 Add tests for ucd::isspace. 12 years ago
  Reece H. Dunn ea09eb5c45 Add tests for querying UCD properties; fix discovered issues. 12 years ago