HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- howto convert a file to ISO-88591 using iconv ?
Operating System - HP-UX
1837102
Members
2122
Online
110112
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 12:19 PM
06-29-2004 12:19 PM
hi
is it possible and how it works to convert a text file to ISO-88591 using iconv command from shell Konsole ?
for example to convert to utf-8:
# iconv -f latin1 -t utf-8
kind regards
chris
is it possible and how it works to convert a text file to ISO-88591 using iconv command from shell Konsole ?
for example to convert to utf-8:
# iconv -f latin1 -t utf-8
kind regards
chris
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 08:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 09:32 PM
06-29-2004 09:32 PM
Re: howto convert a file to ISO-88591 using iconv ?
hi
but I get this ERROR message:
# iconv -f utf-8 -t iso8859_1 test.txt > test2.txt
iconv: conversion to `iso8859_1' is not supported
greetings
chris
but I get this ERROR message:
# iconv -f utf-8 -t iso8859_1 test.txt > test2.txt
iconv: conversion to `iso8859_1' is not supported
greetings
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 10:39 PM
06-29-2004 10:39 PM
Re: howto convert a file to ISO-88591 using iconv ?
I don't know if is it correct or not, but this command works without error:
# iconv -f latin1 -t ISO8859-1 test.txt > test2.txt
greetings
chris
# iconv -f latin1 -t ISO8859-1 test.txt > test2.txt
greetings
chris
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP