Advertisement
Guest User

Untitled

a guest
Jun 9th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. $ python3 -m bottle_encoding.py
  2. Bottle v0.12.13 server starting up (using WSGIRefServer())...
  3. Listening on http://localhost:8080/
  4. Hit Ctrl-C to quit.
  5.  
  6. 127.0.0.1 - - [09/Jun/2018 20:25:07] "GET / HTTP/1.1" 200 167
  7. 127.0.0.1 - - [09/Jun/2018 20:25:10] "GET /utf HTTP/1.1" 200 30
  8. 127.0.0.1 - - [09/Jun/2018 20:25:14] "GET /latin1 HTTP/1.1" 200 30
  9. 127.0.0.1 - - [09/Jun/2018 20:25:16] "GET /iso88591 HTTP/1.1" 200 30
  10.  
  11. ----------
  12. RESULT
  13. link1: {"b": "\u017d", "a": "\u4e09"}
  14. link2: {"b": "\u017d", "a": "\u4e09"}
  15. link3: {"b": "\u017d", "a": "\u4e09"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement