![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| URL encoding | Vichu | Shell Programming and Scripting | 8 | 08-27-2008 07:16 PM |
| Encoding Problem while using "|" (PIPE) as delimiter from Mainframe to Unix | seshendra | UNIX for Dummies Questions & Answers | 1 | 02-20-2008 05:36 AM |
| character encoding in Fedora6 | bsky | UNIX for Dummies Questions & Answers | 1 | 01-04-2008 09:29 AM |
| encoding | palmer18 | UNIX for Dummies Questions & Answers | 3 | 08-21-2007 09:35 AM |
| no SOAP encoding under unix? | devotedsinner | SUN Solaris | 0 | 11-07-2005 07:28 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
1. I have a shell script which creates a file using cat command. How can i find what encoding the file follows (e.g. UTF8, ANSI)?
2. I want to convert that file to PC-ANSI format. How can i achieve that? I am using HP-Unix. |
|
||||
|
Actually file encoding should not be guessed or detected,
its better that is clarified from the originating source. Since you have the control to create the file, it depends on the character set being used to create the file whether its ANSI / UTF-8/ LATIN-1/ SJIS encoding conversion tests can be done using iconv command |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|