Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

codepage(1) [suse man page]

CODEPAGE(1)							   Debian Linux 						       CODEPAGE(1)

NAME
codepage - extract a codepage from an MSDOS codepage file SYNOPSIS
codepage [ -c ] | [ -l ] | -L ] | [ -a | nnn ] <file.cpi> DESCRIPTION
The codepage command extracts codepages from an MSDOS codepage file. OPTIONS
-c Input file is a single codepage -L Print header info (you don't want to see this). -l List all codepages contained in the file. -a Extract all codepages from the file nnn (3 digits): extract codepage nnn from the file. EXAMPLE
To create a file 850.cp, with codepage 850 from a file ega.cpi, execute: codepage ega.cpi 850 Console Tools 2002-02-19 CODEPAGE(1)

Check Out this Related Man Page

RE(1)                                                         General Commands Manual                                                        RE(1)

NAME
re - programm to conver russian texts between different encodings SYNOPSIS
re <infile><outfile><infrmt><outfrmt><f|b|s><u|l|s> DESCRIPTION
This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. re is a program that converts russian texts between encodings. OPTIONS
The easiest way to convert some file into readable form (KOI-8), just type this: re <SourceFile> <DestFile> ? K where : <SourceFile> - unreadable file <DestFile> - resulting file ? - tells RE that source codepage is unknown and RE should analyze the file and determine the source codepage K - tells RE that destination codepage is KOI-8 Note: If you know, what is source codepage, you may use it instead of "?" option. For example, you want to convert letter.txt file which was written in Win you know, that this file is in 1251 codepage: re letter.txt letter2.txt W K Now examine the letter2.txt - you should see russian symbols in KOI-8. Here is the know codepages list and their abbreviatures: W - Windows 1251 "_" - _xxe D - Dos "%" - %hex K - KOI-8 "\" - 'hex L - Latin G - Graph_win I - Iso "<" - <binhex> H - HEX + - +UTF7- S - ShiftKbrd C - C_MIC M - Mac Y - Y_c16 A - AFF Z - Z_c32 O - Odd(UTF8_1) F - F(UTF8_2) B - Base64 P - Pict E - Express N - N_Estl T - T-Html V - V_Vpp855 U - User X - X_sp "-" - uue J - J_diff Other options are: [-v][-E|-R|-N][-e|-s] -v - tells what is processing -n - don't tells what is processing (default) -E - converts all p,H from Russian to English -R - converts all p,H from English to Russian -N - lets all p,H Russian or English as in text (default) -e - converts all symbols 0x80 - 0xFF -s - converts only 64 symbols of Russian Alphabet (default) AUTHOR
This manual page was written by Aigars Mahinovs <aigarius@debian.org>, for the Debian GNU/Linux system (but may be used by others). March 21, 2000 RE(1)
Man Page

4 More Discussions You Might Find Interesting

1. AIX

Dont want to change the codepage of a unicode file

I have a unicode file which needs to be modifed in an AIX environment from within a shell (ksh). I am concerned that the modification may involve a change in the file's codepage. Is my concern correct ? If so, whats the way around ? Thanks in advance. (0 Replies)
Discussion started by: shibajighosh
0 Replies

2. Linux

Unix Equivalent Windows Variable

Hi, I've set my Unix User Profile Variables as follows.. export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 I want to set the same codepages in my Windows Vista Environment.. How can i do that..? Whether the variable names remain same ..? Please help Regards, Vikram... (1 Reply)
Discussion started by: vickramshetty
1 Replies

3. Shell Programming and Scripting

Retries in shell programming.

Hello Friends, I am writng a shell script which will call another script startServer and then execute one more script pingServer to check if the server is up. As it takes sometimes for the server to start, so I have defined an until loop to check the status of the server until the server is... (2 Replies)
Discussion started by: singh.chandan18
2 Replies

4. SuSE

FTP set codepage of source dataset

I have a file on Suse Linux which is created in codepage 420. I need to FTP this file to a remote server with codepage 1256. How do I specify in FTP that the source codepage is 420 instead of the Linux default? Is this possible with curl or any other ftp client on Linux. I don't see a... (2 Replies)
Discussion started by: tsdjim
2 Replies