pdwilson12 (Peter Wilson)
- Login: pdwilson12
- Email: pdw12@mac.com
- Registered on: 07/04/2010
- Last sign in: 07/08/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/07/2010
-
12:10 PM Ruby Bug #3533: Default external encoding not picked up by output unless internal encoding set
- =begin
It is very odd that writeable IO objects (but not read-only IO objects) ignore the default external encoding unless a default internal encoding is set. But Ok.
=end
07/04/2010
-
11:01 AM Ruby Bug #3533 (Rejected): Default external encoding not picked up by output unless internal encoding set
- =begin
ruby 1.9.2dev (2010-07-02 revision 28522) [x86_64-darwin10.4.0]
If I specify an external encoding with the -E option, the STDOUT and File.open output streams do not respect it. I have to explicitly assign an external encod...