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 pages in UNIX
Name: lagarvey Date: January 21, 2005 at 06:37:00 Pacific OS: Solaris CPU/Ram: SunOS ustrsdecs002 5.8 Ge
Comment:
1) How can you find out what code page UNIX is using (437, 850)?
2) How do you change it if it's set to 437 and I need it to be 850?
3) Any advice (dos or don'ts) about changing code pages in UNIX?
It is highly recommended that u do not change the code pages for Unix because it might create the kernel panic id u didn't refer the proper code segment.
Generally Applications itself navigate to the segments.
Will u please explain why u want to change the code page.
Name: lagarvey Date: January 21, 2005 at 08:32:04 Pacific
Reply:
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 contains a special French character (ASCII code 201, Capital E acute accent). However, if I cat the csv file or try to load it into Excel, it displays a ? where the special character should be printed. I read an article that said the 437 code page does not support all the special French special characters, so I thought maybe that could be my problem.
Summary: Hello, Need your help in knowing the source code (C Prg?) that gets executed in unix operating system for the first time after a user logs into it. thanks for your help. Regards, Neeraja ...
Summary: 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 a...