From 7a9ad23a9ec80a37308ab75c23c67da57287dd80 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 11 Sep 2023 15:40:02 +0300 Subject: Release version 3.2.4+1 Add support for config.libxerces_c.transcoder_icu variable Update .gitignore file --- README-DEV | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'README-DEV') diff --git a/README-DEV b/README-DEV index efb7421..c7933ce 100644 --- a/README-DEV +++ b/README-DEV @@ -92,6 +92,13 @@ We, however, disable the network support by default, replacing the be able to enable network by setting the config.libxerces_c.network project configuration variable to true. +Also we use a native transcoder on Mac OS and Windows by default, replacing +the --enable-transcoder-icu option with +--enable-transcoder-macosunicodeconverter and --enable-transcoder-windows, +respectively. The user, will still be able to enable the ICU transcoder by +setting the config.libxerces_c.transcoder_icu project configuration variable +to true. + Normally, when packaging a project, we need to replace some auto-generated headers with our own implementations, deduce the compilation/linking options and the source files to compile. For Xerces-C++ we can rely on the @@ -114,8 +121,8 @@ $ ../configure --enable-netaccessor-curl --enable-transcoder-icu \ $ make V=1 >>build.log 2>&1 Note that on Windows, to reduce complexity, we may build the upstream package -with the native network accessor and transcoder (rather than with the cURL- -based network accessor and ICU-based transcoder). +with the native network accessor (rather than with the cURL-based network +accessor). For MSVC: -- cgit v1.1