nkf192-ruby

Ruby Interface for NKF 1.92.

Requirements

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.

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>