Sponsored Content
Top Forums Shell Programming and Scripting Email a File from UNIX which has Japanese characters in it Post 302351124 by jainkirti on Monday 7th of September 2009 08:22:55 AM
Old 09-07-2009
I'm not able to use base64 option for uuencode.

when i do a man, it says :
SYNOPSIS
uuencode [ source-file ] decode_pathname

do you know how to specify the base64 encoding option to the uuencode command ?
Thanks,
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Identifying invisible characters in Unix file

I have a file, which when you look at it, appears as if it has spaces.... But sometimes, it is has tab or Nulls or some other character which we are not able to see..... How to find what character exactly it is in the file, where ever we are seeing a space... (Iam in solaris)... (1 Reply)
Discussion started by: thanuman
1 Replies

2. UNIX for Dummies Questions & Answers

Unix file does not display special characters

We have a unix file that contains special characters (ie. Ñ, °, É, ¿ , £ , ø ). When I try to read this file I get a codepage error and the characters are replaced by the # symbol. How do I keep the special characters from being read? Thanks. Ryan (3 Replies)
Discussion started by: Ryan2786
3 Replies

3. AIX

Japanese in Unix

Hi, I have a PPD(Postscript printer description) file which is in Japanese. I want to use the PPD file in AIX. Is it possible where should i set the Lang. and is it possible to type in Japanese language. Please help. (3 Replies)
Discussion started by: meeraramanathan
3 Replies

4. Shell Programming and Scripting

UNIX file attachment in email

Hi, I have a syntax for mail attachment as $EMAIL "Wrapper $wrapper_script_name has failed" " $wrapper_script_name has Failed " $failed_email_address and $EMAIL is as below MSGSub=${1} MSGText=${2} RMAIL=${3} #set LANG='' export LANG='' echo "${MSGSub}" | mailx -s "${MSGText}" ... (1 Reply)
Discussion started by: satgur
1 Replies

5. Shell Programming and Scripting

Detect lines beginning with double-byte characters (Japanese) and delete

