Expose text arrays the same way as regular arrays
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 12 Nov 2013 21:22:10 +0000 (16:22 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 13 Nov 2013 02:57:17 +0000 (21:57 -0500)
commit5491476845938cd48837a072b0df55ffa7210e77
tree0ba6c6cdbfeeb1d9275386707b6b107d7ae536ea
parent94a6cea3f1639fb0c71b1c591af7880af7507fc0
Expose text arrays the same way as regular arrays

Store the content of text arrays both in the "elems" array and in a
string. While it does duplicate the data, this makes it possible to
access arrays containing UTF-8 or ASCII data the same way as regular
arrays.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/types/array.c
types/array.c
This page took 0.025385 seconds and 4 git commands to generate.