Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: EBCDIC 8859


Related Topics

  
  EBCDIC   (Site not responding. Last check: 2007-10-20)
EBCDIC was devised in 1963 - 1964 timeframe by IBM and announced with the release of the IBM System/360 line of mainframe computer s at the apex of IBM’s mainframe monopoly.
EBCDIC was the predecessor to ASCII, which was devised in 1968.
EBCDIC is an 8 bit encoding, vs. the 7 bit encoding of ASCII.
www.serebella.com /encyclopedia/article-EBCDIC.html   (675 words)

  
 ISO/IEC 8859 - Wikipedia, the free encyclopedia
ISO 8859 sought to remedy this problem by utilizing the eighth bit in an 8-bit byte in order to allow positions for another 128 characters.
The ISO 8859 standard is designed for reliable information exchange, not typography; the standard omits symbols needed for high-quality typography, such as optional ligatures, curly quotation marks, dashes, etc. As a result, high-quality typesetting systems often use proprietary or idiosyncratic extensions on top of the ASCII and ISO 8859 standards, or use Unicode instead.
ISO 8859 was favored throughout the 1990s, having the advantages of being well-established and more easily implemented in software: the equation of one byte to one character is simple and adequate for most single-language applications, and there are no combining characters or variant forms.
en.wikipedia.org /wiki/ISO_8859   (2020 words)

  
 PERLEBCDIC(1)   (Site not responding. Last check: 2007-10-20)
ISO 8859 The ISO 8859-$n are a collection of character code sets from the International Organization for Standardization (ISO) each of which adds characters to the ASCII set that are typically found in European languages many of which are based on the Roman, or Latin, alphabet.
EBCDIC The Extended Binary Coded Decimal Interchange Code refers to a large collection of slightly different single and multi byte coded character sets that are different from ASCII or ISO 8859-1 and typically run on host computers.
One big difference between ASCII based character sets and EBCDIC ones are the relative positions of upper and lower case letters and the letters compared to the digits.
h30097.www3.hp.com /docs/iass/OSIS_63/MAN/MAN1/0081____.HTM   (3347 words)

  
 Re: EBCDIC & uuencode/uudecode
It would be very simple for an local gateway to handle local 7bit <--> ISO 8859/n conversion if the only local need were the 7bit character set (which is implicit in the suggestion that the 7bit sets be part of the RFC).
With regard to text mail traffic, if the network uses a character set that is a superset (ISO 8859 family) of the local implementation (ISO 646 family), then everything possible using the local implementation is possible across the network.
EBCDIC is more restrictive than the ISO 8859 family and so across the network the text mail traffic from EBCDIC sites can easily be encoded into either ISO 8859/n or US ASCII both of which need to be supported in the RFC.
www.imc.org /ietf-822/old-archive1/msg00285.html   (568 words)

  
 Perl and EBCDIC? - The Perl Journal, Winter 1997
