]> Kevux Git Server - fll/commit
Bugfix: conversion of char to utf character is not working
authorKevin Day <thekevinday@gmail.com>
Sat, 25 Apr 2020 04:12:27 +0000 (23:12 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 25 Apr 2020 04:12:27 +0000 (23:12 -0500)
commit6d0bf775ad858a8523dcbf1a0b9afbdd13608164
tree11c489fbe03f598d5b4ee376806c4bba2052081c
parent60a53adb796c276f69bacfd2b057e5edd88149bf
Bugfix: conversion of char to utf character is not working

This is the result of a simple typo, the 'to' should be a 'from' in the f_macro_utf_character_*_char_* calls.

Add additional safety masks to the f_macro_utf_character_*_char_* macros.
level_0/f_utf/c/utf.c
level_0/f_utf/c/utf.h