Numworks Epsilon  1.4.1
Graphing Calculator Operating System
unicode.h File Reference
#include "py/mpconfig.h"
#include "py/misc.h"

Go to the source code of this file.

Functions

mp_uint_t utf8_ptr_to_index (const byte *s, const byte *ptr)
 
bool utf8_check (const byte *p, size_t len)
 

Function Documentation

◆ utf8_check()

bool utf8_check ( const byte p,
size_t  len 
)

Definition at line 186 of file unicode.c.

◆ utf8_ptr_to_index()

mp_uint_t utf8_ptr_to_index ( const byte s,
const byte ptr 
)

Definition at line 101 of file unicode.c.