Index: runtime/include/dart_api.h |
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h |
index 33f1775d7fc24bd8df20cf6e3ac692d8a4c6b75f..1766a89e7bd65818834f1112faf402d2a46359bf 100755 |
--- a/runtime/include/dart_api.h |
+++ b/runtime/include/dart_api.h |
@@ -913,6 +913,8 @@ DART_EXPORT bool Dart_Post(Dart_Port port_id, Dart_Handle object); |
* data outside the Dart heap. These objects are totally detached from |
* the Dart heap. Only a subset of the Dart objects have a |
* representation as a Dart_CObject. |
+ * |
+ * The string encoding in the 'value.as_string' is UTF-8. |
*/ |
typedef struct _Dart_CObject { |
enum Type { |