[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: Location =?utf-8?b?44Gu5paH5a2X5YyW44GR?=



In [emacs-w3m : No.12630]
	On Sun, 19 Feb 2017 20:40:47 +0900, ������������ wrote:
> ���������������������������������������������

������������������������:)

> ������������������ Emacs-25.1 ������������������������������������������*w3m* ���������
> ������ Location: ������������������������������������

> ������������

> http://www.google.co.jp/search?q=���������&lr=lang_ja&hl=ja&oe=UTF-8&tbs=lr:lang_1ja
> https://ja.wikipedia.org/wiki/���������

> ���������������������������������������������������������������������

> w3m-decode-coding-string-with-priority() ���
> (setq str (string-make-unibyte  str))
> ���������������������������������������������������������������������

������������������������������������������������������������

> Emacs-26 ������

>>> (string-make-unibyte STRING)
>>>
>>> This function is obsolete since 26.1;
>>> use `encode-coding-string'.

> ������������������������

���������������������������������������������������������������������������������������������������
������������������������������������������������������������������������������������������������
���������������

(with-temp-buffer
  (set-buffer-multibyte t)
  (insert "���������")
  (set-buffer-multibyte nil)
  (mapconcat 'char-to-string (buffer-string) ""))
 => "������������������"

������������������������������������������ byte ��� 1������������������������������������������
������������������������������������������������������������������������������������������������
������������������������������������������������������������������������������������������������
������������������������������������������������������������������������������������������

> ## ������������������������ (������������������) ������������������������

���������������������������������������Lars ��������� Gnus ������������������������������
������ Emacs 26 ���������������������������������������������������������������������������
������������������������������������������������������������������������
-- 
������