Unicode Support For "strings" ============================= Purpose ------- Oneliner tiny hack to make strings check for unicode style strings as well. Only will work on scripts whose representation is ascii expanded to 16bits. But its handy to extract stuff from all those windows apps which are gone to 16bit ascii. How to Apply ------------ get binutils release 2.10 (e.g. ftp://ftp.gnu.org/gnu/binutils) tar xvzf binutils-2.10.tar.gz cd binutils-2.10 patch -p1 < ../file.patch (or whatever you called it) ./configure make Caolan McNamara (2000)