Handling large UTF 8 strings
(8m 00s)
The previous lesson showed how to use strings to represent JSON in memory as a text format. Strings in DatFlex have certain limitations: limited length, OIM and it doesn't support special characters. UTF-8 is a common encoding type for using JSON on the web. This lesson shows how to work with UTF-8 strings.