Search found 4 matches

by nakashian
Fri Feb 18, 2005 4:58 am
Forum: Advanced Find and Replace
Topic: Trying to batch replace with unicode characters.
Replies: 7
Views: 37953

Thanks again for the response. I tried it again. I think I'm running into a different problem now. The file I tried to run AFR against was UTF-8 format, I think UTF-8 files have some characters that are 1 byte, and some characters that are 2 bytes (like my character \x{0578}). The resulting file I ...
by nakashian
Thu Feb 17, 2005 3:31 am
Forum: Advanced Find and Replace
Topic: Trying to batch replace with unicode characters.
Replies: 7
Views: 37953

Thanks for the quick response, I tried it out with the "Use regular expressions" check box selected, I still get the same error

"Search For" partHex Code After \x Is Too Big (pos 6)
Please, correct syntax of this regular expression"

in the search for I had \x{0578}

This error is occuring ...
by nakashian
Tue Feb 15, 2005 7:26 am
Forum: Advanced Find and Replace
Topic: Trying to batch replace with unicode characters.
Replies: 7
Views: 37953

Has any patch code been release on this bug yet?

/Pierre
by nakashian
Mon Jan 31, 2005 5:32 pm
Forum: Advanced Find and Replace
Topic: Trying to batch replace with unicode characters.
Replies: 7
Views: 37953

Trying to batch replace with unicode characters.

I'm trying to use Advanced Find and Replace in Batch Replace mode to replace unicode characters with non-unicode characters, I tried what the help documentation shows \x{0543} but I get a popup dialog error
"search For" partHex Code After \x is Too Big (pos 6)

\x{nnnn} seems to work in the ...