Hi,
it seems like French accented characters are giving me more trouble than anything else. I got the equivalence file to work (created a customized "eqvsusr" file), but when I include French words with accented characters in the list the backref.exe runs fine, but when the search does not pick up the equivalence.
For example, if I have in my eqvsusr.lst
montréal,montreal
grâce,grace,honor
the results will not include any of the equivalent words. I typed in the accented é,â in wordpad by using "alt+131" and "alt+133".
I also modified the $noiselist included in the search script, but it does not pick anything with accents. For example, I want the search script to treat "à" as a noise word. I tried
<$noiselist="à" "à" "\xC3\xA0" "\xE0">
<apicp noise $noiselist>
and it does not work.
Is there a special format for accented characters to be included in thesaurus and noiselist? Thanks.
it seems like French accented characters are giving me more trouble than anything else. I got the equivalence file to work (created a customized "eqvsusr" file), but when I include French words with accented characters in the list the backref.exe runs fine, but when the search does not pick up the equivalence.
For example, if I have in my eqvsusr.lst
montréal,montreal
grâce,grace,honor
the results will not include any of the equivalent words. I typed in the accented é,â in wordpad by using "alt+131" and "alt+133".
I also modified the $noiselist included in the search script, but it does not pick anything with accents. For example, I want the search script to treat "à" as a noise word. I tried
<$noiselist="à" "à" "\xC3\xA0" "\xE0">
<apicp noise $noiselist>
and it does not work.
Is there a special format for accented characters to be included in thesaurus and noiselist? Thanks.