No BSD License  

Highlights from
IsUnicode

Be the first to rate this file! 0 Downloads (last 30 days) File Size: 1.9 KB File ID: #10683

IsUnicode

by Stefan Eireiner

 

10 Apr 2006 (Updated 11 Apr 2006)

ISUNICODE Checks if and which unicode header a file has.

| Watch this File

File Information
Description

ISUNICODE Checks if and which unicode header a file has.
  ISUC = ISUNICODE(FILENAME)
  ISUC = ISUNICODE('string', TEXTSTRING)
  ISUC is true if the file / string contains unicode characters, otherwise false. Exact Information about the encoding is also given.
  ISUC == 0: No UTF Header
  ISUC == 1: UTF-8
  ISUC == 2: UTF-16BE
  ISUC == 3: UTF-16LE
  ISUC == 4: UTF-32BE
  ISUC == 5: UTF-32LE

MATLAB release MATLAB 6.5 (R13)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Updates
11 Apr 2006

- Added functionality to check strings
- other minor improvements

Tag Activity for this File
Tag Applied By Date/Time
data import Stefan Eireiner 22 Oct 2008 08:21:54
data export Stefan Eireiner 22 Oct 2008 08:21:54
unicode utf 8 16 32 header big little endian Stefan Eireiner 22 Oct 2008 08:21:55

Contact us at files@mathworks.com