In contrast, EBCDIC does not have the alphabet in a stepwise continuous sequence - there are gaps - but both the upper and lower case alphabets are numerically sortable just like ASCII.
EBCDIC is of special interest to me because I work on an IBM OS/390 computer running OpenEdition, which internally uses EBCDIC.(The OpenEdition environment has been described as Unix on a mainframe; MVS OpenEdition comes with a POSIX shell, an ANSI C/C++ library and compilers, Berkeley style sockets, a hierarchical file system, and a web server.
The gaps in EBCDIC are a result of the way the code was laid out to fit on punch cards: groups of 9, 9, and 8 characters separated by 16 or 17 characters.
www.foo.be /docs/tpj/issues/vol2_4/tpj0204-0005.html   (2070 words)

  
 perlebcdic - Considerations for running Perl on EBCDIC platforms - Perl Globe   (Site not responding. Last check: 2007-10-20)
Among IBM EBCDIC character code sets there are 13 characters that are often mapped to different integer values.
Perl on EBCDIC machines has been ported to take "\c@" to chr(0) and "\cA" to chr(1) as well, but the thirty three characters that result depend on which code page you are using.
The property of lower case before uppercase letters in EBCDIC is even carried to the Latin 1 EBCDIC pages such as 0037 and 1047.
www.perlglobe.com /perlebcdic.html   (3768 words)

  
 Selected Unicode Characters 0000-00FF   (Site not responding. Last check: 2007-10-20)
EBCDIC 7B: 00037 00264 00273 00274 00281 00285 00290 00420 00424 00500 00838 00870 00871 00875 00880 00930 00939 01005 01025 01047 01123 01130 01140 01141 01146 01148 01149 01153 01154 01156 01158 01160 01164 01165
EBCDIC 5B: 00037 00264 00273 00274 00280 00284 00297 00420 00423 00424 00500 00838 00870 00871 00875 00880 00939 01005 01025 01047 01123 01130 01140 01141 01144 01145 01147 01148 01149 01153 01154 01156 01158 01160 01164 01165
EBCDIC E0: 00037 00264 00275 00277 00284 00285 00424 00500 00838 00870 00875 00880 00939 01005 01025 01047 01123 01130 01140 01142 01145 01146 01148 01153 01154 01156 01158 01160 01164 01165
tachyonsoft.com /uc0000.htm   (2629 words)

  
 Character Set List
EBCDIC is an encoding, or rather a large family of related encodings, used by IBM.
EBCDIC is 8-bit, but unlike most 8-bit encodings it does not have a lower half similar to ASCII and an upper half customized for local needs.
EBCDIC is legendary for its complexity, its multitude of incompatible dialects, and the way almost every implementation cheerfully ignores most relevant rules.
www.jbrowse.com /text/charsets.html   (9294 words)

  
 Definition of ebcdic
In the double byte extentension of EBCDIC, there are shift codes [0x0E,0x0F] to shift betwe...
EBCDIC is an 8 bit encoding, vs. the 7 bit encoding of [...
For example, you can read Outline and EBCDIC files but not write them; the disk search facilit...
www.wordiq.com /search/ebcdic.html   (447 words)

  
 man: perlebcdic   (Site not responding. Last check: 2007-10-20)
ISO 8859 The ISO 8859-$n are a collection of character code sets from the Inter- national Organization for Standardization (ISO) each of which adds characters to the ASCII set that are typically found in European lan- guages many of which are based on the Roman, or Latin, alphabet.
Unicode code points versus EBCDIC code points In Unicode terminology a code point is the number assigned to a charac- ter: for example, in EBCDIC the character "A" is usually assigned the number 193.
One big difference between ASCII based character sets and EBCDIC ones are the relative positions of upper and lower case letters and the let- ters compared to the digits.
www.hmug.org /man/1/perlebcdic.html   (3340 words)

  
 nntp.perl.org - perl.mvs (482)
One of the big reasons we could suspect that such tables might be necessary is that the characters in the range 128..
I asked what they were on an as400 newsgroup (asking for personal email response since my news access is spotty) about a year ago and never received any repsonse.
And as a bonus here is a little program that can be used to generate utf8 tables on ascii or ebcdic machines by explicitly testing perl's utf8 transformation algorithms.
www.nntp.perl.org /group/perl.mvs/482   (480 words)

  
 perlebcdic - perldoc.perl.org
POSIX-BC The EBCDIC code page in use on Siemens' BS2000 system is distinct from 1047 and 0037.
In Unicode terminology a code point is the number assigned to a character: for example, in EBCDIC the character "A" is usually assigned the number 193.
The extensions Unicode::Collate and Unicode::Normalized are not supported under EBCDIC, likewise for the encoding pragma.
www.marcin-nolte.de /docs/perl/perlebcdic.html   (4430 words)

  
 Standards
This is clearly violated by the braces, the backslash and the four banking symbols in the lower right quarter that are also present in the standard OCR-A font (but these latter four got very strange positions!).
Here the defined symbols from EBCDIC were left unchanged (except the dollar sign), and the symbols were filled in order from the position of the space.
In this case the additional symbols not in EBCDIC were just added consecutively in the empty places in the code table (again skipping the position after the space).
homepages.cwi.nl /~dik/english/codes/stand.html   (3119 words)

  
 Character Encoding and the Web
They are part of every one of the ISO 8859 family of eight bit codes.
Such data is correctly interpreted when treated as any of the ISO 8859 family (because the first half of every standard eight bit code is ASCII), or as UTF-8 (because the ASCII characters are encoded as single byte values in UTF-8).
Data from different sources may be encoded in one of the 8859 eight bit character sets, one of the Windows vendor-specific character sets, or one of the legacy Far East multi-byte codes.
www.yale.edu /pclt/encoding/index.htm   (10018 words)

  
 perlebcdic - Considerations for running Perl on EBCDIC platforms
To determine the character set you are running under from perl one could use the return value of
must be given an EBCDIC code number argument to yield a desired character return value on an EBCDIC machine.
will render EBCDIC data in EBCDIC characters equivalent to their ASCII counterparts.
www.atmos.washington.edu /pod/perlebcdic.html   (3677 words)

  
 ISO-8859 briefing and resources   (Site not responding. Last check: 2007-10-20)
This note will say little about EBCDIC, assuming that those who are using EBCDIC-based platforms have already come to terms with the idea of their storage encoding having to be mapped to and from US-ASCII for the network.
Previously, the EBCDIC code used by IBM mainframes was also an issue, and mention of this will be found in the materials referenced, but with the move away from mainframes this will concern us normal mortals less and less.
It is present in many character sets (including the whole ISO 8859 series and, of course, ISO 10646), and can always be included by means of the reference andshy;.
ppewww.ph.gla.ac.uk /~flavell/iso8859/iso8859-pointers.html   (5881 words)

  
 Notes on HTML Internationalisation (i18n)   (Site not responding. Last check: 2007-10-20)
As long as the recipient understands that the transfer is being made in EBCDIC, the meaning of the data remains unchanged.
And the answer is, we convert the individual characters: ampersand, hash, six, five, semicolon: into their EBCDIC equivalents, but the numerical value, sixtyfive, remains unaffected.
Oh well, as long as you understand the principles as they were set out in RFC2070 (and, I hope, demystified in the present briefing paper), then you'll be in a position to cope with this particular piece of hand-wringing.
ppewww.ph.gla.ac.uk /~flavell/charset/internat.html   (6209 words)

  
 Ebcdic To Ascii Conversion in TutorGig Encyclopedia   (Site not responding. Last check: 2007-10-20)
EBCDIC was developed separately from ASCII, which also happened to be devised in 1963.
Details about UTF EBCDIC are defined in Unicode...Table Unicode UTF EBCDIC is an encoding of Unicode that is meant to be EBCDIC friendly so that some older..
List of EBCDIC codepages with Latin 1 charset table border cellpadding 3 tr td colspan 2   td th...
www.tutorgig.com /es/Ebcdic+To+Ascii+Conversion   (1170 words)

  
 Customized EBCDIC-to-ASCII Data Translation
This process may include conversion from EBCDIC to ASCII (or vice-versa), restructuring your data, or dealing with binary/packed fields.
In addition, individual fields are often compressed to save space, using a variety of techniques like COMP-3, zoned decimal and binary compression.
Mainframe multi-dimensional tables are often output to tape as EBCDIC, Variable Blocked, and Variable Record Length data sets.
dp.comco-inc.com /comco_ebcdic   (658 words)

  
 [No title]
The following three variants were implemented in `recode' independently of RFC 1345: `EBCDIC' In `recode', the `us..ebcdic' conversion is identical to `dd conv=ebcdic' conversion, and `recode' `ebcdic..us' conversion is identical to `dd conv=ascii' conversion.
RFC 1345 brings into `recode' 15 other EBCDIC charsets, and 21 other charsets having EBCDIC in at least one of their alias names.
grep -i ebcdic Note that `recode' may convert a pure stream of EBCDIC characters, but it does not know how to handle binary data between records which is sometimes used to delimit them and build physical blocks.
cs1.mcm.edu /tutorial/doc/recode-3.6/doc/recode.info-4   (5481 words)

  
 EBCDIC Definition / EBCDIC Research   (Site not responding. Last check: 2007-10-20)
EBCDIC (Fully, "Extended Binary Coded Decimal Interchange CodeIn communications, a code is a rule for converting a piece of information (for example, a letter, word, or phrase) into another form or representation, not necessarily of the same sort.
This includes all scripts still in active use today, many scripts known only by scholars, and symbols which do not strictly represent scripts, like mathematics, linguistics and APL....
[click for more]) are normally used instead; EBCDIC is generally considered an anachronism.
www.elresearch.com /EBCDIC   (445 words)

  
 perlebcdic
use Encode 'from_to'; my %ebcdic = (176 => 'cp37', 95 => 'cp1047', 106 => 'posix-bc'); # $a is in EBCDIC code points from_to($a, $ebcdic{ord '^'}, 'latin1'); # $a is ISO 8859-1 code points
$is_ascii = "A" eq chr(65); $is_ebcdic = "A" eq chr(193);
$is_ascii = ord("\t") == 9; $is_ebcdic = ord("\t") == 5;
www.jeehannes.darwinist.nl /perldoc/perlebcdic.html   (4273 words)

  
 Observations: SAS System Support for International Character Sets   (Site not responding. Last check: 2007-10-20)
One problem with EBCDIC is that, on different code pages, the same code point might be used for different characters.
Another problem with EBCDIC is that the same special character may be assigned to different code points on different code pages.
On EBCDIC hosts, SASXPT is the same as the second half of the EBCDIC host-to-host trantabs _0000030, _0000060, or _00000A0, and SASLCL is the same as the first half of those trantabs.
www.sas.com /service/doc/periodicals/obs/nls_article.html   (8308 words)

  
 Diphthongs and umlauts, EBCDIC or ASCII, ... some of my favorite things   (Site not responding. Last check: 2007-10-20)
Believe it or not there may be hundreds of ASCII and EBCDIC coded character sets customized for this and that purpose.
For example, code point x'C1' for all EBCDIC code pages (native encodings) stands for the uppercase letter 'A'.
When translating between ASCII and EBCDIC code pages, the problems are worsened if the data contains characters not common to both code pages.
www.multi-platforms.com /Tips/DiphthongsUmlauts.htm   (663 words)

  
 Converting EBCDIC to ASCII to reduce CPU time
RPM Remote Print Manager can convert EBCDIC text to ASCII and ASCII to EBCDIC.
RPM allows the user to select from a menu of languages, the extended EBCDIC codes.
RPM also attempts to match the current locale setting to an EBCDIC extension if one has not already been selected.
lpd.brooksnet.com /convert-EBCDIC-to-ASCII.html   (151 words)

  
 Re: Register EBCDIC Character Set "OSD_EBCDIC_DF04_1" from Hans Franke on 2003-10-24 (ietf-charsets@w3.org ...
Re: Register EBCDIC Character Set "OSD_EBCDIC_DF04_1" from Hans Franke on 2003-10-24 (ietf-charsets@w3.org from October to December 2003)
I suggest that the registration proposals > be updated to give more details to allow readers to > understand what the specifics of each encoding are > without having to check all the details in the encoding > tables.
These Codes are EBCDIC equivalents of 8859 Variants OSD_EBCDIC_DF04_1 (or EDF041) -> ISO 8859-1 OSD_EBCDIC_DF04_15 (EDF04F) -> ISO 8859-15 (The full Name used in OSD tabes is rather EBCDIC.DF.04-F) OSD_EBCDIC_DF03_IRV (EDF03IRV) -> ISO 646 (Which is 'Standard' EBCDIC') Gruss H.
lists.w3.org /Archives/Public/ietf-charsets/2003OctDec/0485.html   (252 words)

  
 EBCDIC Links
Convert comp3 data in ebcdic file to ascii format
ASCII & EBCDIC TABLES for 2780/3780 File Transfer Protocol - product specific but useful info...
And we can all use some humor sometimes: see the EBCDIC entry in the Jargon file.
www.planetmvs.com /links/ebcdic.html   (190 words)

  
 Re: Thoughts about characters transmission
You're right that we need world-wide solutions and you're right that we should have some- thing ASCII based.
I've spent a significant part of *my* life working with others toward a true solution to the ASCII <---> EBCDIC problem.
Some form of concensus was reached a long time ago and folks have successfully "beat IBM over the head" with it, and IBM has finally acknowledged a "de facto network EBCDIC" [my term] which they call CodePage 1047.
www.imc.org /ietf-822/old-archive1/msg03657.html   (369 words)

  
 [No title]
=head2 ISO 8859 The ISO 8859-$n are a collection of character code sets from the International Organization for Standardization (ISO) each of which adds characters to the ASCII set that are typically found in European languages many of which are based on the Roman, or Latin, alphabet.
=head2 EBCDIC The Extended Binary Coded Decimal Interchange Code refers to a large collection of slightly different single and multi byte coded character sets that are different from ASCII or ISO 8859-1 and typically run on host computers.
=head1 SORTING One big difference between ASCII based character sets and EBCDIC ones are the relative positions of upper and lower case letters and the letters compared to the digits.
perl.enstimac.fr /allpod/en-5.8.5/perlebcdic.pod   (3477 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.