Ticket #592 (new defect)

Opened 2 years ago

Last modified 5 months ago

not reading german date format properly

Reported by: Fritz Owned by:
Priority: minor Milestone:
Component: Speech Version: 2010.1beta1
Keywords: german date format Cc:
Operating system: Blocked by:
Blocking:

Description

reads date and time information only if no leading zeros are used.

Examples:
Read properly:
7.3.2010 (= german date format for march 7, 2010)
and
7.3.10

Not good:
07.03.2010
is read as (german equivalent of) "zero seven dot zero third two thousand and ten"

Change History

comment:1 Changed 2 years ago by jteh

  • Component changed from Core to Speech

First impression (without actually checking) is that this is caused by a builtin speech dictionary rule which is intended to ensure that preceding 0s are spoken. It does this by inserting a space.

comment:2 Changed 5 months ago by Bernd

hmm, I think it is good how it is. If you don't to want hearing 0 before the date you could add an entry to your dictionarry.

Note: See TracTickets for help on using tickets.