Subject | Re: [firebird-support] Re: Starting a UTF-16 Project |
---|---|
Author | Milan Babuskov |
Post date | 2010-05-12T09:54:07Z |
inoffensive_2009 wrote:
I'm asking because many toolkits provide a way to translate strings
between UTF8 and UTF16 character sets.
from IBPP into std::string in the charset you specified for connection
(IBPP::Database constructor). You'll want to translate string between
that and character set used by your operating system.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
> Thanks Milan:Using which toolkit? MFC? Qt? WinAPI directly? something else?
>
> I'll be developing with Microsoft's Visual Studio 2008 Pro, and will move to the new VS 2010 at some point.
>
> This will be a GUI desktop application
I'm asking because many toolkits provide a way to translate strings
between UTF8 and UTF16 character sets.
> IBPP is the only Firebird specific library I'm using.Firebird library is really not interesting here. You'll get the data
from IBPP into std::string in the charset you specified for connection
(IBPP::Database constructor). You'll want to translate string between
that and character set used by your operating system.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================