gchq/CyberChef

Operation request: Escape Smart Characters

Closed

#419 opened on Nov 20, 2018

 (4 comments) (0 reactions) (0 assignees)JavaScript (3,944 forks)batch import
good first issuehelp wantedoperation

Repository metrics

Stars
 (34,843 stars)
PR merge metrics
 (Avg merge 57d 13h) (62 merged PRs in 30d)

Description

Summary

An operation to convert smart characters (quotes, dashes, apostrophes, arrows, copyright signs, ellipses etc.) back to plain ASCII.

Example

Input

“”—‘’ →©…

Output

""--''-->(c)...

References

http://unicode.scarfboy.com/?s=quotation+mark http://quotesandaccents.com/

Contributor guide