https://github.com/kmx-systems/conversion-to-utf8
Converter from UTF-16 and UTF-32 to UTF-8 (header only)
https://github.com/kmx-systems/conversion-to-utf8
conversion cpp cpp17 cpp17-library library utf utf-16 utf-32 utf-8
Last synced: 10 months ago
JSON representation
Converter from UTF-16 and UTF-32 to UTF-8 (header only)
- Host: GitHub
- URL: https://github.com/kmx-systems/conversion-to-utf8
- Owner: KMX-Systems
- License: other
- Created: 2023-10-04T05:21:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T05:42:32.000Z (over 2 years ago)
- Last Synced: 2025-04-12T15:18:20.792Z (10 months ago)
- Topics: conversion, cpp, cpp17, cpp17-library, library, utf, utf-16, utf-32, utf-8
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# to_uft8
C++ conversion from UTF-16 and UTF-32 to UTF-8 (header only)
Dependency:
* catch2 - must be installed on system