We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e52dc commit f6968f9Copy full SHA for f6968f9
doc/libmaxminddb.md
@@ -246,6 +246,8 @@ The `pointer` member of the union should never be populated in any data
246
returned by the API. Pointers should always be resolved internally.
247
248
The `data_size` member is only relevant for `utf8_string` and `bytes` data.
249
+`utf8_string` is not null terminated and `data_size` _must_ be used to
250
+determine its length.
251
252
The `type` member can be compared to one of the `MMDB_DTYPE_*` macros.
253
0 commit comments