Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 410 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 410 Bytes

UTF16-to-UTF32

This program reads a file containing UTF16 encodings, decodes to determine the Unicode Characters, and then writes the decoded characters to UTF-32

-Takes 2 args: name of input file as first, name of output file as second. -output file is written with the same endian-ness as the input file -program returns a status of -1 if an error is encountered; otherwise it will return a status of 0.