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 |
Reece H. Dunn
|
1678a63a4e
|
yue: remove the non-standard 'zhy' language code and make 'zh' a lower priority alternative
|
8 years ago |
Reece H. Dunn
|
b4357b668c
|
cmn: use 'cmn' as the primary language, with 'zh-cmn' and 'zh' as alternatives
|
8 years ago |
Valdis Vitolins
|
100f53335f
|
Latvian language improvements. Rules with repeated letter groups changed to jump rules
|
8 years ago |
Valdis Vitolins
|
218d92046a
|
Documentation: Letter group 'Lxx' can be used as letter mark for 'J' rule
|
8 years ago |
Valdis Vitolins
|
af7fc1b657
|
Issue #199 Jump statement now supports letter groups
|
8 years ago |
Reece H. Dunn
|
36a2872b4b
|
Don't allow the gender property to be set in language files (they are only relevant in voice files).
|
8 years ago |
Reece H. Dunn
|
1c5bbe31a4
|
Use LookupMnem in ReadVoiceFile when parsing lines.
|
8 years ago |
Reece H. Dunn
|
d30cf6f0d7
|
Default voices/languages to be male to match the default voice.
|
8 years ago |
Reece H. Dunn
|
f6147085cd
|
Use enumeration constants for the voice gender field values.
|
8 years ago |
Reece H. Dunn
|
46cd5f48e1
|
Don't allow 'gender unknown' in voice/language files.
|
8 years ago |
Reece H. Dunn
|
3d8b2b61a1
|
Update the changelog.
|
8 years ago |
Reece H. Dunn
|
ea365af43c
|
Remove the 'dictdialect' feature.
|
8 years ago |
Reece H. Dunn
|
1a8624ffdb
|
Use the language names in the 'name' field, not a shorthand or other identifier.
|
8 years ago |
Valdis Vitolins
|
0c3ceb2e70
|
As secondary stress is still spelled differently it is disabled
|
8 years ago |
Valdis Vitolins
|
f4bcc11978
|
Documentation: more than one can be used for skipped characters.
|
8 years ago |
Valdis Vitolins
|
cabe5001b5
|
Issue #199 'xxJ)' statement as precondition implemented and documented
|
8 years ago |
Valdis Vitolins
|
b2057635c4
|
PRE jump rule e.g. 'xyJ)' implemented
|
8 years ago |