|
Dev Essential
|
#include <string>Go to the source code of this file.
Namespaces | |
| namespace | a_util |
| Serves as the root component, with common functionality documented in core functionality. | |
| namespace | a_util::strings |
| Serves as component for string handling and conversion functionality. | |
| namespace | a_util::strings::unicode |
| Serves as component for unicode (UTF-8, UTF-16) string handling. | |
Functions | |
| std::wstring | a_util::strings::unicode::utf8ToUtf16 (const std::string &utf8_str) |
| std::string | a_util::strings::unicode::utf16ToUtf8 (const std::wstring &utf16_str) |
Public API for unicode conversion functions
Copyright 2025 Digitalwerk GmbH. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.