8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00
firebird-mirror/extern/icu/source/data/translit/t_Any_Publishing.txt

51 lines
1.2 KiB
Plaintext
Raw Normal View History

2005-05-28 00:45:31 +02:00
 // -*- Coding: utf-8; -*-
//--------------------------------------------------------------------
// Copyright (c) 1999-2004, International Business Machines
// Corporation and others. All Rights Reserved.
//--------------------------------------------------------------------
// THIS IS A MACHINE-GENERATED FILE
// Tool: dumpICUrules.bat
// Source: ../../../impl/data/Transliterator_Any_Publishing.txt
// Date: Tue May 18 17:24:48 2004
//--------------------------------------------------------------------
// Any_Publishing
t_Any_Publishing {
Rule {
//--------------------------------------------------------------------
//--------------------------------------------------------------------
//--------------------------------------------------------------------
// 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} > ;"
"'--' <> — ;"
}
}