![]() |
|
|
|
|
|||||||
| 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| URL encoding | Vichu | Shell Programming and Scripting | 7 | 04-07-2008 08:03 AM |
| Encoding Problem while using "|" (PIPE) as delimiter from Mainframe to Unix | seshendra | UNIX for Dummies Questions & Answers | 1 | 02-20-2008 01:36 AM |
| character encoding in Fedora6 | bsky | UNIX for Dummies Questions & Answers | 1 | 01-04-2008 05:29 AM |
| encoding | palmer18 | UNIX for Dummies Questions & Answers | 3 | 08-21-2007 06:35 AM |
| no SOAP encoding under unix? | devotedsinner | SUN Solaris | 0 | 11-07-2005 03:28 AM |
|
|
Submit Tools | LinkBack | Thread Tools | 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. |
| Forum Sponsor | ||
|
|
|
|||
|
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 |