tupper fails

2010-08-22 Thread Erin Sheldon
Hi All - I'm just getting started with D, and I'm liking it so far, thanks to everyone for all the hard work. I was doing some string work and found that toupper() is failing on my char[] array, although tolower() does work. E.g. these two examples: char[] s; s ~= Hello; auto

Re: tupper fails

2010-08-22 Thread Erin Sheldon
Excerpts from Yao G.'s message of Sun Aug 22 20:30:08 -0400 2010: Hi. This newsgroup is used only for messages from D's Bugzilla. Maybe you could repost this message on the digitalmars.D.learn NG? My mistake. I'll do that. Erin