121 lines
No EOL
4.8 KiB
XML
121 lines
No EOL
4.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
Copyright © 2004-2006 by Idiom Technologies, Inc. All rights reserved.
|
|
IDIOM is a registered trademark of Idiom Technologies, Inc. and WORLDSERVER
|
|
and WORLDSTART are trademarks of Idiom Technologies, Inc. All other
|
|
trademarks are the property of their respective owners.
|
|
|
|
IDIOM TECHNOLOGIES, INC. IS DELIVERING THE SOFTWARE "AS IS," WITH
|
|
ABSOLUTELY NO WARRANTIES WHATSOEVER, WHETHER EXPRESS OR IMPLIED, AND IDIOM
|
|
TECHNOLOGIES, INC. DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
|
|
BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
PURPOSE AND WARRANTY OF NON-INFRINGEMENT. IDIOM TECHNOLOGIES, INC. SHALL NOT
|
|
BE LIABLE FOR INDIRECT, INCIDENTAL, SPECIAL, COVER, PUNITIVE, EXEMPLARY,
|
|
RELIANCE, OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO LOSS OF
|
|
ANTICIPATED PROFIT), ARISING FROM ANY CAUSE UNDER OR RELATED TO OR ARISING
|
|
OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF IDIOM
|
|
TECHNOLOGIES, INC. HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
|
|
Idiom Technologies, Inc. and its licensors shall not be liable for any
|
|
damages suffered by any person as a result of using and/or modifying the
|
|
Software or its derivatives. In no event shall Idiom Technologies, Inc.'s
|
|
liability for any damages hereunder exceed the amounts received by Idiom
|
|
Technologies, Inc. as a result of this transaction.
|
|
|
|
These terms and conditions supersede the terms and conditions in any
|
|
licensing agreement to the extent that such terms and conditions conflict
|
|
with those set forth herein.
|
|
|
|
This file is part of the DITA Open Toolkit project.
|
|
See the accompanying LICENSE file for applicable license.
|
|
-->
|
|
|
|
<configuration>
|
|
|
|
<alphabet char-set="Japanese">
|
|
<character-set>
|
|
<!-- CJK Unified Ideographs -->
|
|
<character-range>
|
|
<start include="yes">一</start>
|
|
<end include="yes">龿</end>
|
|
</character-range>
|
|
<!-- CJK Unified Ideographs Extension A -->
|
|
<character-range>
|
|
<start include="yes">㐀</start>
|
|
<end include="yes">䶿</end>
|
|
</character-range>
|
|
<!-- CJK Compatibility Ideographs (IBM extended for Japanese Windows) -->
|
|
<character-range>
|
|
<start include="yes">﨎</start>
|
|
<end include="yes">鶴</end>
|
|
</character-range>
|
|
<!-- Kanbun -->
|
|
<character-range>
|
|
<start include="yes">㆐</start>
|
|
<end include="yes">㆟</end>
|
|
</character-range>
|
|
<!-- CJK Symbols and Punctuation -->
|
|
<character-range>
|
|
<start include="yes"> </start>
|
|
<end include="yes">〿</end>
|
|
</character-range>
|
|
<!-- Halfwidth and Fullwidth Forms -->
|
|
<character-range>
|
|
<start include="yes">＀</start>
|
|
<end include="yes">￯</end>
|
|
</character-range>
|
|
<!-- Hiragana -->
|
|
<character-range>
|
|
<start include="yes">぀</start>
|
|
<end include="yes">ゟ</end>
|
|
</character-range>
|
|
<!-- Katakana -->
|
|
<character-range>
|
|
<start include="yes">゠</start>
|
|
<end include="yes">ヿ</end>
|
|
</character-range>
|
|
<!-- Katakana Phonetic Extensions -->
|
|
<character-range>
|
|
<start include="yes">ㇰ</start>
|
|
<end include="yes">ㇿ</end>
|
|
</character-range>
|
|
<!-- Arrows -->
|
|
<character-range>
|
|
<start include="yes">←</start>
|
|
<end include="yes">⇿</end>
|
|
</character-range>
|
|
<!-- Roman numerals -->
|
|
<character-range>
|
|
<start include="yes">Ⅰ</start>
|
|
<end include="yes">Ↄ</end>
|
|
</character-range>
|
|
<!-- Enclosed Alphanumerics -->
|
|
<character-range>
|
|
<start include="yes">①</start>
|
|
<end include="yes">⓿</end>
|
|
</character-range>
|
|
</character-set>
|
|
</alphabet>
|
|
|
|
<alphabet char-set="SymbolsSuperscript">
|
|
<character-set>
|
|
<!-- Copyright -->
|
|
<character>©</character>
|
|
<!-- Registered Trademark -->
|
|
<character>®</character>
|
|
<!-- Trademark -->
|
|
<character>™</character>
|
|
</character-set>
|
|
</alphabet>
|
|
|
|
<alphabet char-set="Symbols">
|
|
<character-set>
|
|
|
|
<!-- I don't like this value, let's arrive at an official char -->
|
|
<character>➤</character>
|
|
<character>★</character>
|
|
|
|
</character-set>
|
|
</alphabet>
|
|
</configuration> |