$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Q] UTF-8 support help
From: Sohail Somani (sohail_at_[hidden])
Date: 2009-03-17 20:21:31
V S P wrote:
> Hello,
> I am reading data from postgresql via ODBC encoded in UTF-8.
>
> I am trying to verify that I am indeed reading the right data (I do not
> need to manipulate).
You can also try http://utfcpp.sourceforge.net/ which assumes that a
std::string can hold UTF-8 data.