U
Uriel
Both Word 2000 and Word 2003 seem to have a bug whereby they can fail to
find occurrences of--
"</h1>^p" (without the quotes)
(i.e., "</h1>" followed by a paragraph mark)
--when the user searches via Edit:Find.
The problem is illustrated in bug1a.txt, a plain text file with no special
characters that is contained in ftp://ftp.urielw.com/bug1.zip .
bug1a.txt contains 94 instances of the above string. Somehow, Word misses
one of them. You can see the missed instance by opening the file (using
"Plain Text" conversion option) and searching for "Recalcitrant" (without
the quotes). The instance Word misses is immediately after that word.
bug1a.txt contains only normal ASCII characters. I wrote a program to list
all characters occurring once or more. This is the list (decimal
representations shown):
10, 13, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48,
49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67,
68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86,
87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104,
105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
120, 121, 122, 123, 125, 126
Also, I confirmed there's no carriage return (13) or line feed character
(10) other than the standard carriage return, line feed combination at the
end of each line.
The above bug is the reason, incidentally, that an MS Word document I offer
for download at http://urielw.com/china2/ , namely
ftp://ftp.urielw.com/uwchina2.doc , is inadvertently messed up.
find occurrences of--
"</h1>^p" (without the quotes)
(i.e., "</h1>" followed by a paragraph mark)
--when the user searches via Edit:Find.
The problem is illustrated in bug1a.txt, a plain text file with no special
characters that is contained in ftp://ftp.urielw.com/bug1.zip .
bug1a.txt contains 94 instances of the above string. Somehow, Word misses
one of them. You can see the missed instance by opening the file (using
"Plain Text" conversion option) and searching for "Recalcitrant" (without
the quotes). The instance Word misses is immediately after that word.
bug1a.txt contains only normal ASCII characters. I wrote a program to list
all characters occurring once or more. This is the list (decimal
representations shown):
10, 13, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48,
49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67,
68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86,
87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104,
105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
120, 121, 122, 123, 125, 126
Also, I confirmed there's no carriage return (13) or line feed character
(10) other than the standard carriage return, line feed combination at the
end of each line.
The above bug is the reason, incidentally, that an MS Word document I offer
for download at http://urielw.com/china2/ , namely
ftp://ftp.urielw.com/uwchina2.doc , is inadvertently messed up.