Skip to content

Automatically detect coding system with Enca (by Dmitriyi Paduchikh)

License

Notifications You must be signed in to change notification settings

antmak/auto-enca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

auto-enca

Automatically detect coding system with Enca (by Dmitriyi Paduchikh)

Usage

To get this function working, put the file at some place in your load-path, compile, and add something like this into .emacs:

(setenv "ENCAOPT" "-L russian")
(when (load "auto-enca" 'noerror)
  (modify-coding-system-alist 'file "" 'enca-detect-coding))

About

Automatically detect coding system with Enca (by Dmitriyi Paduchikh)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published