File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3232 so you need to either use GNU iconv or link with the ICU library.
3333- If the iconv library is not found on Darwin/Mac OS X builds make sure there
3434 are not multiple iconv installations and provide the -sICONV_PATH build option
35- to point to the correct location of the iconv library.
35+ to point to the correct location of the iconv library.
36+ Using the HomeBrew installed GNU IConv is highly recommended!
3637
3738\subsection bb_building_proc Building Process
3839
Original file line number Diff line number Diff line change @@ -54,6 +54,13 @@ It is based on the operating system native API or on the standard
5454C++ library support. Sacrificing some less important features,
5555Boost.Locale becomes less powerful but lighter and easier to deploy.
5656
57+ Charset conversion is also provided through the lightweight IConv library.
58+ When that is not available ICU or operating system native APIs are used.
59+
60+ \warning The system IConv library on Apple macOS may not be GNU conformant
61+ and can lead to unexpected results during encoding conversions.
62+ Using the GNU IConv provided by HomeBrew is highly recommended.
63+
5764
5865\section main_tutorial Tutorials
5966
You can’t perform that action at this time.
0 commit comments