Skip to content

PetropoulakisPanagiotis/utf-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

UTF Converter


UTF Converter supports UTF-8 and UTF-16 encoding. Using this repository, you can convert characters of UTF-8 encoding to UTF-16 encoding and vice versa.

Compilation and Execution

$ gcc -o converter utf8_to_utf16.c
$ ./converter < text_utf8.txt

Helpful Links:

  1. http://www.columbia.edu/~fdc/utf8/ (text_utf8.txt file has been taken from here)
  2. https://en.wikipedia.org/wiki/Character_encoding
  3. https://en.wikipedia.org/wiki/UTF-8
  4. https://en.wikipedia.org/wiki/UTF-16
  5. https://www.w3.org/International/articles/definitions-characters/

Author

Releases

No releases published

Packages

No packages published

Languages