💻
Pinned Loading
-
Handle Unicode (UTF8, UTF16) strings...
Handle Unicode (UTF8, UTF16) strings on Windows console 1#include <iostream>
2#include <windows.h>
3#include <fcntl.h>
45#include "headers/Console.hpp"
-
Count grapheme clusters in UTF8 string
Count grapheme clusters in UTF8 string 1#include "headers/StringUtils.hpp"
23size_t Platform::String::lengthUtf8(const std::string& text)
4{
5size_t length = 0;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.