Sponsored Content
Operating Systems HP-UX utf-8, problem with special characters Post 302240347 by fpmurphy on Thursday 25th of September 2008 12:47:00 PM
Old 09-25-2008
The list of supported locales of Tru64 UNIX is documented in the l10n_intro.5 man page. The following Greek locales are supported on Tru64 UNIX V5.1A: el_GR.ISO8859-7
el_GR.ISO8859-7@ucs4 and el_GR.UTF-8.

What is the ouput when you run the locale utility i.e. 'locale'?

Do you see these locales when you run 'locale -a'?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

replace UTF-8 characters with tr

Hi, I try to get tr to replace multibytes characters by ascii equivalent. For example "Je vais ŕ l'école" ---> 'Je vais a l'ecole" But my version of tr (5.97) doesn't seem to support multibyte sets. $ locale charmap; echo "Je vais ŕ l'école" | tr éŕ ea UTF-8 Je vais aa l'aacole I try to... (2 Replies)
Discussion started by: ripat
2 Replies

2. Shell Programming and Scripting

special characters giving problem

Hi All, I have a CSV file in which some fields contains special character for ex:- my file is file 1 cat file1 abcd,bgfht,ngbht,abvc **** hdlld,hsgdt,bhfy,knht **** whenever i am trying to put a 4th feild in a variable its giving me list of all the files i have in current... (6 Replies)
Discussion started by: sam25
6 Replies

3. Shell Programming and Scripting

Special characters

When I open a file in vi, I see the following characters: \302\240 Can someone explain what these characters mean. Is it ASCII format? I need to trim those characters from a file. I am doing the following: tr -d '\302\240' ---------- Post updated at 08:35 PM ---------- Previous... (1 Reply)
Discussion started by: sid1982
1 Replies

4. Shell Programming and Scripting

special characters

Hey guys, I'm trying to replace "]Facebook" from the text but sed 's/]Facebook/Johan/g' is not working could you please help me with that? (6 Replies)
Discussion started by: Johanni
6 Replies

5. Shell Programming and Scripting

Replace special characters with Escape characters?

i need to replace the any special characters with escape characters like below. test!=123-> test\!\=123 !@#$%^&*()-= to be replaced by \!\@\#\$\%\^\&\*\(\)\-\= (8 Replies)
Discussion started by: laknar
8 Replies

6. Shell Programming and Scripting

script to tail file; problem with awk and special characters

Trying to use code that I found to send only new lines out of a log file by doing: while :; do temp=$(tail -1 logfile.out) awk "/$last/{p=1}p" logfile.out #pipe this to log analyzer program last="$temp" sleep 10 done Script works fine when logfile is basic text, but when it contains... (2 Replies)
Discussion started by: moo72moo
2 Replies

7. Shell Programming and Scripting

Problem with Special characters in file

Hi, I am facing a below problem. Inorder to mak sure the below file is fixed width i am using the following command awk '{printf("%-375s\n", $0) } so as to add trailing spaces at the end for records of length less than 375. Input file > inp.txt 1©1234 1234 123©1 The output file is... (1 Reply)
Discussion started by: marcus_kosaman
1 Replies

8. Shell Programming and Scripting

Problem with special characters....

grep -i "$line,$opline" COMBO_JUNK|awk -F, ' { C4+=$4 } { } END { print C4 } ' OFS=,` when i run this command in the script.... it o/p all the value as 0 if $line contains any special parameters..... but the same script if i run in command prompt... it shows... (4 Replies)
Discussion started by: nikhil jain
4 Replies

9. Linux

Help to Convert file from UNIX UTF-8 to Windows UTF-16

Hi, I have tried to convert a UTF-8 file to windows UTF-16 format file as below from unix machine unix2dos < testing.txt | iconv -f UTF-8 -t UTF-16 > out.txt and i am getting some chinese characters as below which l opened the converted file on windows machine. LANG=en_US.UTF-8... (3 Replies)
Discussion started by: phanidhar6039
3 Replies

10. 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
Catalan(5)							File Formats Manual							Catalan(5)

NAME
Catalan, catalan - Introduction to Catalan language support DESCRIPTION
This reference page describes the codeset, locale, device, and other kinds of support for the Catalan language. Codesets The operating system supports the following coded character sets (codeset) for Catalan: ISO 8859-1 (ISO Latin-1) ISO8859-1 is the string that represents this codeset in the names of locales and other system files. See iso8859-1(5) for more information about the ISO Latin-1 codeset. ISO 8859-15 (ISO Latin-9) ISO8859-15 is the string that represents this codeset in the names of locales and other system files. See iso8859-15(5) for more information about the ISO Latin-9 codeset. UCS-2, UCS-4, and UTF-8 UCS-2, UCS-4, ucs4, and UTF-8 are the strings that represent these codesets in the names of system files. See Unicode(5) for more information about these encoding formats. PC code-page formats cp437, cp850, and cp1250 are the strings that represent these encoding formats in the names of system files. See code_page(5) for more information about these encoding formats. See i18n_intro(5) and l10n_intro(5) for introductory information on codesets and iconv_intro(5) for information on codeset conversion. Locales The operating system supports the following Catalan locales: ca_ES.ISO8859-1, ca_ES.ISO8859-15, and ca_ES.UTF-8, for Spain Of these locales, only ca_ES.ISO8859-15 and ca_ES.UTF-8 support the euro currency sign. You can use the locale command (see locale(1)) to find out which locales are installed on your system. See i18n_intro(5) for information on setting locale from the operating system command line. In the Common Desktop Environment (CDE), you need to set locale by setting the session language. To do this, use the Language menu that is accessed from the Options button of the Login window. Keyboards and Printers Keyboard and printer support for Catalan is the same as for Spanish. Refer to the Spanish(5) reference page for this information. SEE ALSO
Commands: locale(1), lp(1), lpr(1), xset(1X), lpd(8), lprsetup(8) Files: printcap(4) Others: code_page(5), euro(5), i18n_intro(5), i18n_printing(5), iconv_intro(5), iso8859-1(5), iso8859-15(5), keyboard(5), l10n_intro(5), Spanish(5), Unicode(5) Writing Software for the International Market Catalan(5)
All times are GMT -4. The time now is 05:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy