- Jun
- 789
- 7
Would someone please explain why copying a character like xf5 to the clipboard changes it to a different character?
Code:
C:\Junk>type Foo.txt
õ
C:\Junk>copy Foo.txt clip:
C:\Junk\Foo.txt => clip:
1 file copied
C:\Junk>copy clip: Bar.txt
clip: => C:\Junk\Bar.txt
1 file copied
C:\Junk>type Bar.txt
)
C:\Junk>ver
TCC 13.04.52 Windows Vista [Version 6.0.6002]