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

« back to all changes in this revision

Viewing changes to source/i18n/nortrans.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
19
19
/**
20
20
 * A transliterator that performs normalization.
21
21
 * @author Alan Liu
22
 
 * @version $RCSfile: nortrans.h,v $ $Revision: 1.2 $ $Date: 2001/12/03 20:50:11 $
23
22
 */
24
23
class U_I18N_API NormalizationTransliterator : public Transliterator {
25
24