Unicode strings
From: Spacen Jasset (spacenjasset_at_yahoo.co.uk)
Date: 02/25/05
- Next message: Bart van Ingen Schenau: "Re: [C] Open file and truncate it"
- Previous message: Alf P. Steinbach: "Re: Req for newbie reactions: attempted Correct C++ Tutorial"
- Next in thread: Dietmar Kuhl: "Re: Unicode strings"
- Reply: Dietmar Kuhl: "Re: Unicode strings"
- Reply: Gianni Mariani: "Re: Unicode strings"
- Reply: Ulrich Eckhardt: "Re: Unicode strings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 25 Feb 2005 14:10:44 +0000
I have a need for Unicode representation in an application,
specifically, UTF16 encoding.
Should I use the stl::wstring classes or perhaps instanciate my own from
basic_string with my own type (tUTF16 say).
I note that wchar_t doesn't actualy have to be able to support any given
encoding and it's implmentation defined. There is no notion of
converting to utf8, or any other format for that matter either.
Is it therefore sensible to write one's own string class?
- Next message: Bart van Ingen Schenau: "Re: [C] Open file and truncate it"
- Previous message: Alf P. Steinbach: "Re: Req for newbie reactions: attempted Correct C++ Tutorial"
- Next in thread: Dietmar Kuhl: "Re: Unicode strings"
- Reply: Dietmar Kuhl: "Re: Unicode strings"
- Reply: Gianni Mariani: "Re: Unicode strings"
- Reply: Ulrich Eckhardt: "Re: Unicode strings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]