in reply to regexing for non-standard characters...
Depending on your OS and tools available, you may be able to hexdump the file to see exactly what the character is. After that, you can name it in the regex by its hex value.
You could also write a quick script to grab characters one by one (or split //) and print them out with their ord value.
|
---|