Strange character - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: Strange character (/thread-2012.html) |
Strange character - mormaii2 - 01-30-2013 Well guys today I've encountered a strange character. It's the first one from here I'm using 010 editor since notepad++ won't work with it. I want to replace and delete them since if I copy and paste something with it the paste just stops where that character is. I saved the character to a txt file and did a hexdump of it and I got 9D. And 9D == ? So I really have no idea what this is/how to handle it. Any help is appreciated. RE: Strange character - M@LIK - 01-30-2013 Null. RE: Strange character - mormaii2 - 01-30-2013 Solved it but using notepad++ format to UTF8 and convert to UTF8. Thanks! RE: Strange character - epixoip - 01-30-2013 (01-30-2013, 08:12 AM)M@LIK Wrote: Null. Null is 0x00. 0x9d is the Yen sign in extended ASCII. RE: Strange character - M@LIK - 01-30-2013 I never said 9d is null. *Achievement Unlocked* **Trolled epixoip** :D RE: Strange character - epixoip - 01-30-2013 |