nkf192-ruby
***************************

Ruby Interface for NKF 1.92.

Requirements
====================

* Ruby 1.6.x or later

Usage
=============

Same as Ruby/NKF library except for loading 'nkf192' instead of 'nkf',
and using module 'NKF192' instead of 'NKF'.

NKF192 also provides constants for nkf-1.92's long option.

* NKF192::L_base64
* NKF192::L_euc
* NKF192::L_euc_input
* NKF192::L_fj
* NKF192::L_help
* NKF192::L_jis
* NKF192::L_jis_input
* NKF192::L_mac
* NKF192::L_mime
* NKF192::L_mime_input
* NKF192::L_msdos
* NKF192::L_sjis
* NKF192::L_sjis_input
* NKF192::L_unix
* NKF192::L_version
* NKF192::L_windows

Example
===============

  require "nkf192"
  
  print NKF192.nkf(NKF192::L_unix, $stdin.read)
Copyright and License Notice
====================================

This program is free software distributed under BSD-style license term
described in file COPYING.

Copyright 2003-, Shirai,Kaoru <shirai@korinkan.co.jp>

