Re: [CentOS] Unicode in C++

2011-02-23 Thread Michael D. Berger
On Wed, 23 Feb 2011 17:01:37 +0100, Mihai T. Lazarescu wrote: [...] Thanks, I did a slightly different search and I didn't get such good results. Mike. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Unicode in C++

2011-02-23 Thread Nico Kadel-Garcia
On Wed, Feb 23, 2011 at 9:44 AM, Michael D. Berger wrote: > On Tue, 22 Feb 2011 19:51:38 -0500, Nico Kadel-Garcia wrote: > >> On Tue, Feb 22, 2011 at 5:37 PM, Michael D. Berger >> wrote: >>> On my CentOS box, in C++ programs, is there a way to print Unicode >>> characters? >>> >>> Thanks, >>> Mik

Re: [CentOS] Unicode in C++

2011-02-23 Thread Cameron Kerr
The same as on any other Linux box. Some important tips for beginners: * Don't forget to set your locale appropriately at the beginning of your program. * Use ONE encoding CONSISTENTLY (utf-8 or utf-16) inside your program, and trans-code appropriately to/from outer encodings

Re: [CentOS] Unicode in C++

2011-02-23 Thread Mihai T. Lazarescu
On Wed, Feb 23, 2011 at 02:46:24PM +, Michael D. Berger wrote: > On Tue, 22 Feb 2011 23:53:20 +0100, Nicolas Thierry-Mieg wrote: > > > Michael D. Berger wrote: > >> On my CentOS box, in C++ programs, is there a way to print Unicode > >> characters? > > > > google knows... > > I haven't foun

Re: [CentOS] Unicode in C++

2011-02-23 Thread Scott Robbins
On Wed, Feb 23, 2011 at 02:44:11PM +, Michael D. Berger wrote: > On Tue, 22 Feb 2011 19:51:38 -0500, Nico Kadel-Garcia wrote: > > > On Tue, Feb 22, 2011 at 5:37 PM, Michael D. Berger > > wrote: > >> On my CentOS box, in C++ programs, is there a way to print Unicode > >> characters? > >> > > A

Re: [CentOS] Unicode in C++

2011-02-23 Thread Michael D. Berger
On Tue, 22 Feb 2011 23:53:20 +0100, Nicolas Thierry-Mieg wrote: > Michael D. Berger wrote: >> On my CentOS box, in C++ programs, is there a way to print Unicode >> characters? > > google knows... I haven't found it. Please see the other response I just sent for clarification of what I need. Th

Re: [CentOS] Unicode in C++

2011-02-23 Thread Michael D. Berger
On Tue, 22 Feb 2011 19:51:38 -0500, Nico Kadel-Garcia wrote: > On Tue, Feb 22, 2011 at 5:37 PM, Michael D. Berger > wrote: >> On my CentOS box, in C++ programs, is there a way to print Unicode >> characters? >> >> Thanks, >> Mike. > > Why do you want to? Off topic. > And what sort of monitor o

Re: [CentOS] Unicode in C++

2011-02-22 Thread Nico Kadel-Garcia
On Tue, Feb 22, 2011 at 5:37 PM, Michael D. Berger wrote: > On my CentOS box, in C++ programs, is there a way to print > Unicode characters? > > Thanks, > Mike. Why do you want to? And what sort of monitor or client are you using? Xterm, Putty, NX, SSH, And what do you mean by "print"? Do you me

Re: [CentOS] Unicode in C++

2011-02-22 Thread John R Pierce
On 02/22/11 2:37 PM, Michael D. Berger wrote: > On my CentOS box, in C++ programs, is there a way to print > Unicode characters? if you're running in an xterm that's configured for UTF8, or a ssh session to console that's configured for UTF8, then yes. if you're running on a textmode console i

Re: [CentOS] Unicode in C++

2011-02-22 Thread Nicolas Thierry-Mieg
Michael D. Berger wrote: > On my CentOS box, in C++ programs, is there a way to print > Unicode characters? google knows... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos