- May
- 382
- 2
While I was trying to adapt a *nix tip for detecting the BOM marker, I tripped on a puzzling error message, can anyone please explain what is going on?
C:\>ffind /S /E"\xEF\xBB\xBF" C:\test\*
TCC: too short multibyte code string "\xEF\xBB\xBF"
0 lines in 0 files
C:\>ver /r
TCC 9.02.157 Windows XP [Version 5.1.2600]
TCC Build 157 Windows XP Build 2600 Service Pack 3
Is there a way to pass FFIND a regex matching the BOM marker?
Or can anyone suggest another way to find files that include the BOM marker?
Thanks in advance.
C:\>ffind /S /E"\xEF\xBB\xBF" C:\test\*
TCC: too short multibyte code string "\xEF\xBB\xBF"
0 lines in 0 files
C:\>ver /r
TCC 9.02.157 Windows XP [Version 5.1.2600]
TCC Build 157 Windows XP Build 2600 Service Pack 3
Is there a way to pass FFIND a regex matching the BOM marker?
Or can anyone suggest another way to find files that include the BOM marker?
Thanks in advance.