Why does unicode2native returns different values on different Matlab versions?
古いコメントを表示
I use 2 Matlab versions 2020b and 2022b. With eachversion, the function unicode2native returns differently for 1 character.
unicode2native('�')
On 2020b, it returns 26.
While in 2022b, it returns an array of 3 uint8.
unicode2native('�')
Why does this happen?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!