Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Degrees symbols; eSpeak 1.47.04 #3141

Closed
nvaccessAuto opened this issue Apr 8, 2013 · 5 comments
Closed

Degrees symbols; eSpeak 1.47.04 #3141

nvaccessAuto opened this issue Apr 8, 2013 · 5 comments

Comments

@nvaccessAuto
Copy link

Reported by jorgtum on 2013-04-08 14:47
I am aragonese translator, when I write 14ºC, for instance, the SAPI 5 of Windows in aragonese says "catorce graus centigraus", (in degrees expression) but on NVDA 2013.1beta2's built-in eSpeak he says "catorceno ce" (ordinal number and letter C). I don't know why, I tried with the punctuation level in all cases but happen in all the same.

@nvaccessAuto
Copy link
Author

Comment 1 by jonsd on 2013-04-08 19:49
The character º (U+00BA) is the wrong character. It is the masculine ordinal indicator. The correct character for the degree sign is ° (U+00B0). In some fonts these two characters look very similar or even identical.

The Aragonese voice in eSpeak 1.47.05 now recognizes a misused masculine ordinal indicator and treats it as a degree sign if it is immediately followed by 'C'. My initial fix for this failed on Windows because Windows gives the U+00BA character a "lower-case" attribute. This is incorrect according to the Unicode standard.

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2013-04-09 04:42
Changes:
Milestone changed from None to 2013.1

@nvaccessAuto
Copy link
Author

Comment 3 by jteh on 2013-04-09 05:38
Updated to eSpeak 1.47.05 in 52a4549. However, this still sounds different to what you're suggesting it says with SAPI5. Please test with an updated NVDA, as well as eSpeak 1.47.05 SAPI5.

@nvaccessAuto
Copy link
Author

Comment 4 by jteh on 2013-04-24 07:06
The eSpeak fix for #3172 makes this behave as reported with SAPI 5.

@nvaccessAuto
Copy link
Author

Comment 6 by James Teh <jamie@... on 2013-04-30 00:46
In [3c2b6f5]:

Update eSpeak to 1.47.09.

Fixes #3141 and #3172.

Changes:
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants