2f7707fe54
X-SVN-Rev: 6667
56 lines
1.5 KiB
Plaintext
56 lines
1.5 KiB
Plaintext
// -*- 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: Wed Nov 7 09:34:03 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/07 18:50:25 $
|
||
// $Revision: 1.2 $
|
||
//--------------------------------------------------------------------
|
||
|
||
// 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} > ;"
|
||
"'--' <> — ;"
|
||
}
|
||
}
|