$ gcc -o converter utf8_to_utf16.c
$ ./converter < text_utf8.txt
- http://www.columbia.edu/~fdc/utf8/ (text_utf8.txt file has been taken from here)
- https://en.wikipedia.org/wiki/Character_encoding
- https://en.wikipedia.org/wiki/UTF-8
- https://en.wikipedia.org/wiki/UTF-16
- https://www.w3.org/International/articles/definitions-characters/
- Petropoulakis Panagiotis petropoulakispanagiotis@gmail.com