Sponsored Content
Full Discussion: en_US.ISO8859-1 Table
Operating Systems Solaris en_US.ISO8859-1 Table Post 302250686 by MuellerUrs on Friday 24th of October 2008 04:07:22 AM
Old 10-24-2008
en_US.ISO8859-1 Table

Hy together,

I doesn't find a table of en_US.IS08859-1. Have someone a link or same else?

Thanks
Urs
 

10 More Discussions You Might Find Interesting

1. AIX

en_us.utf-8

please someone provide me the link for downloading en_us.utf-8 .....i have an issue with locale for which i need this :( (1 Reply)
Discussion started by: shubhendu.pyne
1 Replies

2. Solaris

Installing en_US.UTF-8 on Solaris 10. Newbie.

Hi, I am looking to install en_US.UTF-8 on to a solaris 10 Sparc server. Is it possible to install this character set from the iso image? I have an iso image only (sol_10_u.iso) on CD. I have used the command below but with no success. Any pointers to get this installed would be greatly... (5 Replies)
Discussion started by: gwhelan
5 Replies

3. Solaris

Ajouter la langue en_US sur Solaris 10

Bonjour, J'ai une station Sun en Solaris 10 installe par defaut en Francais. Je n'ai pas les Cds de cette installation d'OS. J'ai un logiciel qui doit utiliser la langue en_US. A la baniere de connection la langue choisi est C (pas de en_USxxxx disponible) J'ouvre une console $LANG vaut C,... (1 Reply)
Discussion started by: XRay
1 Replies

4. Solaris

Add language en_US Solaris 10

Hello, I have a Sun Solaris 10 installs by default in French. I do not have CDs of the OS installation. I have a program use the language en_US. At connection language chosen is C (en_USxxxx not available) I open a console $ LANG C if LANG = en_US I get "could not set correctly local" ... (2 Replies)
Discussion started by: XRay
2 Replies

5. Shell Programming and Scripting

Remove characters other than ISO8859-1

Hi please help in writing a script for replacing all the non-iso8859-1 characters to question marks. I need a pattern of this kind "sed s/<non-iso char range>/?/g < ipfile > opfile" Please help me in this. (2 Replies)
Discussion started by: rprajendran
2 Replies

6. Shell Programming and Scripting

xmlstarlet parse non en_US characters

I'm parsing around 600K xml files, with roughly 1500 lines of text in each, some of the lines include Chinese, Russian, whatever language, with a bash script that uses cat $i | xmlstarlet sel -t -m "//section1/section2/section3/section4/section5" -v "@VALUE" -n > somefile which works, but I... (15 Replies)
Discussion started by: unclecameron
15 Replies

7. Solaris

setting locale en_US.UTF-8

hi, I am using SOLARIS sparc 64 bit, during installation of Oracle i receive an error required OS locale en_US.UTF-8 does not exist on the installation computer. To avoid this issue, please ensure that the locale en_US.UTF-8 exists on the installation computer prior to installing Oracle. when... (4 Replies)
Discussion started by: zeeshan047
4 Replies

8. AIX

What in the world is openssh\.msg\.en_US?

Upon doing an lslpp -L | grep ssh I notice the following package is missing: openssh\.msg\.en_US - Open Secure Shell Messages I would like to know what exactly does this package do, and is it needed. It does not appear to be necessary as I can connect to my AIX boxes just fine without it. ... (4 Replies)
Discussion started by: busi386
4 Replies

9. Shell Programming and Scripting

Convert UTF-8 file to ASCII/ISO8859-1 OR replace characters

I am trying to develop a script which will work on a source UTF-8 file and perform one or more of the following It will accept the target encoding as an argument e.g. US-ASCII or ISO-8859-1, etc 1. It should replace all occurrences of characters outside target character set by " " (space) or... (3 Replies)
Discussion started by: hemkiran.s
3 Replies

10. Web Development

Getting Rid of Annoying Bootstrap Table Borders and Wayward Table Lines

Bootstrap is great; but we have had some issues with Bootstrapped <tables> (and legacy <fieldset> elements) showing annoying, wayward lines. I solved that problem today with this simple jQuery in the footer: <script> $(function(){ $('tr, td, fieldset,... (0 Replies)
Discussion started by: Neo
0 Replies
MKCOMPOSECACHE(1)                                             General Commands Manual                                            MKCOMPOSECACHE(1)

NAME
mkcomposecache - create a cache file for a compose file explicitely SYNOPSIS
mkcomposecache locale compose-file cache-dir [ internal-name ] DESCRIPTION
mkcomposecache creates a cache file for the specified compose-file used in the given locale and saves it in cache-dir. If internal-name has been spezified, it is used as the name of the compose table for computing the hash values and internal validation. This is necessary if global compose cache files shall be created while using DESTDIR during X11 installation. Notes: - compose cache files are created by libX11, thus an Xserver has to be running and DISPLAY has to be set correctly for creating cache files. - libX11 will not write compose cache files if run as root or with different real and effective uids. - libX11 will not create compose cache files in directories writable for other users. DIAGNOSTICS
mkcomposecache returns with exit status 1 on general errors (no Xserver, invoked as root, etc.) and 2 on unsupported locales. An exit status of 0 does not imply that a cache file is actually written, though. This very much depends on the used libX11 and its safety regulations. EXAMPLES
mkcomposecache en_US.UTF-8 /var/tmp/buildroot/usr/share/X11/locale/en_US.UTF-8/Compose /var/tmp/buildroot/var/X11R6/compose_cache /usr/share/X11/locale/en_US.UTF-8/Compose FILES
/var/X11R6/compose_cache Location of global compose cache. AUTHOR
mkcomposecache was written by Matthias Hopf <mhopf@suse.de>. X Version 11 mkcomposecache 1.0 MKCOMPOSECACHE(1)
All times are GMT -4. The time now is 03:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy