The double backslash here is causing me problems; how best can I avoid it?
data = ('\u200e中國哲學書電子化計劃', 'latin')
'{}'.format(data)
> "('\\u200e中國哲學書電子化計劃', 'latin')"
The double backslash here is causing me problems; how best can I avoid it?
data = ('\u200e中國哲學書電子化計劃', 'latin')
'{}'.format(data)
> "('\\u200e中國哲學書電子化計劃', 'latin')"