Skip to content

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

Notifications You must be signed in to change notification settings

jhadkaterji/UTF16-to-UTF32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages