Skip to content
View RenanKummer's full-sized avatar
💻
💻
  • Beyond Payroll Inc
  • Canoas, RS - Brazil
  • 22:31 (UTC -03:00)

Block or report RenanKummer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Handle Unicode (UTF8, UTF16) strings... Handle Unicode (UTF8, UTF16) strings on Windows console
    1
    #include <iostream>
    2
    #include <windows.h>
    3
    #include <fcntl.h>
    4
    
                  
    5
    #include "headers/Console.hpp"
  2. Count grapheme clusters in UTF8 string Count grapheme clusters in UTF8 string
    1
    #include "headers/StringUtils.hpp"
    2
    
                  
    3
    size_t Platform::String::lengthUtf8(const std::string& text)
    4
    {
    5
        size_t length = 0;