OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

dita message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Index grouping file for Korean?


Hi All,

 

Does anyone have a Korean index group heading file that they can share?

 

We are using the DITA OT and Antenna House to print various documents to PDF. These documents include lots of indexterm element. The documents are translated to various languages including Chinese, Japanese, and Korean. When we generate a Chinese or Japanese document we get an index in which the terms are grouped under the appropriate character headings but when we generate a Korean document, none of the Korean terms show up in the index. Our understanding is that we need a grouping file for Korean but there is not one included in the DITA OT.

 

If anyone has such a file that they can share or point me to we would really appreciate it. Also, if our understanding is wrong, we would appreciate any information you could provide on how to enable Korean index sorting.

 

I attached the Chinese and Japanese versions of this file for reference.  

 

Regards,

Mark

 

 

 

Mark Myers
Knowledge Transfer Architect, Production Platform Management and Operations
Knowledge Productization Services

 

<?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 hosted on Sourceforge.net. 
See the accompanying license.txt file for applicable licenses.
-->

<configuration>

    <alphabet char-set="Symbols">
        <character-set>
            <!-- Bullet -->
            <character>&#xA7;</character>
        </character-set>
    </alphabet>

    <alphabet char-set="SymbolsSuperscript">
        <character-set>
            <!-- Copyright -->
            <character>&#169;</character>
        </character-set>
    </alphabet>

    <alphabet char-set="SymbolsService">
        <character-set>
            <!-- Service mark -->
            <character>&#x2120;</character>
        </character-set>
    </alphabet>

    <alphabet char-set="SymbolsTM">
        <character-set>
            <!-- Registered Trademark -->
            <character>&#174;</character>
            <!-- Trademark -->
            <character>&#8482;</character>
        </character-set>
    </alphabet>

    <alphabet char-set="SubmenuSymbol">
        <character-set>
            <character>&#x27A4;</character>
        </character-set>
    </alphabet>

    <alphabet char-set="Simplified Chinese">
        <character-set>
            
            <!-- Bopomofo - Chinese -->
            <character-range>
                <start include="yes">&#x3100;</start>
                <end include="yes">&#x312F;</end>
            </character-range>
            <!-- Kanbun - Chinese -->
            <character-range>
                <start include="yes">&#x3190;</start>
                <end include="yes">&#x319F;</end>
            </character-range>
            <!-- Bopomofo Extended - Chinese -->
            <character-range>
                <start include="yes">&#x31A0;</start>
                <end include="yes">&#x31BF;</end>
            </character-range>
            
            
            <!-- Hiragana - Japanese -->
            <character-range>
                <start include="yes">&#x3040;</start>
                <end include="yes">&#x309F;</end>
            </character-range>
            <!-- Katakana - Japanese -->
            <character-range>
                <start include="yes">&#x30A0;</start>
                <end include="yes">&#x30FF;</end>
            </character-range>
            
            
            <!-- Hangul - Korean -->
            <character-range>
                <start include="yes">&#x3130;</start>
                <end include="yes">&#x318F;</end>
            </character-range>
            <!-- Hangul (Korean) Syllables -->
            <character-range>
                <start include="yes">&#xAC00;</start>
                <end include="yes">&#xD7A3;</end>
            </character-range>
            
            
            <!-- CJK Symbols and Punctuation -->
            <character-range>
                <start include="yes">&#x3000;</start>
                <end include="yes">&#x303F;</end>
            </character-range>
            <!-- Various CJK -->
            <character-range>
                <start include="yes">&#x3200;</start>
                <end include="yes">&#x9FFF;</end>
            </character-range> 
            

            <!-- Letterlike Symbols -->
            <character-range>
                <start include="yes">&#x2100;</start>
                <end include="yes">&#x214F;</end>
            </character-range>
            <!-- Number forms -->
            <character-range>
                <start include="yes">&#x2150;</start>
                <end include="yes">&#x218F;</end>
            </character-range>
            <!-- Half-width and full-width characters -->
            <character-range>
                <start include="yes">&#xFF00;</start>
                <end include="yes">&#xFFEF;</end>
            </character-range>
            
        </character-set>
    </alphabet>  

    <alphabet char-set="AngleBrackets">
        <character-set>
            <character>&#65308;</character>
            <character>&#65310;</character>
        </character-set>
    </alphabet>
