<< native2unicode | Characters encoding | unicode2native >> |
ce = nativecharset(bytes) |
a uint8 vector, or string or row characters array
a cell of strings.
nativecharset find all charset matches that appear to be consistent with the input, returning a cell of string with results.
The results are ordered with the best quality match first.
List of characters set: http://www.iana.org/assignments/character-sets/character-sets.xhtml
C = uint8([194 232 240 242 243 224 235 252 237 224 255]);
nativecharset(R)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET