in Japanese : 燐光
Microsoft Windows XP [Version 5.1.2600](C) Copyright 1985-2001 Microsoft Corp.C:\Documents and Settings\takashi>ir -hUsage: ir.exe [options] [file] [arguments]Options: -1.8.6 Ruby 1.8.6 mode (default) -1.8.7 Ruby 1.8.7 mode -1.9 Ruby 1.9 mode -2.0 Ruby 2.0 modeC:\Documents and Settings\takashi>ir -1.9IronRuby 1.1.0.0 on .NET 4.0.30319.1Copyright (c) Microsoft Corporation. All rights reserved.>>> "あ"=> "あ">>> "あ".encoding=> #<Encoding:shift_jis>>>>
Thank you. I can succeed this.
2 comments:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\takashi>ir -h
Usage: ir.exe [options] [file] [arguments]
Options:
-1.8.6 Ruby 1.8.6 mode (default)
-1.8.7 Ruby 1.8.7 mode
-1.9 Ruby 1.9 mode
-2.0 Ruby 2.0 mode
C:\Documents and Settings\takashi>ir -1.9
IronRuby 1.1.0.0 on .NET 4.0.30319.1
Copyright (c) Microsoft Corporation. All rights reserved.
>>> "あ"
=> "あ"
>>> "あ".encoding
=> #<Encoding:shift_jis>
>>>
Thank you. I can succeed this.
Post a Comment