Skip to content

v5.1.5: Fix isUTF8StringType to work with static arrays

Compare
Choose a tag to compare
@Geod24 Geod24 released this 12 Dec 01:14

Bug Fixes

Fix function to check for UTF-8 string type

ocean.meta.traits.Arrays

The function ocean.meta.traits.Arrays.isUTF8StringType() is suggested to
replace the deprecated ocean.core.Traits.isStringType() but it failed to
check for static arrays and now it is fixed to support both basic kind of
arrays.

See #778