Why does unicode2native returns different values on different Matlab versions?
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Data Type Conversion en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!