From 1ca6396a3dd284241de11bcaa210ad5836e8e5a8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Dec 2009 16:18:01 +0200 Subject: Multiple object model character encodings support Also add support for ISO-8859-1. --- xsd/cxx/literal-map.hxx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 xsd/cxx/literal-map.hxx (limited to 'xsd/cxx/literal-map.hxx') diff --git a/xsd/cxx/literal-map.hxx b/xsd/cxx/literal-map.hxx new file mode 100644 index 0000000..1120045 --- /dev/null +++ b/xsd/cxx/literal-map.hxx @@ -0,0 +1,23 @@ +// file : xsd/cxx/literal-map.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// license : GNU GPL v2 + exceptions; see accompanying LICENSE file + +#ifndef CXX_LITERAL_MAP_HXX +#define CXX_LITERAL_MAP_HXX + +#include +#include + +namespace CXX +{ + using namespace Cult; + typedef WideString String; + + typedef Cult::Containers::Map StringLiteralMap; + + bool + read_literal_map (NarrowString const& file, StringLiteralMap& map); +} + +#endif // CXX_LITERAL_MAP_HXX -- cgit v1.1