org-cliplink icon indicating copy to clipboard operation
org-cliplink copied to clipboard

Support for different charsets

Open rexim opened this issue 10 years ago • 7 comments
trafficstars

rexim avatar Jan 24 '15 08:01 rexim

Finally I found a page with non-utf-8 charset that I need to cliplink. :)

http://www.hemi.nsu.ru/index.htm

rexim avatar May 04 '15 15:05 rexim

As I know charset is usually defined in the Content-Type. Content-Type can be set in headers or meta tags. We should support both.

Meta tags override headers I guess. At least this is what I see in the above link.

rexim avatar May 04 '15 15:05 rexim

Some useful links regarding HTTP protocol:

  • http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.7
  • http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.4

rexim avatar May 13 '15 06:05 rexim

IANA: Character Sets: http://www.iana.org/assignments/character-sets/character-sets.xhtml

rexim avatar May 13 '15 06:05 rexim

http://www.gnu.org/software/emacs/manual/html_node/emacs/Charsets.html

M-x list-character-sets displays a list of all supported charsets.

rexim avatar May 13 '15 06:05 rexim

Some useful links regarding charsets and encoding in Emacs:

  • http://www.gnu.org/software/emacs/manual/html_node/elisp/Coding-Systems.html
  • http://www.gnu.org/software/emacs/manual/html_node/elisp/Non_002dASCII-Characters.html

rexim avatar May 13 '15 06:05 rexim

Soon we will have another backend #60. Maybe it's possible to resolve on the cURL's level.

rexim avatar Sep 03 '15 08:09 rexim