Greetings, I want to use a script (preferably awk) which determines if the first character in a line is double-byte (as in Japanese or Chinese) and deletes it. For example: (in the above quote, I see Japanese on my screen for two lines - with 2 characters in the first and 3 characters in the... (8 Replies)
Discussion started by: ubbeauty
8 Replies

6. Solaris

Japanese and Hindi test want to insert on file on Solaris 10

Hello All, I have a solaris 10 sparc machine . I have installed all the locale . hi_IN.UTF-8. and similarly for japanese. But when i am trying to insert Hindi test in a file using vi . Every thing is getting turned in dots . Can any one help in this .I have configured the LANG and... (14 Replies)
Discussion started by: Arif29march
14 Replies

7. Shell Programming and Scripting

Unix Script file to Append Characters before rows in file.

Hi Experts, I am working on HP-UX. I am new to shell scripting. I would like to have a shell script which will prefix: 1. "H|" before first row of my file and, 2. "T" for all other rows of the file. For Example - File before running the script 20100430|4123451810|218.50|TC 20100430 ... (4 Replies)
Discussion started by: phani333
4 Replies

8. Shell Programming and Scripting

Removing Non-printable characters in unix file

Hi, We have a non printable character "®" in our file , we want to remove this character, we tried tr -dc '' < oldfile> newfile but this command is removing all new line entries along with the non printable character and all the records are coming in one line(it is changing the format of the... (2 Replies)
Discussion started by: pyaranoid
2 Replies

9. Red Hat

How to display Chinese and Japanese Characters on Rhel 6?

Hello, I'm trying to figure out how to display Chinese and Japanese Characters on my RHEL 6 Console. There is no more "bogl-bterm" for RHEL6, that is not supported anymore. Is there any way that I could display them? Thank you. (2 Replies)
Discussion started by: pjeedu2247
2 Replies

10. SuSE

Display Chinese and Japanese characters on my SLES console.

Hello, I'm trying to figure out how to display Chinese and Japanese Characters on my SLES 11 Console. Is there any way that I could display those characters on my console? Thank you. (3 Replies)
Discussion started by: pjeedu2247
3 Replies
eucJP(5)							File Formats Manual							  eucJP(5)

NAME
eucJP - A character encoding system (codeset) for Japanese DESCRIPTION
The Japanese EUC (Extended UNIX Code), or eucJP, codeset consists of the following character sets: CS0 (ASCII or JIS Roman) CS1 (JIS X0208) CS2 (JIS Katakana) CS3 (JIS X0212) CS0 is a primary character set. CS1, CS2, and CS3 are supplementary character sets. The MSB (Most Significant Bit) of the byte that repre- sents a character in CS0 is set off, whereas the MSB of the bytes that represent characters in CS1, CS2, and CS3 is set on. Japanese EUC Encoding The representation of ASCII/JIS Roman and JIS X0208 characters in the Japanese EUC codeset is similar to how those characters are repre- sented in the DEC Kanji codeset (refer to deckanji(5)). The two additional character sets, JIS Katakana and JIS X0212, are encoded in the Japanese EUC codeset by making use of the SS2 (Single Shift 2) and SS3 (Single Shift 3) control characters. The Japanese EUC codeset provides the following two areas for representation of user-defined characters (UDC): ----------------------------------------------------------- Area Usage Row Range Number of Char- Code Range acters ----------------------------------------------------------- JIS X0208 85-94 940 F5A1-FEFE JIS X0212 78-94 1598 SS3 [EEA1-FEFE] ----------------------------------------------------------- The representation of UDCs on these two code planes is identical to that for standard characters that occupy the same planes. Code ranges distinguish between UDCs and standard JIS X0208 and JIS X0212 characters that occupy the same plane. Currently, the operating system does not support JIS X0212 (JIS Supplementary) characters. Codeset Conversion The following codeset converter pairs are available for converting Japanese characters between eucJP and other encoding formats. Refer to iconv_intro(5) for an introduction to codeset conversion. For more information about the other codeset for which eucJP is the input or out- put, see the reference page specified in the list item. deckanji_eucJP, eucJP_deckanji Converting from and to the DEC Kanji codeset: deckanji(5). ISO-2022-JP_eucJP, eucJP_ISO-2022-JP Converting from and to the ISO 2022 Japanese codeset: iso2022jp(5). ISO-2022-JPext_eucJP, eucJP_ISO-2022-JPext Converting from and to the ISO 2022 Japanese Extended codeset: iso2022jp(5). JIS7_eucJP, eucJP_JIS7 Converting from and to the JIS7 codeset: jiskanji(5). SJIS_eucJP, eucJP_SJIS Converting from and to the Shift JIS codeset: SJIS(5). Shift JIS encoding is identical to the encoding used in the Microsoft PC code page for Japanese. You can therefore use these con- verters to convert Japanese text from and to Japanese code-page format. See code_page(5) for more information about how the operat- ing system supports PC code pages. sdeckanji_eucJP, eucJP_sdeckanji Converting from and to the Super DEC Kanji codeset: sdeckanji(5). UCS-2_eucJP, eucJP_UCS-2 Converting from and to UCS-2 format: Unicode(5). UCS-4_eucJP, eucJP_UCS-4 Converting from and to UCS-4 format: Unicode(5). UTF-8_eucJP, eucJP_UTF-8 Converting from and to UTF--8 format: Unicode(5). Japanese EUC Fonts For display devices, the operating system supports Japanese EUC characters by converting Japanese EUC code to DEC Kanji code and then using the fonts for DEC Kanji. Because the CS3 character set is not supported by the DEC Kanji codeset, CS3 characters cannot be displayed. The operating system does not provide PostScript fonts for Japanese EUC. Some printers support Japanese with printer-resident fonts and print filters perform codeset conversion, if required, for the encoding used in the file input to the print job. For some other printers, you can set up a print filter to convert Japanese bitmap fonts to PostScript. Refer to i18n_printing(5) for introductory information about your printing options. SEE ALSO
Commands: locale(1) Others: ascii(5), code_page(5), i18n_intro(5), i18n_printing(5), iconv_intro(5), deckanji(5), iso2022jp(5), Japanese(5), jiskanji(5), l10n_intro(5), sdeckanji(5), shiftjis(5), Unicode(5) eucJP(5)
All times are GMT -4. The time now is 10:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy