Indexing Unicode and ANSI

User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

Indexing Unicode and ANSI

Post by Kai »

You can fix the query string by stripping the f's, then re-interpret it:

<sandr "%ffffff=\xdigit{2}" "%\2" $QUERY_STRING>
<readvars "" $ret>

The <sandr> removes the ffffff's, and <readvars> re-reads all the variables listed in the query string from the new value.
Post Reply