You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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
Cite As
Stefan Eireiner (2026). IsUnicode (https://in.mathworks.com/matlabcentral/fileexchange/10683-isunicode), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired: Information-based Similarity Toolbox
General Information
- Version 1.0.0.0 (868 Bytes)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | - Added functionality to check strings
|
