IsUnicode

バージョン 1.0.0.0 (868 Bytes) 作成者: Stefan Eireiner
ISUNICODE Checks if and which unicode header a file has.
ダウンロード: 909
更新 2006/4/11

ライセンスがありません

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

引用

Stefan Eireiner (2024). IsUnicode (https://www.mathworks.com/matlabcentral/fileexchange/10683-isunicode), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersText Files についてさらに検索
謝辞

ヒントを与えたファイル: Information-based Similarity Toolbox

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

- Added functionality to check strings
- other minor improvements