ruby-changes:26733
From: zzak <ko1@a...>
Date: Sat, 12 Jan 2013 02:44:27 +0900 (JST)
Subject: [ruby-changes:26733] zzak:r38785 (trunk): * man/ruby.1 (options): include --*-encoding from r38784
zzak 2013-01-12 02:44:16 +0900 (Sat, 12 Jan 2013) New Revision: 38785 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38785 Log: * man/ruby.1 (options): include --*-encoding from r38784 Modified files: trunk/ChangeLog trunk/man/ruby.1 Index: ChangeLog =================================================================== --- ChangeLog (revision 38784) +++ ChangeLog (revision 38785) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Jan 12 02:45:00 2013 Zachary Scott <zachary@z...> + + * man/ruby.1 (options): include --*-encoding from r38784 + Fri Jan 11 23:34:48 2013 Kazuhiro NISHIYAMA <zn@m...> * ruby.c (usage): sort --*-encoding in help. (same order of -E) Index: man/ruby.1 =================================================================== --- man/ruby.1 (revision 38784) +++ man/ruby.1 (revision 38785) @@ -163,6 +163,10 @@ Specifies the default value(s) for exter https://github.com/ruby/ruby/blob/trunk/man/ruby.1#L163 You can omit the one for internal encodings, then the value .Pf ( Li "Encoding.default_internal" ) will be nil. .Pp +.It Fl -external-encoding Ns = Ns Ar encoding +.It Fl -internal-encoding Ns = Ns Ar encoding +Specify the default external or internal character encoding +.Pp .It Fl F Ar pattern Specifies input field separator .Pf ( Li "$;" ) . -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/