How to decode strings in Emacs Lisp?

I am writing an Emacs extension and want to get some data from the Internet. Using url-retrieve-synchronously and some simple text processing, I can get a string like

"\ 273 \ 313 \ 271 \ 311 \ 267 \ 335 abcd"

The first few characters are encoded in GBK, I would like to know how to decode them? Many thanks.

+3
source share
1 answer
+4
source

All Articles