$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost.Locale: normalized concatenation?
From: Narcoleptic Electron (narcoleptic.electron_at_[hidden])
Date: 2012-04-11 14:30:46
On Wed, Apr 11, 2012 at 2:03 PM, Artyom Beilis <artyomtnk_at_[hidden]> wrote:
> No, there is no such API exists in Boost.Locale
I would be happy to implement and submit this if you think it fits.
My first swing at a design would be to add an "append" function to the
converter<> class that acts like convert but takes two strings instead
of one and converts (normalize, case, etc.) at the boundary only.
Thoughts?