forked from hashio/native2ascii.el
-
Notifications
You must be signed in to change notification settings - Fork 0
Read and write ascii encoding files like a Java properties. this use a native2ascii of Oracle JDK
License
gleexpp/native2ascii.el
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Copyright 2009 Takahiro Hashimoto All rights reserved. native2ascii ============ This program is a emacs major-mode. Read and write ascii encoding file like a Java properties by native2ascii 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 0
No packages published
Languages
- Emacs Lisp 100.0%