Re: char and string with umlauts

2011-10-22 Thread Jim Danley
, October 20, 2011 8:19 PM Subject: Re: char and string with umlauts 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

char and string with umlauts

2011-10-20 Thread Jim Danley
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 character set. Can anyone point me in the right direction?

Re: char and string with umlauts

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

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 character

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

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 ASCII