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.
source
share