Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

UTF8 Encoding in C

Sara Goldberger

The C built-in character type char supports ASCII characters only, and hence has support only for Latin characters. The modern world uses many more characters than just the Latin characters in ASCII. Enter UTF8 – this is the most commonly used character encoding format. In this project, I implement basic UTF8 support in character strings.

About

Implementation of basic UTF-8 character encoding support in character strings in C

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages