]> Kevux Git Server - fll/commit
Feature: add initial UTF-8 support via f_utf
authorKevin Day <thekevinday@gmail.com>
Wed, 14 Aug 2019 03:46:55 +0000 (22:46 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 14 Aug 2019 03:46:55 +0000 (22:46 -0500)
commit989b47aab5740c5585176926b203cb85570ba8a6
treeefc8c7359ec3b89f31e052c0112735c4ba9af5f3
parent04afb584827556e6414f8f8c0639ee45b10df06e
Feature: add initial UTF-8 support via f_utf

This provides the most basic functionality for processing UTF-8 characters.

Additional modules will be updated to natively process strings as UTF-8.
build/level_0/settings
level_0/f_errors/c/errors.h
level_0/f_utf/c/utf.c [new file with mode: 0644]
level_0/f_utf/c/utf.h [new file with mode: 0644]
level_0/f_utf/data/build/defines [new file with mode: 0644]
level_0/f_utf/data/build/dependencies [new file with mode: 0644]
level_0/f_utf/data/build/settings [new file with mode: 0644]