sl@0
|
1 |
/*
|
sl@0
|
2 |
*******************************************************************************
|
sl@0
|
3 |
*
|
sl@0
|
4 |
* Copyright (C) 1999-2001, International Business Machines
|
sl@0
|
5 |
* Corporation and others. All Rights Reserved.
|
sl@0
|
6 |
*
|
sl@0
|
7 |
*******************************************************************************
|
sl@0
|
8 |
* file name: utf32.h
|
sl@0
|
9 |
* encoding: US-ASCII
|
sl@0
|
10 |
* tab size: 8 (not used)
|
sl@0
|
11 |
* indentation:4
|
sl@0
|
12 |
*
|
sl@0
|
13 |
* created on: 1999sep20
|
sl@0
|
14 |
* created by: Markus W. Scherer
|
sl@0
|
15 |
*/
|
sl@0
|
16 |
/**
|
sl@0
|
17 |
* \file
|
sl@0
|
18 |
* \brief C API: UTF-32 macros
|
sl@0
|
19 |
*
|
sl@0
|
20 |
* This file is obsolete and its contents moved to utf_old.h.
|
sl@0
|
21 |
* See utf_old.h and Jitterbug 2150 and its discussion on the ICU mailing list
|
sl@0
|
22 |
* in September 2002.
|
sl@0
|
23 |
*/
|