Tagged Questions
1
vote
0answers
152 views
Gibberish on file name-squeres and numbers. link to example file and a picture
I'm using 12.04 LTS.
If more information is needed, please tell me and I'll add it.
I'm having some problem of gibberish in filename. picture:
That how the Gibberish is look. here also a download ...
6
votes
3answers
1k views
How can I encode and decode percent-encoded strings on the command line?
How can I encode and decode percent-encoded (URL encoded) strings on the command line?
I'm looking for a solution that can do this:
$ percent-encode "ændrük"
%C3%A6ndr%C3%BCk
$ percent-decode ...