1! ------------------------------------------------------------------------
2! @file acctab.utf
3!
4! Symbol Table <Accentuation>
5!
6! Copyright (C) 2008-2009 SVOX AG, Baslerstr. 30, 8048 Zuerich, Switzerland
7! All rights reserved.
8!
9! History:
10! - 2009-05-30 -- initial version
11!
12! ------------------------------------------------------------------------
13! prominence set (predicted by the DT)  Pico
14! ------------------
15! (v.1.0)
16!
17! mapval: decimal number encoded in a single byte (max 255)
18!   reserved values for all languages (0-31):
19!     0: error state
20!     1: not applicable
21!     5: used to mark :G2P handling need
22! these values match the consts in the Pico application
23! never change it
24
25:SYM "0"   :PROP mapval = 48
26:SYM "1"   :PROP mapval = 49
27:SYM "2"   :PROP mapval = 50
28:SYM "3"   :PROP mapval = 51
29