﻿// ***************************************************************************
// *
// *  Copyright (C) 2004-2013, International Business Machines
// *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
// *
// ***************************************************************************
// File: root.txt
// Only include tr, az and el case transform rules for CSS3 support.
//
root {
    RuleBasedTransliteratorIDs {
        az-Lower {
            file {
                resource:process(transliterator) {"tr_Lower.txt"}
                direction {"FORWARD"}
            }
        }

        az-Title {
            file {
                resource:process(transliterator) {"tr_Title.txt"}
                direction {"FORWARD"}
            }
        }

        az-Upper {
            file {
                resource:process(transliterator) {"tr_Upper.txt"}
                direction {"FORWARD"}
            }
        }

        el-Lower {
            file {
                resource:process(transliterator) {"el_Lower.txt"}
                direction {"FORWARD"}
            }
        }

        el-Title {
            file {
                resource:process(transliterator) {"el_Title.txt"}
                direction {"FORWARD"}
            }
        }

        el-Upper {
            file {
                resource:process(transliterator) {"el_Upper.txt"}
                direction {"FORWARD"}
            }
        }

        tr-Lower {
            file {
                resource:process(transliterator) {"tr_Lower.txt"}
                direction {"FORWARD"}
            }
        }

        tr-Title {
            file {
                resource:process(transliterator) {"tr_Title.txt"}
                direction {"FORWARD"}
            }
        }

        tr-Upper {
            file {
                resource:process(transliterator) {"tr_Upper.txt"}
                direction {"FORWARD"}
            }
        }
    }
    TransliteratorNamePattern {
        // Format for the display name of a Transliterator.
        // This is the language-neutral form of this resource.
        "{0,choice,0#|1#{1}|2#{1}-{2}}" // Display name
    }
    // Transliterator display names
    // This is the English form of this resource.
    "%Translit%Hex"         { "%Translit%Hex" }
    "%Translit%UnicodeName" { "%Translit%UnicodeName" }
    "%Translit%UnicodeChar" { "%Translit%UnicodeChar" }
    TransliterateLATIN{        
    "",
    ""
    }
}
