You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-08-10 22:42:05 +02:00
More unicode.
This commit is contained in:
2
tests/fixtures/__init__.py
vendored
2
tests/fixtures/__init__.py
vendored
@@ -32,3 +32,5 @@ with codecs.open(JSON_FILE_PATH, encoding='utf8') as f:
|
||||
|
||||
with open(BIN_FILE_PATH, 'rb') as f:
|
||||
BIN_FILE_CONTENT = f.read()
|
||||
|
||||
UNICODE = FILE_CONTENT
|
||||
|
2
tests/fixtures/test.json
vendored
2
tests/fixtures/test.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "Jakub Roztočil",
|
||||
"sun": "太陽"
|
||||
"unicode": "χρυσαφὶ 太陽 เลิศ ♜♞♝♛♚♝♞♜ оживлённым तान्यहानि 有朋"
|
||||
}
|
||||
|
2
tests/fixtures/test.txt
vendored
2
tests/fixtures/test.txt
vendored
@@ -1 +1 @@
|
||||
some UTF8-encoded unicode text 太陽 by Jakub Roztočil
|
||||
[one line of UTF8-encoded unicode text] χρυσαφὶ 太陽 เลิศ ♜♞♝♛♚♝♞♜ оживлённым तान्यहानि 有朋 ஸ்றீனிவாஸ ٱلرَّحْمـَبنِ
|
||||
|
Reference in New Issue
Block a user