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