Win32: fix an incorrect error status being propagated to the caller in case
[svn/apache.git] / subversion / tests / diacritical.txt
blob8e6fb0e338fac166c379c0e5e3012a3a7b26089a
1 -*- coding: utf-8 -*-
3 This is the source of the test data used by the normalized unicode
4 string comparison tests.
7 Whole word: Ṩůḇṽḝȑšḯờṋ
9 Individual letters:
11 char    name                            NFC UCS-4      NFC UTF-8      NFD UCS-4      NFD UTF-8
13 Ṩ       S with dot above and below      \u1E68         \xe1\xb9\xa8   S\u0323\u0307  S\xcc\xa3\xcc\x87
14 ů       u with ring                     \u016F         \xc5\xaf       u\u030A        u\xcc\x8a
15 ḇ       b with macron below             \u1E07         \xe1\xb8\x87   b\u0331        b\xcc\xb1
16 ṽ       v with tilde                    \u1E7D         \xe1\xb9\xbd   v\u0303        v\xcc\x83
17 ḝ       e with breve and cedilla        \u1E1D         \xe1\xb8\x9d   e\u0327\u0306  e\xcc\xa7\xcc\x86
18 ȑ       r with double grave             \u0211         \xc8\x91       r\u030F        r\xcc\x8f
19 š       s with caron                    \u0161         \xc5\xa1       s\u030C        s\xcc\x8c
20 ḯ       i with diaeresis and acute      \u1E2F         \xe1\xb8\xaf   i\u0308\u0301  i\xcc\x88\xcc\x81
21 ờ       o with grave and hook           \u1EDD         \xe1\xbb\x9d   o\u031B\u0300  o\xcc\x9b\xcc\x80
22 ṋ       n with circumflex below         \u1E4B         \xe1\xb9\x8b   n\u032D        n\xcc\xad
24 Combining diacriticals:
26 char    name                            UCS-4          UTF-8
28  ̇       dot                             \u0307         \xcc\x87
29  ̣       dot below                       \u0323         \xcc\xa3
30  ̊       ring                            \u030A         \xcc\x8a
31  ̱       macron below                    \u0331         \xcc\xb1
32  ̃       tilde                           \u0303         \xcc\x83
33  ̆       breve                           \u0306         \xcc\x86
34  ̧       cedilla                         \u0327         \xcc\xa7
35  ̏       double grave                    \u030F         \xcc\x8f
36  ̌       caron                           \u030C         \xcc\x8c
37  ̈       diaeresis                       \u0308         \xcc\x88
38  ́       acute                           \u0301         \xcc\x81
39  ̀       grave                           \u0300         \xcc\x80
40  ̛       horn                            \u031B         \xcc\x9b
41  ̭       circumflex below                \u032D         \xcc\xad