mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/nkf/lib/kconv.rb: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
26f0a39bb3
commit
04826ff77b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue