Skip to main content

All Questions

27 votes
5 answers
27k views

remove <200b> character from text file

I have a huge text file containing this string/character <200b> that I want to delete. I tried with sed but it didn't work. sed 's/<200b>//g' file The character never shows when I open the ...
user2598997's user avatar
1 vote
1 answer
3k views

How to encode a text string into QP?

I would like to encode some basic text strings into QP. I have tested several online encoders on the web, and none of them worked. One of them can be found at Webatic. I can use it to decode QP into ...
Samir's user avatar
  • 20.9k