I try to print a stirng and for some reason it's turn into gibrish. But if I put it in an online utf 8 convertr it works (https://www.browserling.com/tools/utf8-decode). And the output i get is: "תיכון דה שליט" instead of: "תיכוןדהשליט" that I get in the website and is the orignal stirg.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
print '\xd7\xaa\xd7\x99\xd7\x9b\xd7\x95\xd7\x9f \xd7\x93\xd7\x94 \xd7\xa9\xd7\x9c\xd7\x99\xd7\x98'