master
- Updates with current Boost.Locale trunk - Changes in translate API - Changes in boundary API
Moved boost.locale to booster.locale
Line up with Boost.Trunk :-) (no more cppcms.boost_locale)
Issue: #108 failure of test_locale_boundary
Fixed missing wchar.h header
Fixed testing on unsupported platforms
Switch from booster::shared_ptr/weak_ptr to std::ones Switch from auto_ptr to unique_ptr
Added test workaround for 932 codepage issue under MS Windows MSVC
Fixed Locale test for icu >= 60.1
Lineup with boost git
STLPort support related fixes
Fix for Solaris build missing header
Support of POSIX locale on BSD, some test fixes
Remove of unused local typedef
Merge of FreeBSD fixes from Boost.Locale
Workaround of libc++/posix locale issues on Mac OS X / FreeBSD