Currency Charsets
#8
(10-19-2016, 01:55 AM)epixoip Wrote: The characters are not problematic, it is definitely an issue with how you are testing. Again, encoding matters. The encoding of the website you're using to create the hash, the encoding of your terminal emulator / command window, the encoding of your text editor, etc. When in doubt, use hex charset.

Thanks Epixoip, 100% correct. I did some digging and the default code page for cmd.exe is 850 in europe.

After more digging simply typing the command CHCP 1252 (change Code Page) at the command prompt sorts this issue.

All good now. Thanks for your help.

Cheers

Rob.


Messages In This Thread
Currency Charsets - by cybob - 10-17-2016, 05:44 PM
RE: Currency Charsets - by darkseid4nk - 10-17-2016, 06:07 PM
RE: Currency Charsets - by cybob - 10-17-2016, 06:28 PM
RE: Currency Charsets - by rico - 10-17-2016, 10:03 PM
RE: Currency Charsets - by cybob - 10-17-2016, 10:23 PM
RE: Currency Charsets - by cybob - 10-18-2016, 03:58 PM
RE: Currency Charsets - by epixoip - 10-19-2016, 01:55 AM
RE: Currency Charsets - by cybob - 10-19-2016, 12:14 PM