xref: /netbsd-src/external/ibm-public/postfix/dist/src/util/dict_utf8_test.ref (revision d16b7486a53dcb8072b60ec6fcb4373a2d0c27b7)
1owner=trusted (uid=2147483647)
2> flags
3dict flags fixed|lock|replace|utf8_request|utf8_active
4> verbose
5> get foo
6foo: not found
7> put Δημοσθένους.example.com aaa
8> get Δημοσθένους.example.com
9Δημοσθένους.example.com=aaa
10> put ��� xxx
11./dict_open: warning: internal:whatever: non-UTF-8 key "???": malformed UTF-8 or invalid codepoint
12> get ���
13./dict_open: warning: internal:whatever: non-UTF-8 key "???": malformed UTF-8 or invalid codepoint
14���: not found
15> put xxx ���
16./dict_open: warning: internal:whatever: key "xxx": non-UTF-8 value "???": malformed UTF-8 or invalid codepoint
17> get xxx
18xxx: not found
19