code-srv-test/dita-ot-3.6/plugins/org.dita.pdf2/cfg/fo/i18n/ja.xml
2021-03-23 22:38:58 +00:00

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">&#x4E00;</start>
<end include="yes">&#x9FBF;</end>
</character-range>
<!-- CJK Unified Ideographs Extension A -->
<character-range>
<start include="yes">&#x3400;</start>
<end include="yes">&#x4DBF;</end>
</character-range>
<!-- CJK Compatibility Ideographs (IBM extended for Japanese Windows) -->
<character-range>
<start include="yes">&#xFA0E;</start>
<end include="yes">&#xFA2D;</end>
</character-range>
<!-- Kanbun -->
<character-range>
<start include="yes">&#x3190;</start>
<end include="yes">&#x319F;</end>
</character-range>
<!-- CJK Symbols and Punctuation -->
<character-range>
<start include="yes">&#x3000;</start>
<end include="yes">&#x303F;</end>
</character-range>
<!-- Halfwidth and Fullwidth Forms -->
<character-range>
<start include="yes">&#xFF00;</start>
<end include="yes">&#xFFEF;</end>
</character-range>
<!-- Hiragana -->
<character-range>
<start include="yes">&#x3040;</start>
<end include="yes">&#x309F;</end>
</character-range>
<!-- Katakana -->
<character-range>
<start include="yes">&#x30A0;</start>
<end include="yes">&#x30FF;</end>
</character-range>
<!-- Katakana Phonetic Extensions -->
<character-range>
<start include="yes">&#x31F0;</start>
<end include="yes">&#x31FF;</end>
</character-range>
<!-- Arrows -->
<character-range>
<start include="yes">&#x2190;</start>
<end include="yes">&#x21FF;</end>
</character-range>
<!-- Roman numerals -->
<character-range>
<start include="yes">&#x2160;</start>
<end include="yes">&#x2183;</end>
</character-range>
<!-- Enclosed Alphanumerics -->
<character-range>
<start include="yes">&#x2460;</start>
<end include="yes">&#x24FF;</end>
</character-range>
</character-set>
</alphabet>
<alphabet char-set="SymbolsSuperscript">
<character-set>
<!-- Copyright -->
<character>&#169;</character>
<!-- Registered Trademark -->
<character>&#174;</character>
<!-- Trademark -->
<character>&#8482;</character>
</character-set>
</alphabet>
<alphabet char-set="Symbols">
<character-set>
<!-- I don't like this value, let's arrive at an official char -->
<character>&#x27A4;</character>
<character>&#x2605;</character>
</character-set>
</alphabet>
</configuration>