Implement String16 -> Java String type map in mojom |
|||
Issue descriptionA large number of Strings in CrOS are UTF-16 encoded string16 representation. There is a String16 struct in mojom, but currently it generates short[] in Java, which is not ideal. It could better if such type could be directly mapped to java.lang.String since Java strings are by default multi-bytes.
,
Oct 16
Keep in mind that a precursor to doing this at all would be to build general type-mapping support for Java bindings, which is itself a pretty large task.
,
Oct 17
,
Oct 17
|
|||
►
Sign in to add a comment |
|||
Comment 1 by lhchavez@chromium.org
, Oct 16Owner: hashimoto@chromium.org