Describe the bug
Passing Chévere as a string param in Native throws with:
panicked at \'called Result::unwrap()on anErr value: Custom { kind: InvalidData, error: "invalid utf-8 sequence of 1 bytes from index 2" }\'
In Anchor the same string works fine.
To Reproduce
Anchor test, works fine:

Native test, fails:

Expected behavior
To allow any utf-8 char in a string in native.
Platform version:
- CLI Version [e.g. v0.1.0]
- GenService Version v0.8
Extension (mark with an X the extension):
- Solana Native [x]
- Solana Anchor [ ]
Describe the bug
Passing
Chévereas a string param in Native throws with:panicked at \'calledResult::unwrap()on anErrvalue: Custom { kind: InvalidData, error: "invalid utf-8 sequence of 1 bytes from index 2" }\'In Anchor the same string works fine.
To Reproduce

Anchor test, works fine:
Native test, fails:

Expected behavior
To allow any utf-8 char in a string in native.
Platform version:
Extension (mark with an X the extension):