-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v5.2.2: Merge v5.1.5 bugfix for isUTF8StringType This release is a merge of v5.1.4 .. v5.1.5 into v5.2.x.
- Loading branch information
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### 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. | ||
|
||
Fixes #778 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters