// -*- Coding: utf-8; -*- //-------------------------------------------------------------------- // Copyright (c) 1999-2001, International Business Machines // Corporation and others. All Rights Reserved. //-------------------------------------------------------------------- // THIS IS A MACHINE-GENERATED FILE // Tool: dumpicurules.bat // Source: ../../text/resources/Transliterator_Any_Publishing.txt // Date: Fri Nov 30 13:01:41 2001 //-------------------------------------------------------------------- // Any_Publishing translit_Any_Publishing { Rule { //-------------------------------------------------------------------- // Copyright (c) 1999-2001, International Business Machines // Corporation and others. All Rights Reserved. //-------------------------------------------------------------------- // $Source: /xsrl/Nsvn/icu/icu/source/data/translit/Attic/t_Any_Publishing.txt,v $ // $Date: 2001/11/30 21:24:15 $ // $Revision: 1.3 $ //-------------------------------------------------------------------- // Test case // "The" "(quick)" ('brown') `fox' ` jumped -- "over?" // Variables "$single = \\\' ;" "$space = ' ' ;" "$double = \\\" ;" "$back = \\\` ;" "$tab = '\u0008' ;" "$makeRight = [[:Z:][:Ps:][:Pi:]$] ;" // fix UNIX quotes "$back $back > “ ;" "$back > ‘ ;" // fix typewriter quotes, by context "$makeRight {$double} <> “ ;" "$double <> ” ;" "$makeRight {$single} <> ‘ ;" "$single <> ’;" // fix multiple spaces and hyphens "$space {$space} > ;" "'--' <> — ;" } }