Skip to content

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

License

Notifications You must be signed in to change notification settings

gleexpp/native2ascii.el

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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 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

No packages published

Languages

  • Emacs Lisp 100.0%