- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Copyright symbol in C code
Operating System - HP-UX
1820117
Members
3107
Online
109619
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
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
тАО02-09-2005 01:38 AM
тАО02-09-2005 01:38 AM
Copyright symbol in C code
Does anyone know why the copyright symbol (hex A9, decimal 169) does not display the same in HP-UX as it does in Windows, OpenVMS and other systems? My application uses common code on many platforms, and the text that is supposed to display a copyright notice displays the copyright symbol as ' on HP-UX. I assume it has something to do with translation of characters greater than 127 decimal (7F hex), but I just don't know how to tell HP-UX to get with the program.
- Tags:
- locale
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2005 01:59 AM
тАО02-09-2005 01:59 AM
Re: Copyright symbol in C code
Chris,
as far as I know the copyright symbol is not part of the ASCII character set, so you would always find differences depending on the platform.
On windows you have the option to run with unicode or non-unicode based characters.
The workaround seems to be to use (C) !
Regards
as far as I know the copyright symbol is not part of the ASCII character set, so you would always find differences depending on the platform.
On windows you have the option to run with unicode or non-unicode based characters.
The workaround seems to be to use (C) !
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2005 02:11 AM
тАО02-09-2005 02:11 AM
Re: Copyright symbol in C code
Hi Chris,
The ASCII standard only defines characters up to 127 decimal:
http://www.cse.ohio-state.edu/cgi-bin/rfc/rfc0020.html
I don't know if there is another RFC defining a standard beyond that, but I suspect not - in which case each company feeling the need for such a standard would have their own.
The ASCII standard only defines characters up to 127 decimal:
http://www.cse.ohio-state.edu/cgi-bin/rfc/rfc0020.html
I don't know if there is another RFC defining a standard beyond that, but I suspect not - in which case each company feeling the need for such a standard would have their own.
What does this button do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2005 02:39 AM
тАО02-09-2005 02:39 AM
Re: Copyright symbol in C code
It appears that the definition of characters beyond 7F hex is up for grabs (everyone free to use whatever they please?), so I'm just sorry that HP's choices are not consistent across all of its operating systems. The choices made by HP-UX don't appear to be as useful as they could be.
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