IsUnicode

버전 1.0.0.0 (868 Bytes) 작성자: Stefan Eireiner
ISUNICODE Checks if and which unicode header a file has.
다운로드 수: 911
업데이트 날짜: 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 (2026). IsUnicode (https://kr.mathworks.com/matlabcentral/fileexchange/10683-isunicode), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R13
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Text Files에 대해 자세히 알아보기
도움

도움 준 파일: Information-based Similarity Toolbox

버전 게시됨 릴리스 정보
1.0.0.0

- Added functionality to check strings
- other minor improvements