Add SGML↔Unicode conversion

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2023-03-09 13:57:16 +01:00
parent 9ce8e6bff9
commit b43b853235
10 changed files with 3716 additions and 0 deletions

25
UnitTests/pch.h Normal file
View File

@@ -0,0 +1,25 @@
/*
SPDX-License-Identifier: MIT
Copyright © 2023 Amebis
*/
#pragma once
#define SECURITY_WIN32
#define _WINSOCKAPI_ // Prevent inclusion of winsock.h in windows.h
#include <stdex/base64.h>
#include <stdex/errno.h>
#include <stdex/exception.h>
#include <stdex/hex.h>
#include <stdex/idrec.h>
#include <stdex/interval.h>
#include <stdex/mapping.h>
//#include <stdex/parser.h>
#include <stdex/progress.h>
#include <stdex/sal.h>
#include <stdex/sgml.h>
#include <stdex/string.h>
#include <stdex/vector_queue.h>
#include <CppUnitTest.h>