I want to save a wikipedia link that has Arabic characters in it.
In my console I can do
> title = "The Broken Wings / الأجنحة المتكسرة"
=> "The Broken Wings / الأجنحة المتكسرة
And it returns properly with English and Arabic. But if I try to save a link, it encodes the Arabic characters.
When I try to enter this link : https://ar.wikipedia.org/wiki/الأجنحة_المتكسرة
it changes to https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%A3%D8%AC%D9%86%D8%AD%D8%A9_%D8%A7%D9%84%D9%85%D8%AA%D9%83%D8%B3%D8%B1%D8%A9
How can I save the link as-is?