diff --git a/README.UNICODE b/README.UNICODE index 13b3da09cc1..e669736ed66 100644 --- a/README.UNICODE +++ b/README.UNICODE @@ -327,6 +327,7 @@ For IS_UNICODE type, we need to add another structure to the union: struct { UChar *val; /* Unicode string value */ int len; /* number of UChar's */ + } ustr; .... } value;