This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10978 - Spelling of special character for Voice output
Attached to Project:
Rockbox
Opened by Marek Salaba (salaba) - Sunday, 07 February 2010, 01:03 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Saturday, 22 September 2012, 22:55 GMT+2
Opened by Marek Salaba (salaba) - Sunday, 07 February 2010, 01:03 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Saturday, 22 September 2012, 22:55 GMT+2
|
DetailsI don't know if exist some solution for spelling of special character for Voice output.
In language files is only this for standart character A to Z : <phrase> id: VOICE_CHAR_A desc: spoken only, for spelling user: core <source> *: "" </source> <dest> *: "" </dest> <voice> *: "A" </voice> </phrase> Is it possible add next phrase for next char by using utf-8 codes. He re is my example : <phrase> id: VOICE_CHAR_UNICODE_017E desc: spoken only, for spelling user: core <source> *: "" </source> <dest> *: "" </dest> <voice> *: "ΕΎ" </voice> </phrase> In each language file should be add only necessary extension characters. It would be very great for blind users of RockBox. |
This task depends upon
Closed by Dominik Riebeling (bluebrother)
Saturday, 22 September 2012, 22:55 GMT+2
Reason for closing: Invalid
Additional comments about closing: Sorry, but while I think this is an interesting idea it isn't a patch. Please use the feature ideas to discuss an idea like this.
Saturday, 22 September 2012, 22:55 GMT+2
Reason for closing: Invalid
Additional comments about closing: Sorry, but while I think this is an interesting idea it isn't a patch. Please use the feature ideas to discuss an idea like this.
Great unicode / utf-8 table is on site http://www.utf8-chartable.de
May be something to please write for this idea.