<?xml version="1.0" encoding="us-ascii"?>
<!-- C0 -->
    <state type="FIRST" next="VALID" s="00" e="1F"/>

    <state type="FIRST" next="VALID" s="20"/>
    <state type="INVALID" next="INVALID" s="A0"/>

    <state type="FIRST" next="VALID" s="7F"/>
    <state type="INVALID" next="INVALID" s="FD" e="FF"/>

<!-- JIS X 0201 Roman or US-ASCII -->
    <state type="FIRST" next="VALID" s="21" e="7E"/>

<!-- JIS X 0201 Katakana -->
    <state type="FIRST" next="VALID" s="A1" e="DF"/>

<!-- Characters repressented by two bytes  -->
    <state type="FIRST" next="LAST" s="81" e="9F" />  
    <state type="FIRST" next="LAST" s="E0" e="FC"/>

    <state type="LAST" next="VALID" s="40" e="7E"/>
    <state type="LAST" next="VALID" s="80" e="FC"/>
