Skip to content

Commit

Permalink
* ext/nkf/lib/kconv.rb: fix typo.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nurse committed Jul 5, 2005
1 parent 26f0a39 commit 04826ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/nkf/lib/kconv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module Kconv
:katakana => '--katakana',# Hiragana to Katakana Conversion
:capinput => '--cap-input', # Convert hex after ':'
:urlinput => '--url-input', # decode percent-encoded octets
:numcharinput => '--numchar-input' # Convert Unicode Character Reference
:numcharinput => '--numchar-input', # Convert Unicode Character Reference
:internalunicode => '--internal-unicode' # Use Unicode as internal encoding
}

Expand Down

0 comments on commit 04826ff

Please sign in to comment.