kevingurney opened a new issue, #36250: URL: https://github.com/apache/arrow/issues/36250
### Describe the enhancement requested Thanks to @sgilmore10's [recent changes to enable UTF-8 <-> UTF-16 string conversions](#36167), we can now add support for creating Arrow `String` arrays (UTF-8 encoded) from MATLAB `string` arrays (UTF-16 encoded). We will also want to add support for `arrow.array.LargeStringArray`. **Example**: ```matlab >> matlabArray = ["A", "B", "C"]; >> arrowArray = arrow.array.StringArray(matlabArray); ``` ### Component(s) MATLAB -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
