|  Reece H. Dunn | a71a7ffa53 | Update the CHANGELOG file. | 8 years ago | 
				
					
						|  Reece H. Dunn | b3295493d3 | Merge remote-tracking branch 'JRMeyer/master' | 8 years ago | 
				
					
						|  JRMeyer | c0ccd2cf29 | fixed comment symbols (the slashes were in the wrong direction) | 8 years ago | 
				
					
						|  Reece H. Dunn | c4ca7a1202 | Add wchar.h and wctype.h compatibility shims using ucd-tools. This is applied to all platforms to provide consistent behaviour. | 8 years ago | 
				
					
						|  Reece H. Dunn | 1378a81a06 | Remove the wchar tables from readclause, now the standard is* and to* APIs are being used. | 8 years ago | 
				
					
						|  Reece H. Dunn | 5975f07095 | Replace the *2 wchar/wctype APIs with their standard versions. These will be fixed using compatibility headers. | 8 years ago | 
				
					
						|  Reece H. Dunn | d2a919bc7b | Merge commit '6346ede604270202b2aad8159cb914b7a2276c34' | 8 years ago | 
				
					
						|  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 | 9d1469b956 | printdata: use the Uppercase property from DerivedCoreProperties. | 8 years ago | 
				
					
						|  Reece H. Dunn | 1fc20f39f5 | isupper: include the Other_Uppercase characters. | 8 years ago | 
				
					
						|  Reece H. Dunn | d956501863 | printdata: load all the properties from the PropList data. | 8 years ago | 
				
					
						|  Valdis Vitolins | 17168a5669 | More proper fix for issue #196 | 8 years ago | 
				
					
						|  Reece H. Dunn | ac082c9400 | Add tests for the remaining is* APIs. | 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 | 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 | e77b7c7b49 | printdata: create an isspace helper function | 8 years ago | 
				
					
						|  Reece H. Dunn | ceda811b12 | printdata: add the properties to the primary data map | 8 years ago | 
				
					
						|  Reece H. Dunn | a2193799e4 | printdata: use get to return a default value if the map key is not present | 8 years ago | 
				
					
						|  Reece H. Dunn | fe3e3350e4 | Merge remote-tracking branch 'ValdisVitolins/master' | 8 years ago | 
				
					
						|  Valdis Vitolins | 50983ed05e | Documentation: link to fixed bug #196 removed | 8 years ago | 
				
					
						|  Valdis Vitolins | fd4b397ad7 | Merge branch 'test' | 8 years ago | 
				
					
						|  Valdis Vitolins | 9558e60e4b | Merge branch 'master' of https://github.com/espeak-ng/espeak-ng | 8 years ago | 
				
					
						|  Valdis Vitolins | d3d4fdebef | Typo fixes for lv_rules | 8 years ago | 
				
					
						|  Valdis Vitolins | 872433d62c | Fix for Jump rule to allow no letters in between current and pre/post (literal letter/letter group) | 8 years ago | 
				
					
						|  Valdis Vitolins | 41f29f3e87 | Fix for issue #196 Word end mark _ doesn't work properly with ~ character group | 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 | 3e321158e7 | Update the documentation on the is* APIs. | 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 | 372797d202 | Support local UCD data using a UCD_SRCDIR variable. | 8 years ago | 
				
					
						|  Reece H. Dunn | c80829a5fd | Remove the NEED_WCHAR_FUNCTIONS code for wchar/wctype compatibility. | 8 years ago | 
				
					
						|  Reece H. Dunn | 71c010b712 | Remove unused wchar.h and wctype.h includes. | 8 years ago | 
				
					
						|  Reece H. Dunn | 9ecde56231 | Build the ucd-tools files with libespeak. | 8 years ago | 
				
					
						|  Valdis Vitolins | 9f28961943 | Merge branch 'master' into test | 8 years ago | 
				
					
						|  Reece H. Dunn | 9ea452f823 | Add a platform support table to the README file. | 8 years ago | 
				
					
						|  Reece H. Dunn | 1fcdc1c009 | Android: add phoneme.c to the build. | 8 years ago | 
				
					
						|  Reece H. Dunn | 13413c3ed9 | Fix the build from the previous voice changes. | 8 years ago | 
				
					
						|  Valdis Vitolins | 619ddc3293 | Merge branch 'master' of https://github.com/espeak-ng/espeak-ng | 8 years ago | 
				
					
						|  Reece H. Dunn | 513ffd25b0 | pt-PT: rename to 'pt' and make this the primary variant for 'pt', not 'pt-BT' | 8 years ago | 
				
					
						|  Reece H. Dunn | 182aba4cc0 | no: rename to 'nb' making 'nb' the primary language, as 'no' is a macrolanguage | 8 years ago | 
				
					
						|  Reece H. Dunn | 48d0361db7 | hy: add 'hy-arevela' as an alternative language | 8 years ago |