java-simple-fh
================================
(simple file handler for Java)


Introduction to "java-simple-fh"
================================

Please see the project site at http://sourceforge.jp/projects/java-simple-fh/.


How to use "java-simple-fh"
===============

Please see the javadocs.
It is able to download them from the above project site.


License
===============

The license of this library itself is "Apache License Version 2.0".

There is some dependence on juniversalchardet in this library.

"juniversalchardet" is a Java port of 'universalchardet', 
that is the encoding detector library of Mozilla. 
  http://code.google.com/p/juniversalchardet/


Bug Reports
===========

Bug reports go to bug reports forum on the project site. 
http://sourceforge.jp/forum/forum.php?forum_id=20160

But *BEFORE YOU POST* make sure you've tested against 
the LATEST code available from Subversion.

Odds are good your bug has already been fixed.

If it hasn't been fixed in the latest version, 
then when posting *BE SURE TO SAY* which svn revision you tested against.
For example, "SVN revision : 1234".


EOF