This program is a emacs major-mode.
Read and write ascii encoding file that native2ascii commnad of Sun's JDK
-
you need install native2ascii. Oracle JDK have it.
-
write this to your .emacs.
;;;
; if Windows need set this 2 lines
; (setq native2ascii-command-format "native2ascii.exe")
; (setq ascii2native-command-format "native2ascii.exe -reverse")
(load "native2ascii.el")