Hello.
Probably you know that ALT + 0160 in windows disappears folder name.
I have some questions about it.
1. Is it a bug for windows or other programs ?
2. What's difference about ALT codes (or even CTRL codes) and regular characters ?
3. String.Trim() method Knows it as a whitespace?
Thanks ;-)
Loading

Sam HobbsPosted Sep 3, 2010, 4:52 PM
Pasan RatnayakePosted Sep 3, 2010, 1:34 PM
Once you rename a folder like this from a command line in Windows 98, you cannot browse to it using Windows Explorer. This was due to that ASCII was the base of Windows Explorer where as the command lines supported Unicode.
The characters that you get by holding ALT and typing down a number are regular Unicode characters. And yes, these are identified as White Space now. (About the white space question, you could have found that out by writing a small console program. I think you are too lazy for that yahh ? lol)
Regards