<?xml version="1.0"?>
<!DOCTYPE characterMapping 
  SYSTEM "http://www.unicode.org/unicode/reports/tr22/CharacterMapping.dtd" [
<!ENTITY cp932-13th      SYSTEM "cp932-13th.ent">
<!ENTITY cp932-89thru92  SYSTEM "cp932-89thru92.ent">
<!ENTITY cp932-ibmext    SYSTEM "cp932-ibmext.ent">
]>
<characterMapping
		  name="x-sjis-cp932"
		  description="See the Japanese XML profile"
		  unicodeVersion="3.0" tableVersion="1.0"
		  contact="INSTAC XML SWG">
  <history>
    <modified version="1.0" date="19991214"></modified>
  </history>
  <aliases>
    <n n="Windows-31J"/>
    <n n="csWindows31J"/>
    <n n="CP932"/>
  </aliases>

  <import source="commonSJIS.xml"/>

  <assignments>

  &cp932-13th;
  &cp932-89thru92;
  &cp932-ibmext;

<!-- User-defined range is actually mapped to user defined characters               of Unicode, but these mappings are omitted.  -->

<!-- US-ASCII  -->
    <a b="5C" u="005C"/>
    <a b="7E" u="007E"/>

<!-- JIS X 0208 -->
    <a b="815C" u="2015"/>
    <a b="815F" u="FF3C"/>
    <a b="8160" u="FF5E"/>
    <a b="8161" u="2225"/>
    <a b="817C" u="FF0D"/>
    <a b="8191" u="FFE0"/>
    <a b="8192" u="FFE1"/>
    <a b="81CA" u="FFE2"/>
  </assignments>
</characterMapping>


