Skip to content

xqliu/native2ascii.el

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Copyright 2009 Takahiro Hashimoto

All rights reserved.

native2ascii

This program is a emacs major-mode.

Read and write ascii encoding file that native2ascii commnad of Sun's JDK

Setup

  1. you need install native2ascii. Oracle JDK have it.

  2. 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")

About

Read and write ascii encoding files like a Java properties. this use a native2ascii of Oracle JDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Common Lisp 100.0%