diff -Nru libutf8-1.0.12.1~jammy/cmake/CMakeLists.txt libutf8-1.0.13.0~jammy/cmake/CMakeLists.txt --- libutf8-1.0.12.1~jammy/cmake/CMakeLists.txt 2021-08-24 16:40:56.000000000 +0000 +++ libutf8-1.0.13.0~jammy/cmake/CMakeLists.txt 2022-06-05 23:08:33.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2021 Made to Order Software Corp. All Rights Reserved +# Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved # # https://snapwebsites.org/project/libutf8 # contact@m2osw.com diff -Nru libutf8-1.0.12.1~jammy/CMakeLists.txt libutf8-1.0.13.0~jammy/CMakeLists.txt --- libutf8-1.0.12.1~jammy/CMakeLists.txt 2021-11-13 02:09:05.000000000 +0000 +++ libutf8-1.0.13.0~jammy/CMakeLists.txt 2022-06-05 23:08:33.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2021 Made to Order Software Corp. All Rights Reserved +# Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved # # https://snapwebsites.org/project/libutf8 # contact@m2osw.com diff -Nru libutf8-1.0.12.1~jammy/conf/CMakeLists.txt libutf8-1.0.13.0~jammy/conf/CMakeLists.txt --- libutf8-1.0.12.1~jammy/conf/CMakeLists.txt 2021-08-24 16:40:47.000000000 +0000 +++ libutf8-1.0.13.0~jammy/conf/CMakeLists.txt 2022-06-05 23:08:33.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2021 Made to Order Software Corp. All Rights Reserved +# Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved # # https://snapwebsites.org/project/libutf8 # contact@m2osw.com diff -Nru libutf8-1.0.12.1~jammy/conf/unicode/CMakeLists.txt libutf8-1.0.13.0~jammy/conf/unicode/CMakeLists.txt --- libutf8-1.0.12.1~jammy/conf/unicode/CMakeLists.txt 2021-08-24 16:41:18.000000000 +0000 +++ libutf8-1.0.13.0~jammy/conf/unicode/CMakeLists.txt 2022-06-05 23:08:33.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyright (c) 2012-2021 Made to Order Software Corp. All Rights Reserved +# Copyright (c) 2012-2022 Made to Order Software Corp. All Rights Reserved # # https://snapwebsites.org/project/libutf8 # contact@m2osw.com diff -Nru libutf8-1.0.12.1~jammy/debian/changelog libutf8-1.0.13.0~jammy/debian/changelog --- libutf8-1.0.12.1~jammy/debian/changelog 2022-05-20 03:28:28.000000000 +0000 +++ libutf8-1.0.13.0~jammy/debian/changelog 2022-07-11 14:42:16.000000000 +0000 @@ -1,4 +1,10 @@ -libutf8 (1.0.12.1~jammy) jammy; urgency=high +libutf8 (1.0.13.0~jammy) jammy; urgency=high + + * Added a verify_file_inheritance() in tools. + + -- Alexis Wilke Mon, 11 Jul 2022 07:42:16 -0700 + +libutf8 (1.0.12.1~bionic) bionic; urgency=high * Updated the compat to v10. diff -Nru libutf8-1.0.12.1~jammy/doc/CMakeLists.txt libutf8-1.0.13.0~jammy/doc/CMakeLists.txt --- libutf8-1.0.12.1~jammy/doc/CMakeLists.txt 2021-08-24 16:39:29.000000000 +0000 +++ libutf8-1.0.13.0~jammy/doc/CMakeLists.txt 2022-06-05 23:08:33.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyright (c) 2006-2021 Made to Order Software Corp. All Rights Reserved +# Copyright (c) 2006-2022 Made to Order Software Corp. All Rights Reserved # # https://snapwebsites.org/project/libutf8 # contact@m2osw.com diff -Nru libutf8-1.0.12.1~jammy/libutf8/base.cpp libutf8-1.0.13.0~jammy/libutf8/base.cpp --- libutf8-1.0.12.1~jammy/libutf8/base.cpp 2021-09-28 15:44:03.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/base.cpp 2022-06-09 01:21:44.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2000-2021 Made to Order Software Corp. All Rights Reserved +// Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -40,13 +40,10 @@ // #include "libutf8/base.h" - -// libutf8 lib -// #include "libutf8/exception.h" -// C++ lib +// C++ // #include #include diff -Nru libutf8-1.0.12.1~jammy/libutf8/base.h libutf8-1.0.13.0~jammy/libutf8/base.h --- libutf8-1.0.12.1~jammy/libutf8/base.h 2021-08-24 16:42:27.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/base.h 2022-06-09 01:21:57.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2000-2021 Made to Order Software Corp. All Rights Reserved +// Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -29,9 +29,9 @@ * much safer and what is expected of you. */ -// C++ lib +// C++ // -#include +#include namespace libutf8 diff -Nru libutf8-1.0.12.1~jammy/libutf8/caseinsensitivestring.h libutf8-1.0.13.0~jammy/libutf8/caseinsensitivestring.h --- libutf8-1.0.12.1~jammy/libutf8/caseinsensitivestring.h 2021-08-24 16:42:38.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/caseinsensitivestring.h 2022-06-05 23:08:33.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2021 Made to Order Software Corp. All Rights Reserved +// Copyright (c) 2013-2022 Made to Order Software Corp. All Rights Reserved // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com diff -Nru libutf8-1.0.12.1~jammy/libutf8/CMakeLists.txt libutf8-1.0.13.0~jammy/libutf8/CMakeLists.txt --- libutf8-1.0.12.1~jammy/libutf8/CMakeLists.txt 2021-09-30 05:13:41.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/CMakeLists.txt 2022-06-05 23:08:33.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyright (c) 2000-2021 Made to Order Software Corp. All Rights Reserved +# Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved # # https://snapwebsites.org/project/libutf8 # contact@m2osw.com diff -Nru libutf8-1.0.12.1~jammy/libutf8/exception.h libutf8-1.0.13.0~jammy/libutf8/exception.h --- libutf8-1.0.12.1~jammy/libutf8/exception.h 2021-09-28 15:58:18.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/exception.h 2022-06-09 01:22:30.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2000-2021 Made to Order Software Corp. All Rights Reserved +// Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -25,7 +25,7 @@ * functions used to convert a string from one format to another. */ -// libexcept lib +// libexcept // #include diff -Nru libutf8-1.0.12.1~jammy/libutf8/iterator.cpp libutf8-1.0.13.0~jammy/libutf8/iterator.cpp --- libutf8-1.0.12.1~jammy/libutf8/iterator.cpp 2021-11-07 01:22:48.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/iterator.cpp 2022-06-09 01:22:41.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2000-2021 Made to Order Software Corp. All Rights Reserved +// Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -43,7 +43,7 @@ #include "libutf8/base.h" -// C++ lib +// C++ // #include diff -Nru libutf8-1.0.12.1~jammy/libutf8/iterator.h libutf8-1.0.13.0~jammy/libutf8/iterator.h --- libutf8-1.0.12.1~jammy/libutf8/iterator.h 2021-11-07 05:34:49.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/iterator.h 2022-06-09 01:22:46.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2000-2021 Made to Order Software Corp. All Rights Reserved +// Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -25,7 +25,7 @@ * functions used to convert a string from one format to another. */ -// C++ lib +// C++ // #include diff -Nru libutf8-1.0.12.1~jammy/libutf8/json_tokens.cpp libutf8-1.0.13.0~jammy/libutf8/json_tokens.cpp --- libutf8-1.0.12.1~jammy/libutf8/json_tokens.cpp 2021-09-29 06:29:49.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/json_tokens.cpp 2022-06-09 01:23:01.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2000-2021 Made to Order Software Corp. All Rights Reserved +// Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -37,7 +37,7 @@ #include "libutf8/libutf8.h" -// C++ lib +// C++ // #include #include diff -Nru libutf8-1.0.12.1~jammy/libutf8/json_tokens.h libutf8-1.0.13.0~jammy/libutf8/json_tokens.h --- libutf8-1.0.12.1~jammy/libutf8/json_tokens.h 2021-09-28 21:48:27.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/json_tokens.h 2022-06-09 01:23:13.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2000-2021 Made to Order Software Corp. All Rights Reserved +// Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -34,7 +34,7 @@ #include -// C++ lib +// C++ // #include #include diff -Nru libutf8-1.0.12.1~jammy/libutf8/libutf8.cpp libutf8-1.0.13.0~jammy/libutf8/libutf8.cpp --- libutf8-1.0.12.1~jammy/libutf8/libutf8.cpp 2021-11-07 20:18:36.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/libutf8.cpp 2022-06-09 01:23:21.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2000-2021 Made to Order Software Corp. All Rights Reserved +// Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -44,7 +44,7 @@ #include "libutf8/exception.h" -// C++ lib +// C++ // #include diff -Nru libutf8-1.0.12.1~jammy/libutf8/libutf8.h libutf8-1.0.13.0~jammy/libutf8/libutf8.h --- libutf8-1.0.12.1~jammy/libutf8/libutf8.h 2022-01-22 22:22:39.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/libutf8.h 2022-06-09 01:23:25.000000000 +0000 @@ -25,7 +25,7 @@ * functions used to convert a string from one format to another. */ -// C++ lib +// C++ // #include diff -Nru libutf8-1.0.12.1~jammy/libutf8/unicode_data.cpp libutf8-1.0.13.0~jammy/libutf8/unicode_data.cpp --- libutf8-1.0.12.1~jammy/libutf8/unicode_data.cpp 2021-09-28 15:43:46.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/unicode_data.cpp 2022-06-09 01:23:35.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2000-2021 Made to Order Software Corp. All Rights Reserved +// Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -44,7 +44,7 @@ #include "libutf8/exception.h" -// C++ lib +// C++ // #include #include diff -Nru libutf8-1.0.12.1~jammy/libutf8/unicode_data_file.cpp libutf8-1.0.13.0~jammy/libutf8/unicode_data_file.cpp --- libutf8-1.0.12.1~jammy/libutf8/unicode_data_file.cpp 2022-01-30 02:29:40.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/unicode_data_file.cpp 2022-06-09 01:24:26.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2000-2021 Made to Order Software Corp. All Rights Reserved +// Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -305,19 +305,19 @@ */ -// self lib +// self // -#include +#include "libutf8/unicode_data_file.h" -#include +#include "libutf8/exception.h" -// snapdev lib +// snapdev // #include -// C++ lib +// C++ // #include #include @@ -327,7 +327,7 @@ #include -// C lib +// C // #include #include diff -Nru libutf8-1.0.12.1~jammy/libutf8/unicode_data_file.h libutf8-1.0.13.0~jammy/libutf8/unicode_data_file.h --- libutf8-1.0.12.1~jammy/libutf8/unicode_data_file.h 2021-08-24 16:45:00.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/unicode_data_file.h 2022-06-09 01:24:46.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Made to Order Software Corp. All Rights Reserved +// Copyright (c) 2021-2022 Made to Order Software Corp. All Rights Reserved // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -30,12 +30,12 @@ * considered private. */ -// self lib +// self // #include -// C++ lib +// C++ // #include diff -Nru libutf8-1.0.12.1~jammy/libutf8/unicode_data.h libutf8-1.0.13.0~jammy/libutf8/unicode_data.h --- libutf8-1.0.12.1~jammy/libutf8/unicode_data.h 2021-08-24 16:44:52.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/unicode_data.h 2022-06-09 01:24:38.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Made to Order Software Corp. All Rights Reserved +// Copyright (c) 2021-2022 Made to Order Software Corp. All Rights Reserved // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -30,7 +30,7 @@ #include -// C++ lib +// C++ // #include diff -Nru libutf8-1.0.12.1~jammy/libutf8/version.cpp libutf8-1.0.13.0~jammy/libutf8/version.cpp --- libutf8-1.0.12.1~jammy/libutf8/version.cpp 2021-08-24 16:43:45.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/version.cpp 2022-06-05 23:08:33.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2000-2021 Made to Order Software Corp. All Rights Reserved +// Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved // // https://snapwebsites.org/ // contact@m2osw.com diff -Nru libutf8-1.0.12.1~jammy/libutf8/version.h.in libutf8-1.0.13.0~jammy/libutf8/version.h.in --- libutf8-1.0.12.1~jammy/libutf8/version.h.in 2021-08-24 16:43:53.000000000 +0000 +++ libutf8-1.0.13.0~jammy/libutf8/version.h.in 2022-06-05 23:08:33.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2000-2021 Made to Order Software Corp. All Rights Reserved +// Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved // // https://snapwebsites.org/ // contact@m2osw.com diff -Nru libutf8-1.0.12.1~jammy/LICENSE.txt libutf8-1.0.13.0~jammy/LICENSE.txt --- libutf8-1.0.12.1~jammy/LICENSE.txt 2019-09-26 05:41:33.000000000 +0000 +++ libutf8-1.0.13.0~jammy/LICENSE.txt 2022-06-05 23:08:33.000000000 +0000 @@ -1,4 +1,4 @@ -Copyright (c) 2006-2019 Made to Order Software Corp. All Rights Reserved +Copyright (c) 2006-2022 Made to Order Software Corp. All Rights Reserved https://snapwebsites.org/ contact@m2osw.com diff -Nru libutf8-1.0.12.1~jammy/tests/catch_bom.cpp libutf8-1.0.13.0~jammy/tests/catch_bom.cpp --- libutf8-1.0.12.1~jammy/tests/catch_bom.cpp 2022-01-22 22:10:01.000000000 +0000 +++ libutf8-1.0.13.0~jammy/tests/catch_bom.cpp 2022-06-02 21:11:34.000000000 +0000 @@ -17,15 +17,16 @@ // with this program; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -// unit test -// -#include "catch_main.h" - // libutf8 lib // #include +// unit test +// +#include "catch_main.h" + + // C++ lib // #include diff -Nru libutf8-1.0.12.1~jammy/tests/catch_caseinsensitive.cpp libutf8-1.0.13.0~jammy/tests/catch_caseinsensitive.cpp --- libutf8-1.0.12.1~jammy/tests/catch_caseinsensitive.cpp 2021-09-28 17:59:14.000000000 +0000 +++ libutf8-1.0.13.0~jammy/tests/catch_caseinsensitive.cpp 2022-06-02 21:15:40.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Made to Order Software Corporation +// Copyright (c) 2021-2022 Made to Order Software Corporation // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -17,14 +17,14 @@ // with this program; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -// unit test +// libutf8 lib // -#include "catch_main.h" +#include -// libutf8 lib +// unit test // -#include +#include "catch_main.h" // C++ lib diff -Nru libutf8-1.0.12.1~jammy/tests/catch_character.cpp libutf8-1.0.13.0~jammy/tests/catch_character.cpp --- libutf8-1.0.12.1~jammy/tests/catch_character.cpp 2021-09-28 19:01:20.000000000 +0000 +++ libutf8-1.0.13.0~jammy/tests/catch_character.cpp 2022-06-02 21:15:49.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Made to Order Software Corporation +// Copyright (c) 2021-2022 Made to Order Software Corporation // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -17,15 +17,15 @@ // with this program; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -// unit test +// libutf8 lib // -#include "catch_main.h" +#include +#include -// libutf8 lib +// unit test // -#include "libutf8/base.h" -#include "libutf8/exception.h" +#include "catch_main.h" // C++ lib diff -Nru libutf8-1.0.12.1~jammy/tests/catch_iterator.cpp libutf8-1.0.13.0~jammy/tests/catch_iterator.cpp --- libutf8-1.0.12.1~jammy/tests/catch_iterator.cpp 2021-11-07 00:54:48.000000000 +0000 +++ libutf8-1.0.13.0~jammy/tests/catch_iterator.cpp 2022-06-02 21:17:48.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2021 Made to Order Software Corporation +// Copyright (c) 2013-2022 Made to Order Software Corporation // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -17,16 +17,17 @@ // with this program; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -// unit test +// libutf8 lib // -#include "catch_main.h" +#include +#include +#include -// libutf8 lib + +// unit test // -#include "libutf8/base.h" -#include "libutf8/iterator.h" -#include "libutf8/libutf8.h" +#include "catch_main.h" // C++ lib diff -Nru libutf8-1.0.12.1~jammy/tests/catch_json_tokens.cpp libutf8-1.0.13.0~jammy/tests/catch_json_tokens.cpp --- libutf8-1.0.12.1~jammy/tests/catch_json_tokens.cpp 2022-01-22 22:33:06.000000000 +0000 +++ libutf8-1.0.13.0~jammy/tests/catch_json_tokens.cpp 2022-06-02 21:12:51.000000000 +0000 @@ -17,15 +17,16 @@ // with this program; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -// unit test +// libutf8 lib // -#include "catch_main.h" +#include +#include -// libutf8 lib + +// unit test // -#include "libutf8/json_tokens.h" -#include "libutf8/libutf8.h" +#include "catch_main.h" // last include diff -Nru libutf8-1.0.12.1~jammy/tests/catch_main.cpp libutf8-1.0.13.0~jammy/tests/catch_main.cpp --- libutf8-1.0.12.1~jammy/tests/catch_main.cpp 2021-09-28 19:03:08.000000000 +0000 +++ libutf8-1.0.13.0~jammy/tests/catch_main.cpp 2022-06-02 21:17:25.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Made to Order Software Corporation +// Copyright (c) 2021-2022 Made to Order Software Corporation // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -25,20 +25,20 @@ #include "catch_main.h" -// libutf8 lib +// libutf8 // -#include "libutf8/libutf8.h" -#include "libutf8/version.h" +#include +#include -// libexcept lib +// libexcept // -#include "libexcept/exception.h" +#include -// C++ lib +// C++ // -#include +#include // last include diff -Nru libutf8-1.0.12.1~jammy/tests/catch_main.h libutf8-1.0.13.0~jammy/tests/catch_main.h --- libutf8-1.0.12.1~jammy/tests/catch_main.h 2022-01-22 22:25:28.000000000 +0000 +++ libutf8-1.0.13.0~jammy/tests/catch_main.h 2022-06-02 21:08:06.000000000 +0000 @@ -18,17 +18,17 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. #pragma once -// libutf8 lib +// libutf8 // #include // for the ostream -// catch2 lib +// catch2 // #include -// C++ lib +// C++ // #include #include diff -Nru libutf8-1.0.12.1~jammy/tests/catch_string.cpp libutf8-1.0.13.0~jammy/tests/catch_string.cpp --- libutf8-1.0.12.1~jammy/tests/catch_string.cpp 2021-09-28 19:02:05.000000000 +0000 +++ libutf8-1.0.13.0~jammy/tests/catch_string.cpp 2022-06-02 21:15:08.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2021 Made to Order Software Corporation +// Copyright (c) 2013-2022 Made to Order Software Corporation // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -17,15 +17,15 @@ // with this program; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -// unit test +// libutf8 // -#include "catch_main.h" +#include +#include -// libutf8 lib +// unit test // -#include -#include +#include "catch_main.h" // C++ lib diff -Nru libutf8-1.0.12.1~jammy/tests/catch_version.cpp libutf8-1.0.13.0~jammy/tests/catch_version.cpp --- libutf8-1.0.12.1~jammy/tests/catch_version.cpp 2021-09-28 19:04:14.000000000 +0000 +++ libutf8-1.0.13.0~jammy/tests/catch_version.cpp 2022-06-02 21:15:26.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Made to Order Software Corporation +// Copyright (c) 2021-2022 Made to Order Software Corporation // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -17,14 +17,14 @@ // with this program; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -// self +// libutf8 lib // -#include "catch_main.h" +#include -// libutf8 lib +// self // -#include +#include "catch_main.h" // last include diff -Nru libutf8-1.0.12.1~jammy/tools/CMakeLists.txt libutf8-1.0.13.0~jammy/tools/CMakeLists.txt --- libutf8-1.0.12.1~jammy/tools/CMakeLists.txt 2021-08-24 16:41:01.000000000 +0000 +++ libutf8-1.0.13.0~jammy/tools/CMakeLists.txt 2022-06-09 01:19:50.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyright (c) 2012-2021 Made to Order Software Corp. All Rights Reserved +# Copyright (c) 2012-2022 Made to Order Software Corp. All Rights Reserved # # https://snapwebsites.org/project/libutf8 # contact@m2osw.com @@ -29,10 +29,12 @@ target_include_directories(${PROJECT_NAME} PUBLIC ${ADVGETOPT_INCLUDE_DIRS} + ${LIBEXCEPT_INCLUDE_DIRS} ) target_link_libraries(${PROJECT_NAME} utf8 + ${LIBEXCEPT_LIBRARIES} ) install( diff -Nru libutf8-1.0.12.1~jammy/tools/unicode_data_parser.cpp libutf8-1.0.13.0~jammy/tools/unicode_data_parser.cpp --- libutf8-1.0.12.1~jammy/tools/unicode_data_parser.cpp 2021-08-24 16:44:10.000000000 +0000 +++ libutf8-1.0.13.0~jammy/tools/unicode_data_parser.cpp 2022-06-09 00:04:04.000000000 +0000 @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2021 Made to Order Software Corp. All Rights Reserved +// Copyright (c) 2000-2022 Made to Order Software Corp. All Rights Reserved // // https://snapwebsites.org/project/libutf8 // contact@m2osw.com @@ -29,24 +29,24 @@ */ -// libutf8 lib +// libutf8 // #include -// snapdev lib +// libexcept // -//#include +#include -// C++ lib +// C++ // #include #include #include -// C lib +// C // #include #include @@ -81,6 +81,8 @@ int main(int argc, char * argv[]) { + libexcept::verify_inherited_files(); + std::string input_dir; std::string output_filename;