| OLD | NEW |
| 1 /* | 1 /* |
| 2 ******************************************************************************* | 2 ******************************************************************************* |
| 3 * | 3 * |
| 4 * Copyright (C) 1999-2010, International Business Machines | 4 * Copyright (C) 1999-2010, International Business Machines |
| 5 * Corporation and others. All Rights Reserved. | 5 * Corporation and others. All Rights Reserved. |
| 6 * | 6 * |
| 7 ******************************************************************************* | 7 ******************************************************************************* |
| 8 * file name: utf.h | 8 * file name: utf.h |
| 9 * encoding: US-ASCII | 9 * encoding: US-ASCII |
| 10 * tab size: 8 (not used) | 10 * tab size: 8 (not used) |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 | 227 |
| 228 /* include the utfXX.h ------------------------------------------------------ */ | 228 /* include the utfXX.h ------------------------------------------------------ */ |
| 229 | 229 |
| 230 #include "unicode/utf8.h" | 230 #include "unicode/utf8.h" |
| 231 #include "unicode/utf16.h" | 231 #include "unicode/utf16.h" |
| 232 | 232 |
| 233 /* utf_old.h contains deprecated, pre-ICU 2.4 definitions */ | 233 /* utf_old.h contains deprecated, pre-ICU 2.4 definitions */ |
| 234 #include "unicode/utf_old.h" | 234 #include "unicode/utf_old.h" |
| 235 | 235 |
| 236 #endif | 236 #endif |
| OLD | NEW |