2968 Commits (1533ff47b39bfc7fd5bfdbdc62d08c2e367e3cfc)
 

Author SHA1 Message Date
  Reece H. Dunn 3100ca9d1b Use ucd_properties to implement clause_type_from_codepoint for supported types. 8 years ago
  Reece H. Dunn be86091088 Use #defines for the ESPEAKNG_PROPERTY_ constants, so they can be used in things like switch expressions. 8 years ago
  Reece H. Dunn af88820954 Merge commit 'd18d98b92ca42bf7b098d3d1fd873d9b0ee82e00' 8 years ago
  Reece H. Dunn d18d98b92c Use #defines for the UCD_PROPERTY_ constants, so they can be used in things like switch expressions. 8 years ago
  Reece H. Dunn 1c4ce3dcd3 tokenizer.c: create and use a clause_type_from_codepoint function, with tests. 8 years ago
  Reece H. Dunn 92f703d98b Use defines instead of hard-coded numbers for more clause logic. 8 years ago
  Reece H. Dunn 8749891069 Better specify the CLAUSE_ flags returned by ReadClause. 8 years ago
  Reece H. Dunn 2e375362c4 ucd-tools: Paragraph_Separator eSpeakNG extended property support. 8 years ago
  Reece H. Dunn 7fc4f5ece2 ucd-tools: Ellipsis eSpeakNG extended property support. 8 years ago
  Reece H. Dunn 8d8c8b3b56 ucd-tools: Semi_Colon eSpeakNG extended property support. 8 years ago
  Reece H. Dunn 9869ee051e ucd-tools: Colon eSpeakNG extended property support. 8 years ago
  Reece H. Dunn 9ef03b8ac8 ucd-tools: Comma eSpeakNG extended property support. 8 years ago
  Reece H. Dunn 5017153d62 ucd-tools: Exclamation_Mark eSpeakNG extended property support. 8 years ago
  Reece H. Dunn 31d66fddb1 ucd-tools: Question_Mark eSpeakNG extended property support. 8 years ago
  Reece H. Dunn 07cd2b12e1 ucd-tools: Full_Stop eSpeakNG extended property support. 8 years ago
  Reece H. Dunn 9bbb16a74c Add ucd-tools proplist.c to the build. 8 years ago
  Reece H. Dunn 2615242f05 Merge commit 'ff018e33df5763dc0ff1644c9479ee2351bee45e' 8 years ago
  Reece H. Dunn ff018e33df Support compiling ucd.h with a strict C11 compiler. 8 years ago
  Reece H. Dunn 1a4b9d087b Add the new PropList API to the README file. 8 years ago
  Reece H. Dunn 691457e98d Add Prepended_Concatenation_Mark support from PropList.txt. 8 years ago
  Reece H. Dunn 429b8f3629 Add Pattern_Syntax support from PropList.txt. 8 years ago
  Reece H. Dunn d91a249c14 Add Pattern_White_Space support from PropList.txt. 8 years ago
  Reece H. Dunn eecd7984c5 Add Variation_Selector support from PropList.txt. 8 years ago
  Reece H. Dunn f7f228bc0c Add Sentence_Terminal support from PropList.txt. 8 years ago
  Reece H. Dunn 628dfb8887 Add Other_ID_Continue support from PropList.txt. 8 years ago
  Reece H. Dunn 90a3615c48 Add Other_ID_Start support from PropList.txt. 8 years ago
  Reece H. Dunn a3f811aac1 Add Logical_Order_Exception support from PropList.txt. 8 years ago
  Reece H. Dunn 66b2404ce3 Add Soft_Dotted support from PropList.txt. 8 years ago
  Reece H. Dunn 423aa813aa Add Deprecated support from PropList.txt. 8 years ago
  Reece H. Dunn e18564899c Add Other_Default_Ignorable_Code_Point support from PropList.txt. 8 years ago
  Reece H. Dunn 2459a4fa8f Add Unified_Ideograph support from PropList.txt. 8 years ago
  Reece H. Dunn 4ce8b61180 Extend ucd_property to 64-bits to allow all properties to be specified. 8 years ago
  Reece H. Dunn 5b9300b042 Add Radical support from PropList.txt. 8 years ago
  Reece H. Dunn e6c2c718b4 Add IDS_Trinary_Operator support from PropList.txt. 8 years ago
  Reece H. Dunn c9af03ee8b Add IDS_Binary_Operator support from PropList.txt. 8 years ago
  Reece H. Dunn fdf398ef84 Add Other_Grapheme_Extend support from PropList.txt. 8 years ago
  Reece H. Dunn 7fc8ee0e09 Use ucd_properties to implement isalnum, isalpha, isupper and islower. 8 years ago
  Reece H. Dunn 6553494c5c Remove noBreak from ucd_properties -- it is a DispositionType, not a PropList type. 8 years ago
  Reece H. Dunn 9dc44bf0d4 Add Noncharacter_Code_Point support from PropList.txt. 8 years ago
  Reece H. Dunn a184262d9b Add Other_Uppercase support from PropList.txt. 8 years ago
  Reece H. Dunn 6a2a87e358 Add Other_Lowercase support from PropList.txt. 8 years ago
  Reece H. Dunn 735a661232 Add Extender support from PropList.txt. 8 years ago
  Reece H. Dunn d067838684 Add Diacritic support from PropList.txt. 8 years ago
  Reece H. Dunn 3ff6d8ae0f Add Ideographic support from PropList.txt. 8 years ago
  Reece H. Dunn aa32a420af Add Other_Alphabetic support from PropList.txt. 8 years ago
  Reece H. Dunn 835dfc83a1 Add ASCII_Hex_Digit support from PropList.txt. 8 years ago
  Reece H. Dunn a69b99a81b Add Hex_Digit support from PropList.txt. 8 years ago
  Reece H. Dunn 844895d315 Add Other_Math support from PropList.txt. 8 years ago
  Reece H. Dunn 4226457fb5 Add Terminal_Punctuation support from PropList.txt. 8 years ago
  Reece H. Dunn ab0a1da5be Simplify the Dash property classification logic. Pd is the 'Dash' general category. 8 years ago