ShadowKnightMK4 / OdinSearch

Search thru local computer files and feed matching output to a class that consumes it.
MIT License
1 stars 0 forks source link

Strange question mark in console window and banner.txt resource. #4

Closed ShadowKnightMK4 closed 10 months ago

ShadowKnightMK4 commented 10 months ago

Banner.txt included resource for console front end has strange byte (val 239) in it that doesn't appear in notepad but shows as '/" on the screen. Screenshot is the example. Current fix is just skip the first byte in the file. Ideally we just remove the byte or save it without it.

image

ShadowKnightMK4 commented 10 months ago

image

Fix works