Skip to content

Instantly share code, notes, and snippets.

@bstonedev
Last active October 17, 2022 00:26
Show Gist options
  • Save bstonedev/9bc7f73001e24c5a73931f00955e0b1f to your computer and use it in GitHub Desktop.
Save bstonedev/9bc7f73001e24c5a73931f00955e0b1f to your computer and use it in GitHub Desktop.
Strange characters and their correct replacements that I've found while importing CSV content from client
Weird Character => True Character
’ => '
’ => '
‘ => '
‚Äã => nothing
‚Äã => nothing
‚Ķ => …
• => -
‚Äê => -
-­ => -
“ => '
” => '
  => space
  => space
‚Äì => –
¬Æ => ®
& => &
– => -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment