• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdesdk API Reference
  • KDE Home
  • Contact Us
 

okteta

  • sources
  • kde-4.12
  • kdesdk
  • okteta
  • core
  • codecs
ebcdic1047charcodec.cpp
Go to the documentation of this file.
1 /*
2  This file is part of the Okteta Core library, made within the KDE community.
3 
4  Copyright 2004,2011 Friedrich W. H. Kossebau <kossebau@kde.org>
5 
6  This library is free software; you can redistribute it and/or
7  modify it under the terms of the GNU Lesser General Public
8  License as published by the Free Software Foundation; either
9  version 2.1 of the License, or (at your option) version 3, or any
10  later version accepted by the membership of KDE e.V. (or its
11  successor approved by the membership of KDE e.V.), which shall
12  act as a proxy defined in Section 6 of version 3 of the license.
13 
14  This library is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17  Lesser General Public License for more details.
18 
19  You should have received a copy of the GNU Lesser General Public
20  License along with this library. If not, see <http://www.gnu.org/licenses/>.
21 */
22 
23 #include "ebcdic1047charcodec.h"
24 
25 // lib
26 #include <character.h>
27 // Qt
28 #include <QtCore/QString>
29 
30 
31 namespace Okteta
32 {
33 
34 static quint16 UnicodeChars[256] =
35 {
36  0x0000, 0x0001, 0x0002, 0x0003, 0x009C, 0x0009, 0x0086, 0x007F,
37  0x0097, 0x008D, 0x008E, 0x000B, 0x000C, 0x000D, 0x000E, 0x000F,
38  0x0010, 0x0011, 0x0012, 0x0013, 0x009D, 0x0085, 0x0008, 0x0087,
39  0x0018, 0x0019, 0x0092, 0x008F, 0x001C, 0x001D, 0x001E, 0x001F,
40  0x0080, 0x0081, 0x0082, 0x0083, 0x0084, 0x000A, 0x0017, 0x001B,
41  0x0088, 0x0089, 0x008A, 0x008B, 0x008C, 0x0005, 0x0006, 0x0007,
42  0x0090, 0x0091, 0x0016, 0x0093, 0x0094, 0x0095, 0x0096, 0x0004,
43  0x0098, 0x0099, 0x009A, 0x009B, 0x0014, 0x0015, 0x009E, 0x001A,
44  0x0020, 0x00A0, 0x00E2, 0x00E4, 0x00E0, 0x00E1, 0x00E3, 0x00E5,
45  0x00E7, 0x00F1, 0x00A2, 0x002E, 0x003C, 0x0028, 0x002B, 0x007C,
46  0x0026, 0x00E9, 0x00EA, 0x00EB, 0x00E8, 0x00ED, 0x00EE, 0x00EF,
47  0x00EC, 0x00DF, 0x0021, 0x0024, 0x002A, 0x0029, 0x003B, 0x005E,
48  0x002D, 0x002F, 0x00C2, 0x00C4, 0x00C0, 0x00C1, 0x00C3, 0x00C5,
49  0x00C7, 0x00D1, 0x00A6, 0x002C, 0x0025, 0x005F, 0x003E, 0x003F,
50  0x00F8, 0x00C9, 0x00CA, 0x00CB, 0x00C8, 0x00CD, 0x00CE, 0x00CF,
51  0x00CC, 0x0060, 0x003A, 0x0023, 0x0040, 0x0027, 0x003D, 0x0022,
52  0x00D8, 0x0061, 0x0062, 0x0063, 0x0064, 0x0065, 0x0066, 0x0067,
53  0x0068, 0x0069, 0x00AB, 0x00BB, 0x00F0, 0x00FD, 0x00FE, 0x00B1,
54  0x00B0, 0x006A, 0x006B, 0x006C, 0x006D, 0x006E, 0x006F, 0x0070,
55  0x0071, 0x0072, 0x00AA, 0x00BA, 0x00E6, 0x00B8, 0x00C6, 0x00A4,
56  0x00B5, 0x007E, 0x0073, 0x0074, 0x0075, 0x0076, 0x0077, 0x0078,
57  0x0079, 0x007A, 0x00A1, 0x00BF, 0x00D0, 0x005B, 0x00DE, 0x00AE,
58  0x00AC, 0x00A3, 0x00A5, 0x00B7, 0x00A9, 0x00A7, 0x00B6, 0x00BC,
59  0x00BD, 0x00BE, 0x00DD, 0x00A8, 0x00AF, 0x005D, 0x00B4, 0x00D7,
60  0x007B, 0x0041, 0x0042, 0x0043, 0x0044, 0x0045, 0x0046, 0x0047,
61  0x0048, 0x0049, 0x00AD, 0x00F4, 0x00F6, 0x00F2, 0x00F3, 0x00F5,
62  0x007D, 0x004A, 0x004B, 0x004C, 0x004D, 0x004E, 0x004F, 0x0050,
63  0x0051, 0x0052, 0x00B9, 0x00FB, 0x00FC, 0x00F9, 0x00FA, 0x00FF,
64  0x005C, 0x00F7, 0x0053, 0x0054, 0x0055, 0x0056, 0x0057, 0x0058,
65  0x0059, 0x005A, 0x00B2, 0x00D4, 0x00D6, 0x00D2, 0x00D3, 0x00D5,
66  0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037,
67  0x0038, 0x0039, 0x00B3, 0x00DB, 0x00DC, 0x00D9, 0x00DA, 0x009F
68 };
69 
70 static unsigned char EBCDICChars[256] =
71 {
72  0x00, 0x01, 0x02, 0x03, 0x37, 0x2D, 0x2E, 0x2F,
73  0x16, 0x05, 0x25, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F,
74  0x10, 0x11, 0x12, 0x13, 0x3C, 0x3D, 0x32, 0x26,
75  0x18, 0x19, 0x3F, 0x27, 0x1C, 0x1D, 0x1E, 0x1F,
76  0x40, 0x5A, 0x7F, 0x7B, 0x5B, 0x6C, 0x50, 0x7D,
77  0x4D, 0x5D, 0x5C, 0x4E, 0x6B, 0x60, 0x4B, 0x61,
78  0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7,
79  0xF8, 0xF9, 0x7A, 0x5E, 0x4C, 0x7E, 0x6E, 0x6F,
80  0x7C, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7,
81  0xC8, 0xC9, 0xD1, 0xD2, 0xD3, 0xD4, 0xD5, 0xD6,
82  0xD7, 0xD8, 0xD9, 0xE2, 0xE3, 0xE4, 0xE5, 0xE6,
83  0xE7, 0xE8, 0xE9, 0xAD, 0xE0, 0xBD, 0x5F, 0x6D,
84  0x79, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87,
85  0x88, 0x89, 0x91, 0x92, 0x93, 0x94, 0x95, 0x96,
86  0x97, 0x98, 0x99, 0xA2, 0xA3, 0xA4, 0xA5, 0xA6,
87  0xA7, 0xA8, 0xA9, 0xC0, 0x4F, 0xD0, 0xA1, 0x07,
88  0x20, 0x21, 0x22, 0x23, 0x24, 0x15, 0x06, 0x17,
89  0x28, 0x29, 0x2A, 0x2B, 0x2C, 0x09, 0x0A, 0x1B,
90  0x30, 0x31, 0x1A, 0x33, 0x34, 0x35, 0x36, 0x08,
91  0x38, 0x39, 0x3A, 0x3B, 0x04, 0x14, 0x3E, 0xFF,
92  0x41, 0xAA, 0x4A, 0xB1, 0x9F, 0xB2, 0x6A, 0xB5,
93  0xBB, 0xB4, 0x9A, 0x8A, 0xB0, 0xCA, 0xAF, 0xBC,
94  0x90, 0x8F, 0xEA, 0xFA, 0xBE, 0xA0, 0xB6, 0xB3,
95  0x9D, 0xDA, 0x9B, 0x8B, 0xB7, 0xB8, 0xB9, 0xAB,
96  0x64, 0x65, 0x62, 0x66, 0x63, 0x67, 0x9E, 0x68,
97  0x74, 0x71, 0x72, 0x73, 0x78, 0x75, 0x76, 0x77,
98  0xAC, 0x69, 0xED, 0xEE, 0xEB, 0xEF, 0xEC, 0xBF,
99  0x80, 0xFD, 0xFE, 0xFB, 0xFC, 0xBA, 0xAE, 0x59,
100  0x44, 0x45, 0x42, 0x46, 0x43, 0x47, 0x9C, 0x48,
101  0x54, 0x51, 0x52, 0x53, 0x58, 0x55, 0x56, 0x57,
102  0x8C, 0x49, 0xCD, 0xCE, 0xCB, 0xCF, 0xCC, 0xE1,
103  0x70, 0xDD, 0xDE, 0xDB, 0xDC, 0x8D, 0x8E, 0xDF
104 };
105 
106 static const char EBCDIC1047CharCodecName[] = "EBCDIC 1047";
107 
108 
109 bool EBCDIC1047CharCodec::encode( Byte* byte, const QChar& _char ) const
110 {
111  const int unicodeValue = _char.unicode();
112  // not in range?
113  if( 0x00FF < unicodeValue )
114  return false;
115 
116  *byte = EBCDICChars[unicodeValue];
117 
118  return true;
119 }
120 
121 Character EBCDIC1047CharCodec::decode( Byte byte ) const
122 {
123  return QChar(UnicodeChars[byte]);
124 }
125 
126 bool EBCDIC1047CharCodec::canEncode( const QChar& _char ) const
127 {
128  return ( _char.unicode() <= 0x00FF );
129 }
130 
131 
132 const QString& EBCDIC1047CharCodec::name() const
133 {
134  return codecName();
135 }
136 
137 const QString& EBCDIC1047CharCodec::codecName()
138 {
139  static const QString name = QString::fromLatin1( EBCDIC1047CharCodecName );
140  return name;
141 }
142 
143 }
character.h
Okteta::Byte
unsigned char Byte
Definition: byte.h:29
Okteta::EBCDIC1047CharCodec::decode
virtual Character decode(Byte byte) const
Definition: ebcdic1047charcodec.cpp:121
Okteta::EBCDICChars
static unsigned char EBCDICChars[256]
Definition: ebcdic1047charcodec.cpp:70
Okteta::EBCDIC1047CharCodec::canEncode
virtual bool canEncode(const QChar &_char) const
Definition: ebcdic1047charcodec.cpp:126
Okteta::UnicodeChars
static quint16 UnicodeChars[256]
Definition: ebcdic1047charcodec.cpp:34
Okteta::EBCDIC1047CharCodec::codecName
static const QString & codecName()
Definition: ebcdic1047charcodec.cpp:137
Okteta::EBCDIC1047CharCodec::name
virtual const QString & name() const
Definition: ebcdic1047charcodec.cpp:132
ebcdic1047charcodec.h
Okteta::EBCDIC1047CharCodec::encode
virtual bool encode(Byte *byte, const QChar &_char) const
Definition: ebcdic1047charcodec.cpp:109
Okteta::EBCDIC1047CharCodecName
static const char EBCDIC1047CharCodecName[]
Definition: ebcdic1047charcodec.cpp:106
Okteta::Character
Definition: character.h:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

okteta

Skip menu "okteta"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • okteta
  • umbrello
  •   umbrello

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal