- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: polices
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
12-01-2004 07:54 PM
12-01-2004 07:54 PM
I make some programs onto a hp station which turns with UH-UX 10.20.
The police on this station is american.american.hp8.
I'm french so my programs contain some accents...
I work with others persons who program onto pc whith Linux Fedora Core 1.
The police on these pc is fr_FR.UTF-8.
The problem is that accents are not well convert from one to the other.
Does anybody can help me to keep my accents?
regards,
Julie.
ps : sorry for my english...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 08:06 PM
12-01-2004 08:06 PM
Re: polices
i don't know how to set it.you can find the spcific locale (fr_FR.UTF-8) is available or not in your system by
locale -a command.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 08:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 09:16 PM
12-01-2004 09:16 PM
Re: polices
thank you to help me!
the news are:
locale on my hp-ux gives:
LANG=
LC_CTYPE="C"
LC_COLLATE="C"
LC_MONETARY=C"
LC_NUMERIC="C"
LC_TYME="C"
LC_MESSAGES="C"
LC_ALL=
in /etc/rc.config.d/LANG everything is with coments.
with Linux:
LANG=fr_FR.UTF-8
LC_CTYPE="fr_FR.UTF-8"
LC_NUMERIC=POSIX
LC_TYME="fr_FR.UTF-8"
LC_COLLATE="fr_FR.UTF-8"
LC_MONETARY="fr_FR.UTF-8"
LC_MESSAGES="fr_FR.UTF-8"
LC_PAPER="fr_FR.UTF-8"
LC_NAME="fr_FR.UTF-8"
LC_ADDRESS="fr_FR.UTF-8"
LC_TELEPHONE="fr_FR.UTF-8"
LC_MEASUREMENT="fr_FR.UTF-8"
LC_IDENTIFICATION="fr_FR.UTF-8"
LC_ALL=
/etc/sysconfig/i18n contains:
LANG=fr_FR.UTF-8
i tried to change LANG onto Linux by doing export LANG=xxx to read an hp file with others polices (existing in locale -a) but i dont find the good one, so i will try to change onto the station...
I'll be back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 09:19 PM
12-01-2004 09:19 PM
Re: polices
LANG="xxx"
export LANG
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 11:05 PM
12-01-2004 11:05 PM
Re: polices
i changed LANG to fr_FR.iso885915@euro onto Linux and onto the station (by editing de .profile) and i can use accents on both!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 11:29 PM
12-01-2004 11:29 PM
Re: polices
to know the posibilities to this variableyou have to use the locale command.