[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[emacs-wiki-discuss] emacs-wiki and coding system
From: |
Alex Ott |
Subject: |
[emacs-wiki-discuss] emacs-wiki and coding system |
Date: |
Fri, 17 Jun 2005 22:56:03 +0400 |
User-agent: |
Mozilla Thunderbird 1.0.2 (Windows/20050317) |
Hello all
i have one problm with emacs-wiki with gnu emacs and windows. my wiki is in
utf-8, default coding systen is cp251. i set file-coding-system-alist for wiki
directory in utf-8 and files open's normal, but when i use emacs-wiki-find-file,
then page open's in default encoding, not in utf-8. how i can debug them?
on linux - all works find
p.s.
here is exceprts from .emacs
(custom-set-variables
'(emacs-wiki-charset-default "utf-8")
'(emacs-wiki-coding-default (quote mule-utf-8-unix))
'(emacs-wiki-coding-map (quote ((koi8-r "koi8-r") (iso-2022-jp "iso-2022-jp")
(utf-8 "utf-8") (mule-utf-8 "utf-8") (japanese-iso-8bit "euc-jp") (chinese-big5
"big5"))))
'(emacs-wiki-maintainer "mailto:address@hidden")
'(emacs-wiki-meta-content-type "text/html")
'(file-coding-system-alist (quote (("/work/writings/" . koi8-r) ("/ott/WiKi/"
. utf-8) ("\\.dz\\'" no-conversion . no-conversion)
("\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'" no-conversion . no-conversion) ("\\.tgz\\'"
no-conversion . no-conversion) ("\\.tbz\\'" no-conversion . no-conversion)
("\\.bz2\\'" no-conversion . no-conversion) ("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'"
no-conversion . no-conversion) ("\\.elc\\'" emacs-mule . emacs-mule)
("\\.utf\\(-8\\)?\\'" . utf-8) ("\\(\\`\\|/\\)loaddefs.el\\'" raw-text .
raw-text-unix) ("\\.tar\\'" no-conversion . no-conversion))))
)
--
With best wishes, Alex Ott
Jet Infosystems, http://www.jetinfosoft.ru/
+7 (095) 411 76 01
- [emacs-wiki-discuss] emacs-wiki and coding system,
Alex Ott <=