ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:59305] [ruby-trunk - Bug #9294][Open] Documentation for IO#read claims resulting string is always ASCII-8BIT encoding
@ 2013-12-24 18:36 steenslag (siep korteling)
  2013-12-25  3:11 ` [ruby-core:59307] [ruby-trunk - Bug #9294][Assigned] " zzak (Zachary Scott)
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: steenslag (siep korteling) @ 2013-12-24 18:36 UTC (permalink / raw
  To: ruby-core


Issue #9294 has been reported by steenslag (siep korteling).

----------------------------------------
Bug #9294: Documentation for IO#read claims resulting string is always ASCII-8BIT encoding
https://bugs.ruby-lang.org/issues/9294

Author: steenslag (siep korteling)
Status: Open
Priority: Normal
Assignee: 
Category: 
Target version: 
ruby -v: 2.0.0p247
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN


Documentation for IO#read claims resulting string is always ASCII-8BIT encoding. This is not true (anymore).(http://www.ruby-doc.org/core-2.0.0/IO.html#method-i-read)


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:59307] [ruby-trunk - Bug #9294][Assigned] Documentation for IO#read claims resulting string is always ASCII-8BIT encoding
  2013-12-24 18:36 [ruby-core:59305] [ruby-trunk - Bug #9294][Open] Documentation for IO#read claims resulting string is always ASCII-8BIT encoding steenslag (siep korteling)
@ 2013-12-25  3:11 ` zzak (Zachary Scott)
  2017-03-17 21:04 ` [ruby-core:80211] [Ruby trunk Bug#9294][Closed] " sto.mar
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: zzak (Zachary Scott) @ 2013-12-25  3:11 UTC (permalink / raw
  To: ruby-core


Issue #9294 has been updated by zzak (Zachary Scott).

Category set to doc
Status changed from Open to Assigned
Assignee set to zzak (Zachary Scott)

Thanks, I'll take a look when I get a chance.
----------------------------------------
Bug #9294: Documentation for IO#read claims resulting string is always ASCII-8BIT encoding
https://bugs.ruby-lang.org/issues/9294#change-43882

Author: steenslag (siep korteling)
Status: Assigned
Priority: Normal
Assignee: zzak (Zachary Scott)
Category: doc
Target version: 
ruby -v: 2.0.0p247
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN


Documentation for IO#read claims resulting string is always ASCII-8BIT encoding. This is not true (anymore).(http://www.ruby-doc.org/core-2.0.0/IO.html#method-i-read)


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:80211] [Ruby trunk Bug#9294][Closed] Documentation for IO#read claims resulting string is always ASCII-8BIT encoding
  2013-12-24 18:36 [ruby-core:59305] [ruby-trunk - Bug #9294][Open] Documentation for IO#read claims resulting string is always ASCII-8BIT encoding steenslag (siep korteling)
  2013-12-25  3:11 ` [ruby-core:59307] [ruby-trunk - Bug #9294][Assigned] " zzak (Zachary Scott)
@ 2017-03-17 21:04 ` sto.mar
  2017-03-25 18:54 ` [ruby-core:80357] [Ruby trunk Bug#9294] " usa
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: sto.mar @ 2017-03-17 21:04 UTC (permalink / raw
  To: ruby-core

Issue #9294 has been updated by stomar (Marcus Stollsteimer).

Status changed from Assigned to Closed
Backport changed from 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN to 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN

steenslag (siep korteling) wrote:
> Documentation for IO#read claims resulting string is always ASCII-8BIT encoding.

This statement refers only to the case that an integer `length` argument is provided; then binmode is used and the resulting string _is_ always ASCII-8BIT.

I tried to clarify this further in r58008 (_"In the case of an integer `length`, the resulting string is always in ASCII-8BIT encoding."_).

----------------------------------------
Bug #9294: Documentation for IO#read claims resulting string is always ASCII-8BIT encoding
https://bugs.ruby-lang.org/issues/9294#change-63648

* Author: steenslag (siep korteling)
* Status: Closed
* Priority: Normal
* Assignee: zzak (Zachary Scott)
* Target version: 
* ruby -v: 2.0.0p247
* Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN
----------------------------------------
Documentation for IO#read claims resulting string is always ASCII-8BIT encoding. This is not true (anymore).(http://www.ruby-doc.org/core-2.0.0/IO.html#method-i-read)



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:80357] [Ruby trunk Bug#9294] Documentation for IO#read claims resulting string is always ASCII-8BIT encoding
  2013-12-24 18:36 [ruby-core:59305] [ruby-trunk - Bug #9294][Open] Documentation for IO#read claims resulting string is always ASCII-8BIT encoding steenslag (siep korteling)
  2013-12-25  3:11 ` [ruby-core:59307] [ruby-trunk - Bug #9294][Assigned] " zzak (Zachary Scott)
  2017-03-17 21:04 ` [ruby-core:80211] [Ruby trunk Bug#9294][Closed] " sto.mar
@ 2017-03-25 18:54 ` usa
  2017-03-27 16:08 ` [ruby-core:80396] " nagachika00
  2017-05-09 14:51 ` [ruby-core:81066] " nagachika00
  4 siblings, 0 replies; 6+ messages in thread
From: usa @ 2017-03-25 18:54 UTC (permalink / raw
  To: ruby-core

Issue #9294 has been updated by usa (Usaku NAKAMURA).

Backport changed from 2.2: REQUIRED, 2.3: REQUIRED, 2.4: REQUIRED to 2.2: DONE, 2.3: REQUIRED, 2.4: REQUIRED

ruby_2_2 r58127 merged revision(s) 58008.

----------------------------------------
Bug #9294: Documentation for IO#read claims resulting string is always ASCII-8BIT encoding
https://bugs.ruby-lang.org/issues/9294#change-63839

* Author: steenslag (siep korteling)
* Status: Closed
* Priority: Normal
* Assignee: zzak (Zachary Scott)
* Target version: 
* ruby -v: 2.0.0p247
* Backport: 2.2: DONE, 2.3: REQUIRED, 2.4: REQUIRED
----------------------------------------
Documentation for IO#read claims resulting string is always ASCII-8BIT encoding. This is not true (anymore).(http://www.ruby-doc.org/core-2.0.0/IO.html#method-i-read)



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:80396] [Ruby trunk Bug#9294] Documentation for IO#read claims resulting string is always ASCII-8BIT encoding
  2013-12-24 18:36 [ruby-core:59305] [ruby-trunk - Bug #9294][Open] Documentation for IO#read claims resulting string is always ASCII-8BIT encoding steenslag (siep korteling)
                   ` (2 preceding siblings ...)
  2017-03-25 18:54 ` [ruby-core:80357] [Ruby trunk Bug#9294] " usa
@ 2017-03-27 16:08 ` nagachika00
  2017-05-09 14:51 ` [ruby-core:81066] " nagachika00
  4 siblings, 0 replies; 6+ messages in thread
From: nagachika00 @ 2017-03-27 16:08 UTC (permalink / raw
  To: ruby-core

Issue #9294 has been updated by nagachika (Tomoyuki Chikanaga).

Backport changed from 2.2: DONE, 2.3: REQUIRED, 2.4: REQUIRED to 2.2: DONE, 2.3: DONE, 2.4: REQUIRED

ruby_2_3 r58169 merged revision(s) 58008.

----------------------------------------
Bug #9294: Documentation for IO#read claims resulting string is always ASCII-8BIT encoding
https://bugs.ruby-lang.org/issues/9294#change-63885

* Author: steenslag (siep korteling)
* Status: Closed
* Priority: Normal
* Assignee: zzak (Zachary Scott)
* Target version: 
* ruby -v: 2.0.0p247
* Backport: 2.2: DONE, 2.3: DONE, 2.4: REQUIRED
----------------------------------------
Documentation for IO#read claims resulting string is always ASCII-8BIT encoding. This is not true (anymore).(http://www.ruby-doc.org/core-2.0.0/IO.html#method-i-read)



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:81066] [Ruby trunk Bug#9294] Documentation for IO#read claims resulting string is always ASCII-8BIT encoding
  2013-12-24 18:36 [ruby-core:59305] [ruby-trunk - Bug #9294][Open] Documentation for IO#read claims resulting string is always ASCII-8BIT encoding steenslag (siep korteling)
                   ` (3 preceding siblings ...)
  2017-03-27 16:08 ` [ruby-core:80396] " nagachika00
@ 2017-05-09 14:51 ` nagachika00
  4 siblings, 0 replies; 6+ messages in thread
From: nagachika00 @ 2017-05-09 14:51 UTC (permalink / raw
  To: ruby-core

Issue #9294 has been updated by nagachika (Tomoyuki Chikanaga).

Backport changed from 2.2: DONE, 2.3: DONE, 2.4: REQUIRED to 2.2: DONE, 2.3: DONE, 2.4: DONE

ruby_2_4 r58628 merged revision(s) 58008.

----------------------------------------
Bug #9294: Documentation for IO#read claims resulting string is always ASCII-8BIT encoding
https://bugs.ruby-lang.org/issues/9294#change-64716

* Author: steenslag (siep korteling)
* Status: Closed
* Priority: Normal
* Assignee: zzak (Zachary Scott)
* Target version: 
* ruby -v: 2.0.0p247
* Backport: 2.2: DONE, 2.3: DONE, 2.4: DONE
----------------------------------------
Documentation for IO#read claims resulting string is always ASCII-8BIT encoding. This is not true (anymore).(http://www.ruby-doc.org/core-2.0.0/IO.html#method-i-read)



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-05-09 14:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-24 18:36 [ruby-core:59305] [ruby-trunk - Bug #9294][Open] Documentation for IO#read claims resulting string is always ASCII-8BIT encoding steenslag (siep korteling)
2013-12-25  3:11 ` [ruby-core:59307] [ruby-trunk - Bug #9294][Assigned] " zzak (Zachary Scott)
2017-03-17 21:04 ` [ruby-core:80211] [Ruby trunk Bug#9294][Closed] " sto.mar
2017-03-25 18:54 ` [ruby-core:80357] [Ruby trunk Bug#9294] " usa
2017-03-27 16:08 ` [ruby-core:80396] " nagachika00
2017-05-09 14:51 ` [ruby-core:81066] " nagachika00

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).