Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

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+1
Task Type Patches
Category Language
Status Unconfirmed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Private No

Details

I 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

Comment by Marek Salaba (salaba) - Sunday, 07 February 2010, 01:10 GMT+1
Great unicode / utf-8 table is on site http://www.utf8-chartable.de
Comment by Marek Salaba (salaba) - Sunday, 13 February 2011, 13:30 GMT+1
May be something to please write for this idea.

Loading...