Advertisement
Guest User

Untitled

a guest
Jun 12th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. body = ""
  2. for k,v of _body
  3. if _body.charCodeAt(k) > 200
  4. if _body.charCodeAt(k) == 8232
  5. body += ""
  6. if _body.charCodeAt(k) == 8221
  7. body += "\\\""
  8. else
  9. body += _body[k]
  10. body = body.replace("\n", "\\n")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement