Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Code Page Problem
Name: Valkrist Date: October 31, 2006 at 05:44:29 Pacific OS: AIX 5.3 CPU/Ram: 6 CPU/ 25 GB Product: IBM
Comment:
A client for whom I am working has a problem with transferring files from a unix system (LPAR) to a windows server.
They use the lsof commando in data transfer from a unix to a windows server. And at the receiving end there is not recieved what was send. Certain type of characters are not transferred correctly. Ü (U+umlaut) is changed to ö.
I would like to find out wich code pages is being used.
Summary: I'm not sure I want to change it, but I do want to see what it's set to. I have a Java application that creates a csv file. Right before I write the data out to the file, I'm verifying that my string ...
Summary: Here is a piece of code that opens a directory and prints out the contents and counts the files. It compiles under gcc on cygwin with no errors. It does not use that ourhdr.h header file from Steven...