Changeset 14457 in webkit for trunk/JavaScriptCore/pcre/pcre_get.c
- Timestamp:
- May 17, 2006, 9:15:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/pcre/pcre_get.c
r14256 r14457 66 66 pcre_get_stringnumber(const pcre *code, const pcre_char *stringname) 67 67 { 68 / / FIXME: This doesn't work for UTF-16 because the name table has 8-bit characters in it!68 /* FIXME: This doesn't work for UTF-16 because the name table has 8-bit characters in it! */ 69 69 #if !PCRE_UTF16 70 70 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.