I need convert kyrillic
Астрахань
to
%C0%F1%F2%F0%E0%F5%E0%ED%FC
I try to use
urllib.parse.quote_plus()
bit it returns
%D0%90%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D1%8C
What should I use to convert to another format?
I need convert kyrillic
Астрахань
to
%C0%F1%F2%F0%E0%F5%E0%ED%FC
I try to use
urllib.parse.quote_plus()
bit it returns
%D0%90%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D1%8C
What should I use to convert to another format?