diff options
| author | Andrei Zmievski <andrei@php.net> | 2006-08-24 21:39:20 +0000 |
|---|---|---|
| committer | Andrei Zmievski <andrei@php.net> | 2006-08-24 21:39:20 +0000 |
| commit | 2a6325bf2bd6083613d8d501eccb8058cbdd50fb (patch) | |
| tree | 3f85576545292887f475745b3ca60d85d423c19f /README.UNICODE | |
| parent | 615ff5aaf200c8af8bcbf9e0560fe8074a57762b (diff) | |
| download | php-git-2a6325bf2bd6083613d8d501eccb8058cbdd50fb.tar.gz | |
Fix typo.
Diffstat (limited to 'README.UNICODE')
| -rw-r--r-- | README.UNICODE | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.UNICODE b/README.UNICODE index 13b3da09cc..e669736ed6 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; |
