From 1fca0d5ddda6ad52618012f80b0aa0bd39763111 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 23 Dec 2008 15:13:18 +0000 Subject: * string.c (rb_external_str_new_with_enc): set ASCII-8BIT if encoding is US-ASCII and string contains 8bit characters. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 715bb07e4..c32f12d5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -167,6 +167,11 @@ Mon Dec 22 18:00:36 2008 Hidetoshi NAGAI * ext/tk/tcltklib.c: fix wrong flag value. +Mon Dec 22 14:35:59 2008 Yukihiro Matsumoto + + * string.c (rb_external_str_new_with_enc): set ASCII-8BIT if + encoding is US-ASCII and string contains 8bit characters. + Mon Dec 22 12:26:18 2008 Nobuyoshi Nakada * cygwin/GNUmakefile.in (rubydll.def), win32/mkexports.rb -- cgit