- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to encode(convert) ANSI text to UTF-8
Operating System - HP-UX
1819870
Members
2645
Online
109607
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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-25-2004 03:25 AM
тАО08-25-2004 03:25 AM
HP-UX 11.00
Any body who knows how to convert the encoding format ANSI text to UTF-8?
I need to extract data from Informix database and send it to other server in UTF-8 format.
But, current Informix does not support UNICODE and I have to convert this in manually.
What I know is to convert thru Windows notepad, but I want to do this in HP-UX box by shell script.
Please help me...
Thanks,
JT
Any body who knows how to convert the encoding format ANSI text to UTF-8?
I need to extract data from Informix database and send it to other server in UTF-8 format.
But, current Informix does not support UNICODE and I have to convert this in manually.
What I know is to convert thru Windows notepad, but I want to do this in HP-UX box by shell script.
Please help me...
Thanks,
JT
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2004 03:41 AM
тАО08-25-2004 03:41 AM
Solution
You can use the iconv command to change code sets. I am not sure what you mean by "ANSI text". I would guess it is iso88591 or cp1252. The full list of supported code sets is in /usr/lib/nls/iconv/config.iconv .
iconv -f iso81 -t utf8 oldfile > newfile
iconv -f iso81 -t utf8 oldfile > newfile
- Tags:
- IConv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2004 12:48 PM
тАО08-25-2004 12:48 PM
Re: How to encode(convert) ANSI text to UTF-8
Thanks for your help ^^
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP