- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UNIX CODEPAGE
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
01-28-2004 11:10 PM
01-28-2004 11:10 PM
UNIX CODEPAGE
..... now i have found out that my windows application get's troubles with some characters in the file. i think it has to do with the codepage used for the extract. my windows application is using the standard ANSI codepage but i think unix uses some others like the UTF-7 or UTF-8 codepage. can you please check what type of codepage the unix box is using for writing the extract file? i could then re-programm my application to read the textfile with the correct codepage settings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 11:22 PM
01-28-2004 11:22 PM
Re: UNIX CODEPAGE
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=181497
regards,
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 11:23 PM
01-28-2004 11:23 PM
Re: UNIX CODEPAGE
Now it depends on what your LANG environment variable (or each of the LC_*** components) is set to how it displays on your terminal (xterm, dtterm, hpterm) or application (vi) or database application (Oracle can explicitely set what codepage to use for a database volume, which either ruins your data, or does exacly what you expect. In my experience Oracle mostly chooses the first possibility)
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 11:27 PM
01-28-2004 11:27 PM
Re: UNIX CODEPAGE
NAME
iconv - code set conversion
SYNOPSIS
iconv -f fromcode -t tocode [file ...]
...
Regards,
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 11:29 PM
01-28-2004 11:29 PM
Re: UNIX CODEPAGE
HPUX 11.11 supports Unicode 2.1 / ISO 10646 character set.
HP-UX 11.0 supports Unicode/ISO 10646 by utilizing the UTF-8
Believe this is correct, but if someone has a more detailed page/doc it is very welcome .
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 11:39 PM
01-28-2004 11:39 PM
Re: UNIX CODEPAGE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 11:45 PM
01-28-2004 11:45 PM
Re: UNIX CODEPAGE
this would add the support for ISO8859-15 & Unicode 2.1 conv tables
http://www5.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHCO_19781&context=hpux:800:10:20
Regards,
Robert-Jan