unicode2ascii

Converts unicode endcoded files to ASCII encoded files
6,8K download
Aggiornato 11 apr 2006

Nessuna licenza

UNICODE2ASCII Converts unicode endcoded files to ASCII encoded files
UNICODE2ASCII(FILE)
Converts the file to ASCII (overwrites the old file!)
UNICODE2ASCII(SOURCEFILE, DESTINATIONFILE)
Converts the contents of SOURCEFILE to ASCII and writes it to DESTINATIONFILE
ASCIISTRING = UNICODE2ASCII('string', UTFSTRING)
Converts the UTFSTRING to ASCII and returns the string.

The unicode header and all 0-bytes will be deleted. If there are characers with encoding > FF then the file will continue to contain garbage because there is no ASCII representation for those characters. But about 99% of the files should convert ok.

Cita come

Stefan Eireiner (2024). unicode2ascii (https://www.mathworks.com/matlabcentral/fileexchange/10686-unicode2ascii), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R13
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

added functionality to convert strings.