Ticket #592 (new defect)
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
Note: See
TracTickets for help on using
tickets.


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.