[Issue 5717] 1.067 regression: appending Unicode char to string broken

2011-03-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5717 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5717] 1.067 regression: appending Unicode char to string broken

2011-03-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5717 --- Comment #8 from Vladimir thecybersha...@gmail.com 2011-03-11 08:35:49 PST --- Thanks - not sure what the second commit has to do with it, though. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[Issue 5717] 1.067 regression: appending Unicode char to string broken

2011-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5717 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 5717] 1.067 regression: appending Unicode char to string broken

2011-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5717 --- Comment #3 from Vladimir thecybersha...@gmail.com 2011-03-10 01:17:37 PST --- It doesn't look like a foreach problem. This fails too: void main() { string s, s2; s = Привет; for (int i=0; is.length; i++) s2 ~= s[i];

[Issue 5717] 1.067 regression: appending Unicode char to string broken

2011-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5717 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch --- Comment #5 from

[Issue 5717] 1.067 regression: appending Unicode char to string broken

2011-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5717 --- Comment #6 from Sohgo Takeuchi so...@sohgo.dyndns.org 2011-03-11 12:27:38 JST --- (In reply to comment #5) I've tried Don's patch, it works good in my environment. That's great. Thank you. -- Configure issuemail:

[Issue 5717] 1.067 regression: appending Unicode char to string broken

2011-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5717 Sohgo Takeuchi so...@sohgo.dyndns.org changed: What|Removed |Added CC|