~ubuntu-branches/ubuntu/gutsy/icu/gutsy

« back to all changes in this revision

Viewing changes to source/i18n/esctrn.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2005-05-21 22:44:31 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: package-import@ubuntu.com-20050521224431-r7rktfhnu1n4tf1g
Tags: 2.1-2.1
Rename icu-doc to icu21-doc. icu-doc is built by the icu28 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
**********************************************************************
3
 
*   Copyright (c) 2001, International Business Machines
 
3
*   Copyright (c) 2001-2002, International Business Machines
4
4
*   Corporation and others.  All Rights Reserved.
5
5
**********************************************************************
6
6
*   Date        Name        Description
36
36
 * variants with the system which are then accessed via their IDs.
37
37
 *
38
38
 * @author Alan Liu
39
 
 * @version $RCSfile: esctrn.h,v $ $Revision: 1.1 $ $Date: 2001/11/21 07:02:14 $
40
39
 */
41
40
class U_I18N_API EscapeTransliterator : public Transliterator {
42
41