Skip to content

Functions for working with UTF-8 encoded strings on the Pebble smartwatch.

License

Notifications You must be signed in to change notification settings

jrmobley/pebble-utf8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pebble-utf8

Functions for working with UTF-8 strings.

uint16_t utf8_decode_byte(uint8_t byte, uint16_t* state, uint16_t* cp);
void utf8_str_to_upper(char* s);
void utf8_str_to_lower(char* s);

Please see the header file for details.

About

Functions for working with UTF-8 encoded strings on the Pebble smartwatch.

Resources

License

Stars

Watchers

Forks

Packages

No packages published