Re: char and string with umlauts

2011-10-22 Thread Jim Danley
My thanks to everyone who responded. I learned something new, which is always a good thing, plus my program now works correctly! Take care, Jim - Original Message - From: "Jonathan M Davis" To: "digitalmars.D.learn" Sent: Thursday, October 20, 2011 8:19 PM S

Re: char and string with umlauts

2011-10-20 Thread GrahamC
On Thu, 20 Oct 2011 19:48:54 +0300, Jim Danley wrote: >> I have been a programmer for many years and started using D about one >> year back.  Suddenly, I find myself in unfamiliar territory.  I need to >> used Finish umlauts in chars and strings, but they are not part of my >> usual American ASCI

Re: char and string with umlauts

2011-10-20 Thread Ali Çehreli
On Thu, 20 Oct 2011 19:48:54 +0300, Jim Danley wrote: > I have been a programmer for many years and started using D about one > year back. Suddenly, I find myself in unfamiliar territory. I need to > used Finish umlauts in chars and strings, but they are not part of my > usual American ASCII cha

Re: char and string with umlauts

2011-10-20 Thread Jonathan M Davis
On Thursday, October 20, 2011 09:48 Jim Danley wrote: > I have been a programmer for many years and started using D about one year > back. Suddenly, I find myself in unfamiliar territory. I need to used > Finish umlauts in chars and strings, but they are not part of my usual > American ASCII charac

Re: char and string with umlauts

2011-10-20 Thread Trass3r
Make sure your source file is saved in UTF-8 format.