Home > Back-end >  Removing literal backslashes from utf-8 encoded strings in python
Removing literal backslashes from utf-8 encoded strings in python

Time:04-10

I have a bunch of strings containing UTF-8 encoded symbols, for example '\\u00f0\\u009f\\u0098\\u0086'. In that case, it represents this emoji

  • Related