Quote:
Originally Posted by VBorNotVB
I created a blank document, added the paragraph "This is a test.", and ran your routine. It reported it as having Unicode characters!
|
I forgot that a paragraph break would remain in the document. The 'If i > 0 Then' should have been 'If i > 1 Then'. Fixed.
Quote:
Originally Posted by VBorNotVB
I know my routine is slow, worse yet using wdDialogInsertSymbol makes it even slower!
But I believe it's the only surefire way to catch Unicode characters.
|
My approach clearly demonstrates that is not so.
Quote:
Originally Posted by VBorNotVB
As for testing for ASCII characters 0-127, the first 128 characters of Unicode are ACSII, but represented in long.
|
You still seem to be missing the point that ASCII characters 128-255 are no different in that regard.