# StringSearchTest.txt # # String Search Test Suite # Date: 2002-04-10 # Format: # # Columns (c1, c2,...) are separated by semicolons # Comments are indicated with hash marks # The content of the fields is the following: # ; ; ; ; # using the following conventions: # # - Strings are represented by lists of code point values in hex, with each # code point separated by a space. # - Code points are represented by their hex values. # - Offsets are represented in decimal, and are zero-based. # An offset of -1 means not found. Otherwise an offset means that a string search # with the indicated level, will find the string at the given position. # # FF18; 0061 277D 0020 0038 0020 ; 1; 3; -1 # To Do: add examples with accents, normalization, etc.