Changes between Version 14 and Version 20 of Ticket #46
- Timestamp:
- 15/07/11 05:53:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46
- Property Milestone 1.1 → 1.2.0
- Property Blocking 120
-
Ticket #46 – Description
v14 v20 1 Current status: 2 3 Java (SWIG-based): \0 in Java -> \xc0\x80 in Xapian, which seems to disappear from the returned string on output 4 5 Tcl: \0 in Tcl -> \xc0\x80 in Xapian, which reappears as \0 in Tcl on when returned 6 7 C#: Truncates at \0 on input 8 9 ---- 10 ''Original description:'' 11 1 12 Check for zero byte cleanness wherever strings are used. There are a 2 13 number of c_str()s in the code, but I believe all in the core library