</configuration>
<?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 hosted on Sourceforge.net. 
See the accompanying license.txt file for applicable licenses.
-->

<configuration>

    <alphabet char-set="Symbols">
        <character-set>
            <!-- Bullet -->
            <character>&#xA7;</character>
        </character-set>
    </alphabet>

    <alphabet char-set="SymbolsSuperscript">
        <character-set>
            <!-- Copyright -->
            <character>&#169;</character>
        </character-set>
    </alphabet>

    <alphabet char-set="SymbolsService">
        <character-set>
            <!-- Service mark -->
            <character>&#x2120;</character>
        </character-set>
    </alphabet>

    <alphabet char-set="SymbolsTM">
        <character-set>
            <!-- Registered Trademark -->
            <character>&#174;</character>
            <!-- Trademark -->
            <character>&#8482;</character>
        </character-set>
    </alphabet>

    <alphabet char-set="SubmenuSymbol">
        <character-set>
            <character>&#x27A4;</character>
        </character-set>
    </alphabet>

    <alphabet char-set="Japanese">
        <character-set>
            
            <!-- Bopomofo - Chinese -->
            <character-range>
                <start include="yes">&#x3100;</start>
                <end include="yes">&#x312F;</end>
            </character-range>
            <!-- Kanbun - Chinese -->
            <character-range>
                <start include="yes">&#x3190;</start>
                <end include="yes">&#x319F;</end>
            </character-range>
            <!-- Bopomofo Extended - Chinese -->
            <character-range>
                <start include="yes">&#x31A0;</start>
                <end include="yes">&#x31BF;</end>
            </character-range>
            
            
            <!-- Hiragana - Japanese -->
            <character-range>
                <start include="yes">&#x3040;</start>
                <end include="yes">&#x309F;</end>
            </character-range>
            <!-- Katakana - Japanese -->
            <character-range>
                <start include="yes">&#x30A0;</start>
                <end include="yes">&#x30FF;</end>
            </character-range>
            
            
            <!-- Hangul - Korean -->
            <character-range>
                <start include="yes">&#x3130;</start>
                <end include="yes">&#x318F;</end>
            </character-range>
            <!-- Hangul (Korean) Syllables -->
            <character-range>
                <start include="yes">&#xAC00;</start>
                <end include="yes">&#xD7A3;</end>
            </character-range>
            
            
            <!-- CJK Symbols and Punctuation -->
            <character-range>
                <start include="yes">&#x3000;</start>
                <end include="yes">&#x303F;</end>
            </character-range>
            <!-- Various CJK -->
            <character-range>
                <start include="yes">&#x3200;</start>
                <end include="yes">&#x9FFF;</end>
            </character-range> 
            

            <!-- Letterlike Symbols -->
            <character-range>
                <start include="yes">&#x2100;</start>
                <end include="yes">&#x214F;</end>
            </character-range>
            <!-- Number forms -->
            <character-range>
                <start include="yes">&#x2150;</start>
                <end include="yes">&#x218F;</end>
            </character-range>
            <!-- Half-width and full-width characters -->
            <character-range>
                <start include="yes">&#xFF00;</start>
                <end include="yes">&#xFFEF;</end>
            </character-range>
            
        </character-set>

    </alphabet>  

    <alphabet char-set="AngleBrackets">
        <character-set>
            <character>&#65308;</character>
            <character>&#65310;</character>
        </character-set>
    </alphabet>
</configuration>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]