23 # License along with this library; if not, write to the Free Software |
23 # License along with this library; if not, write to the Free Software |
24 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA |
24 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA |
25 # 02110-1301 USA |
25 # 02110-1301 USA |
26 ######################### END LICENSE BLOCK ######################### |
26 ######################### END LICENSE BLOCK ######################### |
27 |
27 |
28 from constants import eStart, eError, eItsMe |
28 from .constants import eStart, eError, eItsMe |
29 |
29 |
30 # BIG5 |
30 # BIG5 |
31 |
31 |
32 BIG5_cls = ( \ |
32 BIG5_cls = ( \ |
33 1,1,1,1,1,1,1,1, # 00 - 07 #allow 0x00 as legal value |
33 1,1,1,1,1,1,1,1, # 00 - 07 #allow 0x00 as legal value |