Skip to content
View RenanKummer's full-sized avatar
💻
💻
  • Canoas, RS - Brazil
  • 03:11 (UTC -03:00)
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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;
  3. ufrgs-exatolp-webapi ufrgs-exatolp-webapi Public

    Web APIs for corpus linguistic research in Brazilian Portuguese

    C#