Compare commits
70 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51dfd77f3c | ||
|
|
2e3e61a2b4 | ||
|
|
52aabc47cd | ||
|
|
8925f398af | ||
|
|
7adcda8547 | ||
|
|
59b81ad775 | ||
|
|
8727ac25a5 | ||
|
|
6284c1a677 | ||
|
|
f1a2889bfe | ||
|
|
7c07f48a45 | ||
|
|
4be65c2f13 | ||
|
|
63e17e9a22 | ||
|
|
de78ca5f34 | ||
|
|
2be6331521 | ||
|
|
2e910834dc | ||
|
|
e5e64a794f | ||
|
|
f679a9eb63 | ||
|
|
699abee92b | ||
|
|
4e53752d41 | ||
|
|
80e12d02f9 | ||
|
|
e6a388b038 | ||
|
|
ccdcf9c392 | ||
|
|
f565a7e82e | ||
|
|
f81e1808ff | ||
|
|
00f914ebde | ||
|
|
91f119bbfb | ||
|
|
da883601cb | ||
|
|
8b1f45a6ec | ||
|
|
25d4551635 | ||
|
|
2a0fc9d7b8 | ||
|
|
d604ac7763 | ||
|
|
9da33cd371 | ||
|
|
7d2f55ce07 | ||
|
|
d8f94105ee | ||
|
|
789bc64b4c | ||
|
|
93da077efb | ||
|
|
1c3ac37dfb | ||
|
|
048bf2ec0c | ||
|
|
5c497e5dde | ||
|
|
3f8c3bbb26 | ||
|
|
e170c32ac3 | ||
|
|
c06d483ef6 | ||
|
|
201eccc546 | ||
|
|
ffb37b3e2c | ||
|
|
a95a1e298b | ||
|
|
44f3f083aa | ||
|
|
ce0aa549b7 | ||
|
|
23ae31d2a1 | ||
|
|
9a7f52ab7a | ||
|
|
a3a24776a3 | ||
|
|
fef1fbd22f | ||
|
|
f3022891df | ||
|
|
9e6b9a4cf0 | ||
|
|
58dd5e4a58 | ||
|
|
adcf21c753 | ||
|
|
87dbb737ed | ||
|
|
7b887abcb1 | ||
|
|
5b514a206a | ||
|
|
c2ce913d3f | ||
|
|
7e4b35de61 | ||
|
|
7b5de2715c | ||
|
|
871b207ab2 | ||
|
|
44d37e6bea | ||
|
|
f7b6c800ef | ||
|
|
85394f42d2 | ||
|
|
b12649a071 | ||
|
|
56867f5768 | ||
|
|
98ece426d9 | ||
|
|
94b3b3f7d9 | ||
|
|
2a2630625c |
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
### Haskell ###
|
||||||
|
dist
|
||||||
|
dist-*
|
||||||
|
cabal-dev
|
||||||
|
*.o
|
||||||
|
*.hi
|
||||||
|
*.chi
|
||||||
|
*.chs.h
|
||||||
|
*.dyn_o
|
||||||
|
*.dyn_hi
|
||||||
|
.hpc
|
||||||
|
.hsenv
|
||||||
|
.cabal-sandbox/
|
||||||
|
cabal.sandbox.config
|
||||||
|
*.prof
|
||||||
|
*.aux
|
||||||
|
*.hp
|
||||||
|
*.eventlog
|
||||||
|
.stack-work/
|
||||||
|
cabal.project.local
|
||||||
|
.HTF/
|
||||||
|
|
||||||
112
CHANGELOG
Normal file
112
CHANGELOG
Normal file
@ -0,0 +1,112 @@
|
|||||||
|
Changes from 0.8 to 0.8.2
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
* Deprecated support for very old GHCs
|
||||||
|
* Updated cabal file to differentiate between build dependencies and setup dependencies
|
||||||
|
* Add upper and lower bounds to build dependencies
|
||||||
|
* Stack compatibility
|
||||||
|
|
||||||
|
Changes from 0.8 to 0.8.1
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
* Added the ShiftJIS and CP932 encodings
|
||||||
|
|
||||||
|
Changes from 0.7.0.2 to 0.8
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
* GHC-7.10/AMP compatibility
|
||||||
|
|
||||||
|
Changes from 0.7.0.1 to 0.7.0.2
|
||||||
|
-------------------------------
|
||||||
|
|
||||||
|
* Flesh out the MacOSRoman encoding, which was missing 33 code points
|
||||||
|
|
||||||
|
Changes from 0.7 to 0.7.0.1
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
* GHC-7.8 compatibility
|
||||||
|
|
||||||
|
Changes from 0.6.7 to 0.7
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
* the type of ByteSource's fetchAhead method changed to accomodate updates to the binary package
|
||||||
|
|
||||||
|
Changes from 0.6.5 to 0.6.7
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
* Skipped version 0.6.6 due to rogue upload on Hackage
|
||||||
|
* GHC-7 and HaXml-1.22 compatibility
|
||||||
|
* add -systemEncoding flag for Windows builds
|
||||||
|
|
||||||
|
Changes from 0.6.4 to 0.6.5
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
* Make package work with >=base-4.3.0.0 and mtl-2
|
||||||
|
|
||||||
|
Changes from 0.6.3 to 0.6.4
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
* Throw an error when encoding non-ascii chars with ascii
|
||||||
|
* Fix compilation with mtl-2
|
||||||
|
|
||||||
|
Changes from 0.6.2 to 0.6.3
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
* Use new QuickCheck version 2 for tests
|
||||||
|
* Fixed UTF16 encoding range
|
||||||
|
|
||||||
|
Changes from 0.6.0 to 0.6.1
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
* Support for many MSDOS codepages
|
||||||
|
* Show instance for DynEncoding
|
||||||
|
* More IO functions
|
||||||
|
* Fancy translation tables for the documentation of auto-generated modules
|
||||||
|
|
||||||
|
Changes from 0.5.2 to 0.6.0
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
* Moved from TemplateHaskell to a custom pre-processor for code-generation.
|
||||||
|
This is necessary because:
|
||||||
|
- TemplateHaskell is really slow for large data structures
|
||||||
|
- TemplateHaskell doesn't yet support the MagicHash extension that is useful for the library
|
||||||
|
* Use efficient, static data structures for encoding/decoding
|
||||||
|
* Fixed bug in UTF-8 that could call 'chr' with bad arguments
|
||||||
|
|
||||||
|
Changes from 0.5 to 0.5.2
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
* Export function encodingFromStringExplicit
|
||||||
|
|
||||||
|
Changes from 0.4 to 0.5
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
* Complete rewrite of the Encoding class to allow for
|
||||||
|
- On-the-fly changing of the encoding while en-/decoding
|
||||||
|
- Ability to en-/decode from/to any data structure
|
||||||
|
* A general module to help specify encodings based on ISO 2022
|
||||||
|
* New encodings:
|
||||||
|
- JIS X 0201
|
||||||
|
- JIS X 0208
|
||||||
|
- ISO 2022-JP
|
||||||
|
* More test cases
|
||||||
|
|
||||||
|
Changes from 0.3 to 0.4
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
* A new, strict UTF-8 decoder
|
||||||
|
* Minor bugs fixed in UTF-16 and BootString
|
||||||
|
* Test cases for UTF-8, UTF-16 and BootString
|
||||||
|
* Added KOI8U encoding
|
||||||
|
|
||||||
|
Changes from 0.2 to 0.3
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
* Converted to new cabal interface
|
||||||
|
* Support for GHC 6.8
|
||||||
|
* Support for new bytestring interface
|
||||||
|
|
||||||
|
Changes from 0.1 to 0.2
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
* Implemented GB18030 encoding
|
||||||
@ -1,4 +1,4 @@
|
|||||||
{-# LANGUAGE MagicHash #-}
|
{-# LANGUAGE MagicHash,BangPatterns #-}
|
||||||
module Data.Array.Static where
|
module Data.Array.Static where
|
||||||
|
|
||||||
import Data.Static
|
import Data.Static
|
||||||
@ -11,5 +11,5 @@ bounds :: Ix i => StaticArray i e -> (i,i)
|
|||||||
bounds (StaticArray s e _) = (s,e)
|
bounds (StaticArray s e _) = (s,e)
|
||||||
|
|
||||||
(!) :: (StaticElement e,Ix i) => StaticArray i e -> i -> e
|
(!) :: (StaticElement e,Ix i) => StaticArray i e -> i -> e
|
||||||
(!) (StaticArray s e addr) i = let (I# ri) = index (s,e) i
|
(!) (StaticArray s e addr) i = let !(I# ri) = index (s,e) i
|
||||||
in extract addr ri
|
in extract addr ri
|
||||||
@ -76,6 +76,24 @@ import Data.Encoding.MacOSRoman
|
|||||||
import Data.Encoding.JISX0201
|
import Data.Encoding.JISX0201
|
||||||
import Data.Encoding.JISX0208
|
import Data.Encoding.JISX0208
|
||||||
import Data.Encoding.ISO2022JP
|
import Data.Encoding.ISO2022JP
|
||||||
|
import Data.Encoding.ShiftJIS
|
||||||
|
import Data.Encoding.CP437
|
||||||
|
import Data.Encoding.CP737
|
||||||
|
import Data.Encoding.CP775
|
||||||
|
import Data.Encoding.CP850
|
||||||
|
import Data.Encoding.CP852
|
||||||
|
import Data.Encoding.CP855
|
||||||
|
import Data.Encoding.CP857
|
||||||
|
import Data.Encoding.CP860
|
||||||
|
import Data.Encoding.CP861
|
||||||
|
import Data.Encoding.CP862
|
||||||
|
import Data.Encoding.CP863
|
||||||
|
import Data.Encoding.CP864
|
||||||
|
import Data.Encoding.CP865
|
||||||
|
import Data.Encoding.CP866
|
||||||
|
import Data.Encoding.CP869
|
||||||
|
import Data.Encoding.CP874
|
||||||
|
import Data.Encoding.CP932
|
||||||
import Data.Char
|
import Data.Char
|
||||||
import Text.Regex
|
import Text.Regex
|
||||||
|
|
||||||
@ -311,6 +329,27 @@ encodingFromStringExplicit codeName = case (normalizeEncoding codeName) of
|
|||||||
"jis_x_0208" -> Just $ DynEncoding JISX0208
|
"jis_x_0208" -> Just $ DynEncoding JISX0208
|
||||||
-- ISO 2022-JP
|
-- ISO 2022-JP
|
||||||
"iso_2022_jp" -> Just $ DynEncoding ISO2022JP
|
"iso_2022_jp" -> Just $ DynEncoding ISO2022JP
|
||||||
|
-- Shift JIS
|
||||||
|
"shift_jis" -> Just $ DynEncoding ShiftJIS
|
||||||
|
"sjis" -> Just $ DynEncoding ShiftJIS
|
||||||
|
-- MSDOS codepages
|
||||||
|
"cp437" -> Just $ DynEncoding CP437
|
||||||
|
"cp737" -> Just $ DynEncoding CP737
|
||||||
|
"cp775" -> Just $ DynEncoding CP775
|
||||||
|
"cp850" -> Just $ DynEncoding CP850
|
||||||
|
"cp852" -> Just $ DynEncoding CP852
|
||||||
|
"cp855" -> Just $ DynEncoding CP855
|
||||||
|
"cp857" -> Just $ DynEncoding CP857
|
||||||
|
"cp860" -> Just $ DynEncoding CP860
|
||||||
|
"cp861" -> Just $ DynEncoding CP861
|
||||||
|
"cp862" -> Just $ DynEncoding CP862
|
||||||
|
"cp863" -> Just $ DynEncoding CP863
|
||||||
|
"cp864" -> Just $ DynEncoding CP864
|
||||||
|
"cp865" -> Just $ DynEncoding CP865
|
||||||
|
"cp866" -> Just $ DynEncoding CP866
|
||||||
|
"cp869" -> Just $ DynEncoding CP869
|
||||||
|
"cp874" -> Just $ DynEncoding CP874
|
||||||
|
"cp932" -> Just $ DynEncoding CP932
|
||||||
-- defaults to nothing
|
-- defaults to nothing
|
||||||
_ -> Nothing
|
_ -> Nothing
|
||||||
where
|
where
|
||||||
|
|||||||
@ -1,10 +1,12 @@
|
|||||||
{-# LANGUAGE DeriveDataTypeable #-}
|
{-# LANGUAGE DeriveDataTypeable #-}
|
||||||
module Data.Encoding.ASCII where
|
module Data.Encoding.ASCII where
|
||||||
|
|
||||||
|
import Control.Throws
|
||||||
import Data.Char
|
import Data.Char
|
||||||
import Data.Encoding.Base
|
import Data.Encoding.Base
|
||||||
import Data.Encoding.ByteSource
|
import Data.Encoding.ByteSource
|
||||||
import Data.Encoding.ByteSink
|
import Data.Encoding.ByteSink
|
||||||
|
import Data.Encoding.Exception
|
||||||
import Data.Typeable
|
import Data.Typeable
|
||||||
|
|
||||||
data ASCII = ASCII deriving (Show,Eq,Typeable)
|
data ASCII = ASCII deriving (Show,Eq,Typeable)
|
||||||
@ -13,6 +15,7 @@ instance Encoding ASCII where
|
|||||||
decodeChar _ = do
|
decodeChar _ = do
|
||||||
w <- fetchWord8
|
w <- fetchWord8
|
||||||
return $ chr $ fromIntegral w
|
return $ chr $ fromIntegral w
|
||||||
encodeChar _ c = do
|
encodeChar enc c
|
||||||
pushWord8 $ fromIntegral $ ord c
|
| encodeable enc c = pushWord8 . fromIntegral . ord $ c
|
||||||
|
| otherwise = throwException . HasNoRepresentation $ c
|
||||||
encodeable _ c = c < '\128'
|
encodeable _ c = c < '\128'
|
||||||
@ -12,16 +12,31 @@ import Data.Word
|
|||||||
import Data.Char
|
import Data.Char
|
||||||
import Data.Typeable
|
import Data.Typeable
|
||||||
|
|
||||||
|
{- | The base class for all encodings. At least decodeChar, encodeChar and encodeable must be implemented.
|
||||||
|
-}
|
||||||
class Encoding enc where
|
class Encoding enc where
|
||||||
|
-- | Read a single character of a ByteSource
|
||||||
decodeChar :: ByteSource m => enc -> m Char
|
decodeChar :: ByteSource m => enc -> m Char
|
||||||
|
-- | Encode a single character and write it to a ByteSink
|
||||||
encodeChar :: ByteSink m => enc -> Char -> m ()
|
encodeChar :: ByteSink m => enc -> Char -> m ()
|
||||||
|
-- | Read characters from a ByteSource until it is empty
|
||||||
decode :: ByteSource m => enc -> m String
|
decode :: ByteSource m => enc -> m String
|
||||||
decode e = untilM sourceEmpty (decodeChar e)
|
decode e = untilM sourceEmpty (decodeChar e)
|
||||||
|
-- | Encode a String and write it to a ByteSink
|
||||||
encode :: ByteSink m => enc -> String -> m ()
|
encode :: ByteSink m => enc -> String -> m ()
|
||||||
encode e = mapM_ (encodeChar e)
|
encode e = mapM_ (encodeChar e)
|
||||||
|
-- | Tests whether a given character is representable in the Encoding.
|
||||||
|
-- If this yields True, encodeChar must not fail.
|
||||||
|
-- If it yields False, encodeChar _must_ throw an exception.
|
||||||
encodeable :: enc -> Char -> Bool
|
encodeable :: enc -> Char -> Bool
|
||||||
|
|
||||||
data DynEncoding = forall enc. (Encoding enc,Eq enc,Typeable enc) => DynEncoding enc
|
{- | Wraps all possible encoding types into one data type.
|
||||||
|
Used when a function needs to return an encoding.
|
||||||
|
-}
|
||||||
|
data DynEncoding = forall enc. (Encoding enc,Eq enc,Typeable enc,Show enc) => DynEncoding enc
|
||||||
|
|
||||||
|
instance Show DynEncoding where
|
||||||
|
show (DynEncoding enc) = show enc
|
||||||
|
|
||||||
instance Encoding DynEncoding where
|
instance Encoding DynEncoding where
|
||||||
decodeChar (DynEncoding e) = decodeChar e
|
decodeChar (DynEncoding e) = decodeChar e
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{-# LANGUAGE FlexibleInstances,FlexibleContexts,MultiParamTypeClasses #-}
|
{-# LANGUAGE FlexibleInstances,FlexibleContexts,MultiParamTypeClasses,CPP #-}
|
||||||
module Data.Encoding.ByteSink where
|
module Data.Encoding.ByteSink where
|
||||||
|
|
||||||
import Data.Encoding.Exception
|
import Data.Encoding.Exception
|
||||||
@ -11,6 +11,7 @@ import Data.Word
|
|||||||
import Data.Foldable (toList)
|
import Data.Foldable (toList)
|
||||||
import Control.Throws
|
import Control.Throws
|
||||||
import Control.Exception.Extensible
|
import Control.Exception.Extensible
|
||||||
|
import Control.Applicative
|
||||||
import Control.Monad.State
|
import Control.Monad.State
|
||||||
import Control.Monad.Identity
|
import Control.Monad.Identity
|
||||||
import Control.Monad.Reader
|
import Control.Monad.Reader
|
||||||
@ -80,6 +81,13 @@ instance ByteSink PutM where
|
|||||||
|
|
||||||
newtype PutME a = PutME (Either EncodingException (PutM (),a))
|
newtype PutME a = PutME (Either EncodingException (PutM (),a))
|
||||||
|
|
||||||
|
instance Functor PutME where
|
||||||
|
fmap = liftM
|
||||||
|
|
||||||
|
instance Applicative PutME where
|
||||||
|
pure = return
|
||||||
|
(<*>) = ap
|
||||||
|
|
||||||
instance Monad PutME where
|
instance Monad PutME where
|
||||||
return x = PutME $ Right (return (),x)
|
return x = PutME $ Right (return (),x)
|
||||||
(PutME x) >>= g = PutME $ do
|
(PutME x) >>= g = PutME $ do
|
||||||
@ -101,22 +109,26 @@ instance ByteSink PutME where
|
|||||||
pushWord64be w = PutME $ Right (putWord64be w,())
|
pushWord64be w = PutME $ Right (putWord64be w,())
|
||||||
pushWord64le w = PutME $ Right (putWord64le w,())
|
pushWord64le w = PutME $ Right (putWord64le w,())
|
||||||
|
|
||||||
|
#if MIN_VERSION_base(4,3,0)
|
||||||
|
#else
|
||||||
instance Monad (Either EncodingException) where
|
instance Monad (Either EncodingException) where
|
||||||
return x = Right x
|
return x = Right x
|
||||||
Left err >>= g = Left err
|
Left err >>= g = Left err
|
||||||
Right x >>= g = g x
|
Right x >>= g = g x
|
||||||
|
#endif
|
||||||
|
|
||||||
instance Throws EncodingException (State (Seq Char)) where
|
instance (Monad m,Throws EncodingException m) => ByteSink (StateT (Seq Char) m) where
|
||||||
throwException = throw
|
|
||||||
|
|
||||||
instance ByteSink (State (Seq Char)) where
|
|
||||||
pushWord8 x = modify (|> (chr $ fromIntegral x))
|
|
||||||
|
|
||||||
instance ByteSink (StateT (Seq Char) (Either EncodingException)) where
|
|
||||||
pushWord8 x = modify (|> (chr $ fromIntegral x))
|
pushWord8 x = modify (|> (chr $ fromIntegral x))
|
||||||
|
|
||||||
newtype StrictSink a = StrictS (Ptr Word8 -> Int -> Int -> IO (a,Ptr Word8,Int,Int))
|
newtype StrictSink a = StrictS (Ptr Word8 -> Int -> Int -> IO (a,Ptr Word8,Int,Int))
|
||||||
|
|
||||||
|
instance Functor StrictSink where
|
||||||
|
fmap = liftM
|
||||||
|
|
||||||
|
instance Applicative StrictSink where
|
||||||
|
pure = return
|
||||||
|
(<*>) = ap
|
||||||
|
|
||||||
instance Monad StrictSink where
|
instance Monad StrictSink where
|
||||||
return x = StrictS $ \cstr pos max -> return (x,cstr,pos,max)
|
return x = StrictS $ \cstr pos max -> return (x,cstr,pos,max)
|
||||||
(StrictS f) >>= g = StrictS (\cstr pos max -> do
|
(StrictS f) >>= g = StrictS (\cstr pos max -> do
|
||||||
@ -143,6 +155,13 @@ instance ByteSink StrictSink where
|
|||||||
|
|
||||||
newtype StrictSinkE a = StrictSinkE (StrictSink (Either EncodingException a))
|
newtype StrictSinkE a = StrictSinkE (StrictSink (Either EncodingException a))
|
||||||
|
|
||||||
|
instance Functor StrictSinkE where
|
||||||
|
fmap = liftM
|
||||||
|
|
||||||
|
instance Applicative StrictSinkE where
|
||||||
|
pure = return
|
||||||
|
(<*>) = ap
|
||||||
|
|
||||||
instance Monad StrictSinkE where
|
instance Monad StrictSinkE where
|
||||||
return = StrictSinkE . return . Right
|
return = StrictSinkE . return . Right
|
||||||
(StrictSinkE s) >>= g = StrictSinkE $ do
|
(StrictSinkE s) >>= g = StrictSinkE $ do
|
||||||
@ -170,6 +189,13 @@ createStrict sink = createStrictWithLen sink 32
|
|||||||
|
|
||||||
newtype StrictSinkExplicit a = StrictSinkExplicit (StrictSink (Either EncodingException a))
|
newtype StrictSinkExplicit a = StrictSinkExplicit (StrictSink (Either EncodingException a))
|
||||||
|
|
||||||
|
instance Functor StrictSinkExplicit where
|
||||||
|
fmap = liftM
|
||||||
|
|
||||||
|
instance Applicative StrictSinkExplicit where
|
||||||
|
pure = return
|
||||||
|
(<*>) = ap
|
||||||
|
|
||||||
instance Monad StrictSinkExplicit where
|
instance Monad StrictSinkExplicit where
|
||||||
return = (StrictSinkExplicit).return.Right
|
return = (StrictSinkExplicit).return.Right
|
||||||
(StrictSinkExplicit sink) >>= f
|
(StrictSinkExplicit sink) >>= f
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{-# LANGUAGE FlexibleInstances,FlexibleContexts,MultiParamTypeClasses #-}
|
{-# LANGUAGE FlexibleInstances,FlexibleContexts,MultiParamTypeClasses,CPP #-}
|
||||||
module Data.Encoding.ByteSource where
|
module Data.Encoding.ByteSource where
|
||||||
|
|
||||||
import Data.Encoding.Exception
|
import Data.Encoding.Exception
|
||||||
@ -6,7 +6,9 @@ import Data.Encoding.Exception
|
|||||||
import Data.Bits
|
import Data.Bits
|
||||||
import Data.Binary.Get
|
import Data.Binary.Get
|
||||||
import Data.Char
|
import Data.Char
|
||||||
|
import Data.Maybe
|
||||||
import Data.Word
|
import Data.Word
|
||||||
|
import Control.Applicative as A
|
||||||
import Control.Monad.State
|
import Control.Monad.State
|
||||||
import Control.Monad.Identity
|
import Control.Monad.Identity
|
||||||
import Control.Monad.Reader
|
import Control.Monad.Reader
|
||||||
@ -19,7 +21,9 @@ import System.IO
|
|||||||
class (Monad m,Throws DecodingException m) => ByteSource m where
|
class (Monad m,Throws DecodingException m) => ByteSource m where
|
||||||
sourceEmpty :: m Bool
|
sourceEmpty :: m Bool
|
||||||
fetchWord8 :: m Word8
|
fetchWord8 :: m Word8
|
||||||
fetchAhead :: m a -> m a
|
-- 'fetchAhead act' should return the same thing 'act' does, but should
|
||||||
|
-- only consume input if 'act' returns a 'Just' value
|
||||||
|
fetchAhead :: m (Maybe a) -> m (Maybe a)
|
||||||
fetchWord16be :: m Word16
|
fetchWord16be :: m Word16
|
||||||
fetchWord16be = do
|
fetchWord16be = do
|
||||||
w1 <- fetchWord8
|
w1 <- fetchWord8
|
||||||
@ -95,7 +99,20 @@ instance Throws DecodingException Get where
|
|||||||
instance ByteSource Get where
|
instance ByteSource Get where
|
||||||
sourceEmpty = isEmpty
|
sourceEmpty = isEmpty
|
||||||
fetchWord8 = getWord8
|
fetchWord8 = getWord8
|
||||||
fetchAhead = lookAhead
|
#if MIN_VERSION_binary(0,6,0)
|
||||||
|
fetchAhead act = (do
|
||||||
|
res <- act
|
||||||
|
case res of
|
||||||
|
Nothing -> A.empty
|
||||||
|
Just a -> return res
|
||||||
|
) <|> return Nothing
|
||||||
|
#else
|
||||||
|
fetchAhead act = do
|
||||||
|
res <- lookAhead act
|
||||||
|
case res of
|
||||||
|
Nothing -> return Nothing
|
||||||
|
Just a -> act
|
||||||
|
#endif
|
||||||
fetchWord16be = getWord16be
|
fetchWord16be = getWord16be
|
||||||
fetchWord16le = getWord16le
|
fetchWord16le = getWord16le
|
||||||
fetchWord32be = getWord32be
|
fetchWord32be = getWord32be
|
||||||
@ -103,28 +120,30 @@ instance ByteSource Get where
|
|||||||
fetchWord64be = getWord64be
|
fetchWord64be = getWord64be
|
||||||
fetchWord64le = getWord64le
|
fetchWord64le = getWord64le
|
||||||
|
|
||||||
instance Throws DecodingException (State [Char]) where
|
fetchAheadState act = do
|
||||||
throwException = throw
|
chs <- get
|
||||||
|
res <- act
|
||||||
|
when (isNothing res) (put chs)
|
||||||
|
return res
|
||||||
|
|
||||||
instance ByteSource (State [Char]) where
|
instance ByteSource (StateT [Char] Identity) where
|
||||||
sourceEmpty = gets null
|
sourceEmpty = gets null
|
||||||
fetchWord8 = do
|
fetchWord8 = do
|
||||||
chs <- get
|
chs <- get
|
||||||
case chs of
|
case chs of
|
||||||
[] -> throw UnexpectedEnd
|
[] -> throwException UnexpectedEnd
|
||||||
c:cs -> do
|
c:cs -> do
|
||||||
put cs
|
put cs
|
||||||
return (fromIntegral $ ord c)
|
return (fromIntegral $ ord c)
|
||||||
fetchAhead act = do
|
fetchAhead = fetchAheadState
|
||||||
chs <- get
|
|
||||||
res <- act
|
|
||||||
put chs
|
|
||||||
return res
|
|
||||||
|
|
||||||
|
#if MIN_VERSION_base(4,3,0)
|
||||||
|
#else
|
||||||
instance Monad (Either DecodingException) where
|
instance Monad (Either DecodingException) where
|
||||||
return = Right
|
return = Right
|
||||||
(Left err) >>= g = Left err
|
(Left err) >>= g = Left err
|
||||||
(Right x) >>= g = g x
|
(Right x) >>= g = g x
|
||||||
|
#endif
|
||||||
|
|
||||||
instance ByteSource (StateT [Char] (Either DecodingException)) where
|
instance ByteSource (StateT [Char] (Either DecodingException)) where
|
||||||
sourceEmpty = gets null
|
sourceEmpty = gets null
|
||||||
@ -135,47 +154,21 @@ instance ByteSource (StateT [Char] (Either DecodingException)) where
|
|||||||
c:cs -> do
|
c:cs -> do
|
||||||
put cs
|
put cs
|
||||||
return (fromIntegral $ ord c)
|
return (fromIntegral $ ord c)
|
||||||
fetchAhead act = do
|
fetchAhead = fetchAheadState
|
||||||
chs <- get
|
|
||||||
res <- act
|
|
||||||
put chs
|
|
||||||
return res
|
|
||||||
|
|
||||||
instance Throws DecodingException (State BS.ByteString) where
|
instance (Monad m,Throws DecodingException m) => ByteSource (StateT BS.ByteString m) where
|
||||||
throwException = throw
|
|
||||||
|
|
||||||
instance ByteSource (State BS.ByteString) where
|
|
||||||
sourceEmpty = gets BS.null
|
|
||||||
fetchWord8 = State (\str -> case BS.uncons str of
|
|
||||||
Nothing -> throw UnexpectedEnd
|
|
||||||
Just (c,cs) -> (c,cs))
|
|
||||||
fetchAhead act = do
|
|
||||||
str <- get
|
|
||||||
res <- act
|
|
||||||
put str
|
|
||||||
return res
|
|
||||||
|
|
||||||
instance ByteSource (StateT BS.ByteString (Either DecodingException)) where
|
|
||||||
sourceEmpty = gets BS.null
|
sourceEmpty = gets BS.null
|
||||||
fetchWord8 = StateT (\str -> case BS.uncons str of
|
fetchWord8 = StateT (\str -> case BS.uncons str of
|
||||||
Nothing -> Left UnexpectedEnd
|
Nothing -> throwException UnexpectedEnd
|
||||||
Just ns -> Right ns)
|
Just (c,cs) -> return (c,cs))
|
||||||
fetchAhead act = do
|
fetchAhead = fetchAheadState
|
||||||
chs <- get
|
|
||||||
res <- act
|
|
||||||
put chs
|
|
||||||
return res
|
|
||||||
|
|
||||||
instance ByteSource (StateT LBS.ByteString (Either DecodingException)) where
|
instance ByteSource (StateT LBS.ByteString (Either DecodingException)) where
|
||||||
sourceEmpty = gets LBS.null
|
sourceEmpty = gets LBS.null
|
||||||
fetchWord8 = StateT (\str -> case LBS.uncons str of
|
fetchWord8 = StateT (\str -> case LBS.uncons str of
|
||||||
Nothing -> Left UnexpectedEnd
|
Nothing -> Left UnexpectedEnd
|
||||||
Just ns -> Right ns)
|
Just ns -> Right ns)
|
||||||
fetchAhead act = do
|
fetchAhead = fetchAheadState
|
||||||
chs <- get
|
|
||||||
res <- act
|
|
||||||
put chs
|
|
||||||
return res
|
|
||||||
|
|
||||||
instance ByteSource (ReaderT Handle IO) where
|
instance ByteSource (ReaderT Handle IO) where
|
||||||
sourceEmpty = do
|
sourceEmpty = do
|
||||||
@ -190,5 +183,5 @@ instance ByteSource (ReaderT Handle IO) where
|
|||||||
h <- ask
|
h <- ask
|
||||||
pos <- liftIO $ hGetPosn h
|
pos <- liftIO $ hGetPosn h
|
||||||
res <- act
|
res <- act
|
||||||
liftIO $ hSetPosn pos
|
when (isNothing res) (liftIO $ hSetPosn pos)
|
||||||
return res
|
return res
|
||||||
@ -1,21 +1,5 @@
|
|||||||
#
|
#Implements the Windows-1250 encoding.
|
||||||
# Name: cp1250 to Unicode table
|
#For details, refer to <http://en.wikipedia.org/wiki/Windows-1250>.
|
||||||
# Unicode version: 2.0
|
|
||||||
# Table version: 2.01
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 04/15/98
|
|
||||||
#
|
|
||||||
# Contact: Shawn.Steele@microsoft.com
|
|
||||||
#
|
|
||||||
# General notes: none
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the cp1250 code (in hex)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 is the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in cp1250 order
|
|
||||||
#
|
|
||||||
0x00 0x0000 #NULL
|
0x00 0x0000 #NULL
|
||||||
0x01 0x0001 #START OF HEADING
|
0x01 0x0001 #START OF HEADING
|
||||||
0x02 0x0002 #START OF TEXT
|
0x02 0x0002 #START OF TEXT
|
||||||
|
|||||||
@ -1,21 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: cp1251 to Unicode table
|
|
||||||
# Unicode version: 2.0
|
|
||||||
# Table version: 2.01
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 04/15/98
|
|
||||||
#
|
|
||||||
# Contact: Shawn.Steele@microsoft.com
|
|
||||||
#
|
|
||||||
# General notes: none
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the cp1251 code (in hex)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 is the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in cp1251 order
|
|
||||||
#
|
|
||||||
0x00 0x0000 #NULL
|
0x00 0x0000 #NULL
|
||||||
0x01 0x0001 #START OF HEADING
|
0x01 0x0001 #START OF HEADING
|
||||||
0x02 0x0002 #START OF TEXT
|
0x02 0x0002 #START OF TEXT
|
||||||
|
|||||||
@ -1,21 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: cp1252 to Unicode table
|
|
||||||
# Unicode version: 2.0
|
|
||||||
# Table version: 2.01
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 04/15/98
|
|
||||||
#
|
|
||||||
# Contact: Shawn.Steele@microsoft.com
|
|
||||||
#
|
|
||||||
# General notes: none
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the cp1252 code (in hex)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 is the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in cp1252 order
|
|
||||||
#
|
|
||||||
0x00 0x0000 #NULL
|
0x00 0x0000 #NULL
|
||||||
0x01 0x0001 #START OF HEADING
|
0x01 0x0001 #START OF HEADING
|
||||||
0x02 0x0002 #START OF TEXT
|
0x02 0x0002 #START OF TEXT
|
||||||
|
|||||||
@ -1,21 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: cp1253 to Unicode table
|
|
||||||
# Unicode version: 2.0
|
|
||||||
# Table version: 2.01
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 04/15/98
|
|
||||||
#
|
|
||||||
# Contact: Shawn.Steele@microsoft.com
|
|
||||||
#
|
|
||||||
# General notes: none
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the cp1253 code (in hex)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 is the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in cp1253 order
|
|
||||||
#
|
|
||||||
0x00 0x0000 #NULL
|
0x00 0x0000 #NULL
|
||||||
0x01 0x0001 #START OF HEADING
|
0x01 0x0001 #START OF HEADING
|
||||||
0x02 0x0002 #START OF TEXT
|
0x02 0x0002 #START OF TEXT
|
||||||
|
|||||||
@ -1,21 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: cp1254 to Unicode table
|
|
||||||
# Unicode version: 2.0
|
|
||||||
# Table version: 2.01
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 04/15/98
|
|
||||||
#
|
|
||||||
# Contact: Shawn.Steele@microsoft.com
|
|
||||||
#
|
|
||||||
# General notes: none
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the cp1254 code (in hex)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 is the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in cp1254 order
|
|
||||||
#
|
|
||||||
0x00 0x0000 #NULL
|
0x00 0x0000 #NULL
|
||||||
0x01 0x0001 #START OF HEADING
|
0x01 0x0001 #START OF HEADING
|
||||||
0x02 0x0002 #START OF TEXT
|
0x02 0x0002 #START OF TEXT
|
||||||
|
|||||||
@ -1,21 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: cp1255 to Unicode table
|
|
||||||
# Unicode version: 2.0
|
|
||||||
# Table version: 2.01
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1/7/2000
|
|
||||||
#
|
|
||||||
# Contact: Shawn.Steele@microsoft.com
|
|
||||||
#
|
|
||||||
# General notes: none
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the cp1255 code (in hex)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 is the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in cp1255 order
|
|
||||||
#
|
|
||||||
0x00 0x0000 #NULL
|
0x00 0x0000 #NULL
|
||||||
0x01 0x0001 #START OF HEADING
|
0x01 0x0001 #START OF HEADING
|
||||||
0x02 0x0002 #START OF TEXT
|
0x02 0x0002 #START OF TEXT
|
||||||
|
|||||||
@ -1,21 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: cp1256 to Unicode table
|
|
||||||
# Unicode version: 2.1
|
|
||||||
# Table version: 2.01
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 01/5/99
|
|
||||||
#
|
|
||||||
# Contact: Shawn.Steele@microsoft.com
|
|
||||||
#
|
|
||||||
# General notes: none
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the cp1256 code (in hex)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 is the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in cp1256 order
|
|
||||||
#
|
|
||||||
0x00 0x0000 #NULL
|
0x00 0x0000 #NULL
|
||||||
0x01 0x0001 #START OF HEADING
|
0x01 0x0001 #START OF HEADING
|
||||||
0x02 0x0002 #START OF TEXT
|
0x02 0x0002 #START OF TEXT
|
||||||
|
|||||||
@ -1,21 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: cp1257 to Unicode table
|
|
||||||
# Unicode version: 2.0
|
|
||||||
# Table version: 2.01
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 04/15/98
|
|
||||||
#
|
|
||||||
# Contact: Shawn.Steele@microsoft.com
|
|
||||||
#
|
|
||||||
# General notes: none
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the cp1257 code (in hex)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 is the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in cp1257 order
|
|
||||||
#
|
|
||||||
0x00 0x0000 #NULL
|
0x00 0x0000 #NULL
|
||||||
0x01 0x0001 #START OF HEADING
|
0x01 0x0001 #START OF HEADING
|
||||||
0x02 0x0002 #START OF TEXT
|
0x02 0x0002 #START OF TEXT
|
||||||
|
|||||||
@ -1,21 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: cp1258 to Unicode table
|
|
||||||
# Unicode version: 2.0
|
|
||||||
# Table version: 2.01
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 04/15/98
|
|
||||||
#
|
|
||||||
# Contact: Shawn.Steele@microsoft.com
|
|
||||||
#
|
|
||||||
# General notes: none
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the cp1258 code (in hex)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 is the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in cp1258 order
|
|
||||||
#
|
|
||||||
0x00 0x0000 #NULL
|
0x00 0x0000 #NULL
|
||||||
0x01 0x0001 #START OF HEADING
|
0x01 0x0001 #START OF HEADING
|
||||||
0x02 0x0002 #START OF TEXT
|
0x02 0x0002 #START OF TEXT
|
||||||
|
|||||||
256
Data/Encoding/CP437.mapping
Normal file
256
Data/Encoding/CP437.mapping
Normal file
@ -0,0 +1,256 @@
|
|||||||
|
0x00 0x0000 #NULL
|
||||||
|
0x01 0x0001 #START OF HEADING
|
||||||
|
0x02 0x0002 #START OF TEXT
|
||||||
|
0x03 0x0003 #END OF TEXT
|
||||||
|
0x04 0x0004 #END OF TRANSMISSION
|
||||||
|
0x05 0x0005 #ENQUIRY
|
||||||
|
0x06 0x0006 #ACKNOWLEDGE
|
||||||
|
0x07 0x0007 #BELL
|
||||||
|
0x08 0x0008 #BACKSPACE
|
||||||
|
0x09 0x0009 #HORIZONTAL TABULATION
|
||||||
|
0x0a 0x000a #LINE FEED
|
||||||
|
0x0b 0x000b #VERTICAL TABULATION
|
||||||
|
0x0c 0x000c #FORM FEED
|
||||||
|
0x0d 0x000d #CARRIAGE RETURN
|
||||||
|
0x0e 0x000e #SHIFT OUT
|
||||||
|
0x0f 0x000f #SHIFT IN
|
||||||
|
0x10 0x0010 #DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 #DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 #DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 #DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 #DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 #SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 #CANCEL
|
||||||
|
0x19 0x0019 #END OF MEDIUM
|
||||||
|
0x1a 0x001a #SUBSTITUTE
|
||||||
|
0x1b 0x001b #ESCAPE
|
||||||
|
0x1c 0x001c #FILE SEPARATOR
|
||||||
|
0x1d 0x001d #GROUP SEPARATOR
|
||||||
|
0x1e 0x001e #RECORD SEPARATOR
|
||||||
|
0x1f 0x001f #UNIT SEPARATOR
|
||||||
|
0x20 0x0020 #SPACE
|
||||||
|
0x21 0x0021 #EXCLAMATION MARK
|
||||||
|
0x22 0x0022 #QUOTATION MARK
|
||||||
|
0x23 0x0023 #NUMBER SIGN
|
||||||
|
0x24 0x0024 #DOLLAR SIGN
|
||||||
|
0x25 0x0025 #PERCENT SIGN
|
||||||
|
0x26 0x0026 #AMPERSAND
|
||||||
|
0x27 0x0027 #APOSTROPHE
|
||||||
|
0x28 0x0028 #LEFT PARENTHESIS
|
||||||
|
0x29 0x0029 #RIGHT PARENTHESIS
|
||||||
|
0x2a 0x002a #ASTERISK
|
||||||
|
0x2b 0x002b #PLUS SIGN
|
||||||
|
0x2c 0x002c #COMMA
|
||||||
|
0x2d 0x002d #HYPHEN-MINUS
|
||||||
|
0x2e 0x002e #FULL STOP
|
||||||
|
0x2f 0x002f #SOLIDUS
|
||||||
|
0x30 0x0030 #DIGIT ZERO
|
||||||
|
0x31 0x0031 #DIGIT ONE
|
||||||
|
0x32 0x0032 #DIGIT TWO
|
||||||
|
0x33 0x0033 #DIGIT THREE
|
||||||
|
0x34 0x0034 #DIGIT FOUR
|
||||||
|
0x35 0x0035 #DIGIT FIVE
|
||||||
|
0x36 0x0036 #DIGIT SIX
|
||||||
|
0x37 0x0037 #DIGIT SEVEN
|
||||||
|
0x38 0x0038 #DIGIT EIGHT
|
||||||
|
0x39 0x0039 #DIGIT NINE
|
||||||
|
0x3a 0x003a #COLON
|
||||||
|
0x3b 0x003b #SEMICOLON
|
||||||
|
0x3c 0x003c #LESS-THAN SIGN
|
||||||
|
0x3d 0x003d #EQUALS SIGN
|
||||||
|
0x3e 0x003e #GREATER-THAN SIGN
|
||||||
|
0x3f 0x003f #QUESTION MARK
|
||||||
|
0x40 0x0040 #COMMERCIAL AT
|
||||||
|
0x41 0x0041 #LATIN CAPITAL LETTER A
|
||||||
|
0x42 0x0042 #LATIN CAPITAL LETTER B
|
||||||
|
0x43 0x0043 #LATIN CAPITAL LETTER C
|
||||||
|
0x44 0x0044 #LATIN CAPITAL LETTER D
|
||||||
|
0x45 0x0045 #LATIN CAPITAL LETTER E
|
||||||
|
0x46 0x0046 #LATIN CAPITAL LETTER F
|
||||||
|
0x47 0x0047 #LATIN CAPITAL LETTER G
|
||||||
|
0x48 0x0048 #LATIN CAPITAL LETTER H
|
||||||
|
0x49 0x0049 #LATIN CAPITAL LETTER I
|
||||||
|
0x4a 0x004a #LATIN CAPITAL LETTER J
|
||||||
|
0x4b 0x004b #LATIN CAPITAL LETTER K
|
||||||
|
0x4c 0x004c #LATIN CAPITAL LETTER L
|
||||||
|
0x4d 0x004d #LATIN CAPITAL LETTER M
|
||||||
|
0x4e 0x004e #LATIN CAPITAL LETTER N
|
||||||
|
0x4f 0x004f #LATIN CAPITAL LETTER O
|
||||||
|
0x50 0x0050 #LATIN CAPITAL LETTER P
|
||||||
|
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
||||||
|
0x52 0x0052 #LATIN CAPITAL LETTER R
|
||||||
|
0x53 0x0053 #LATIN CAPITAL LETTER S
|
||||||
|
0x54 0x0054 #LATIN CAPITAL LETTER T
|
||||||
|
0x55 0x0055 #LATIN CAPITAL LETTER U
|
||||||
|
0x56 0x0056 #LATIN CAPITAL LETTER V
|
||||||
|
0x57 0x0057 #LATIN CAPITAL LETTER W
|
||||||
|
0x58 0x0058 #LATIN CAPITAL LETTER X
|
||||||
|
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
||||||
|
0x5a 0x005a #LATIN CAPITAL LETTER Z
|
||||||
|
0x5b 0x005b #LEFT SQUARE BRACKET
|
||||||
|
0x5c 0x005c #REVERSE SOLIDUS
|
||||||
|
0x5d 0x005d #RIGHT SQUARE BRACKET
|
||||||
|
0x5e 0x005e #CIRCUMFLEX ACCENT
|
||||||
|
0x5f 0x005f #LOW LINE
|
||||||
|
0x60 0x0060 #GRAVE ACCENT
|
||||||
|
0x61 0x0061 #LATIN SMALL LETTER A
|
||||||
|
0x62 0x0062 #LATIN SMALL LETTER B
|
||||||
|
0x63 0x0063 #LATIN SMALL LETTER C
|
||||||
|
0x64 0x0064 #LATIN SMALL LETTER D
|
||||||
|
0x65 0x0065 #LATIN SMALL LETTER E
|
||||||
|
0x66 0x0066 #LATIN SMALL LETTER F
|
||||||
|
0x67 0x0067 #LATIN SMALL LETTER G
|
||||||
|
0x68 0x0068 #LATIN SMALL LETTER H
|
||||||
|
0x69 0x0069 #LATIN SMALL LETTER I
|
||||||
|
0x6a 0x006a #LATIN SMALL LETTER J
|
||||||
|
0x6b 0x006b #LATIN SMALL LETTER K
|
||||||
|
0x6c 0x006c #LATIN SMALL LETTER L
|
||||||
|
0x6d 0x006d #LATIN SMALL LETTER M
|
||||||
|
0x6e 0x006e #LATIN SMALL LETTER N
|
||||||
|
0x6f 0x006f #LATIN SMALL LETTER O
|
||||||
|
0x70 0x0070 #LATIN SMALL LETTER P
|
||||||
|
0x71 0x0071 #LATIN SMALL LETTER Q
|
||||||
|
0x72 0x0072 #LATIN SMALL LETTER R
|
||||||
|
0x73 0x0073 #LATIN SMALL LETTER S
|
||||||
|
0x74 0x0074 #LATIN SMALL LETTER T
|
||||||
|
0x75 0x0075 #LATIN SMALL LETTER U
|
||||||
|
0x76 0x0076 #LATIN SMALL LETTER V
|
||||||
|
0x77 0x0077 #LATIN SMALL LETTER W
|
||||||
|
0x78 0x0078 #LATIN SMALL LETTER X
|
||||||
|
0x79 0x0079 #LATIN SMALL LETTER Y
|
||||||
|
0x7a 0x007a #LATIN SMALL LETTER Z
|
||||||
|
0x7b 0x007b #LEFT CURLY BRACKET
|
||||||
|
0x7c 0x007c #VERTICAL LINE
|
||||||
|
0x7d 0x007d #RIGHT CURLY BRACKET
|
||||||
|
0x7e 0x007e #TILDE
|
||||||
|
0x7f 0x007f #DELETE
|
||||||
|
0x80 0x00c7 #LATIN CAPITAL LETTER C WITH CEDILLA
|
||||||
|
0x81 0x00fc #LATIN SMALL LETTER U WITH DIAERESIS
|
||||||
|
0x82 0x00e9 #LATIN SMALL LETTER E WITH ACUTE
|
||||||
|
0x83 0x00e2 #LATIN SMALL LETTER A WITH CIRCUMFLEX
|
||||||
|
0x84 0x00e4 #LATIN SMALL LETTER A WITH DIAERESIS
|
||||||
|
0x85 0x00e0 #LATIN SMALL LETTER A WITH GRAVE
|
||||||
|
0x86 0x00e5 #LATIN SMALL LETTER A WITH RING ABOVE
|
||||||
|
0x87 0x00e7 #LATIN SMALL LETTER C WITH CEDILLA
|
||||||
|
0x88 0x00ea #LATIN SMALL LETTER E WITH CIRCUMFLEX
|
||||||
|
0x89 0x00eb #LATIN SMALL LETTER E WITH DIAERESIS
|
||||||
|
0x8a 0x00e8 #LATIN SMALL LETTER E WITH GRAVE
|
||||||
|
0x8b 0x00ef #LATIN SMALL LETTER I WITH DIAERESIS
|
||||||
|
0x8c 0x00ee #LATIN SMALL LETTER I WITH CIRCUMFLEX
|
||||||
|
0x8d 0x00ec #LATIN SMALL LETTER I WITH GRAVE
|
||||||
|
0x8e 0x00c4 #LATIN CAPITAL LETTER A WITH DIAERESIS
|
||||||
|
0x8f 0x00c5 #LATIN CAPITAL LETTER A WITH RING ABOVE
|
||||||
|
0x90 0x00c9 #LATIN CAPITAL LETTER E WITH ACUTE
|
||||||
|
0x91 0x00e6 #LATIN SMALL LIGATURE AE
|
||||||
|
0x92 0x00c6 #LATIN CAPITAL LIGATURE AE
|
||||||
|
0x93 0x00f4 #LATIN SMALL LETTER O WITH CIRCUMFLEX
|
||||||
|
0x94 0x00f6 #LATIN SMALL LETTER O WITH DIAERESIS
|
||||||
|
0x95 0x00f2 #LATIN SMALL LETTER O WITH GRAVE
|
||||||
|
0x96 0x00fb #LATIN SMALL LETTER U WITH CIRCUMFLEX
|
||||||
|
0x97 0x00f9 #LATIN SMALL LETTER U WITH GRAVE
|
||||||
|
0x98 0x00ff #LATIN SMALL LETTER Y WITH DIAERESIS
|
||||||
|
0x99 0x00d6 #LATIN CAPITAL LETTER O WITH DIAERESIS
|
||||||
|
0x9a 0x00dc #LATIN CAPITAL LETTER U WITH DIAERESIS
|
||||||
|
0x9b 0x00a2 #CENT SIGN
|
||||||
|
0x9c 0x00a3 #POUND SIGN
|
||||||
|
0x9d 0x00a5 #YEN SIGN
|
||||||
|
0x9e 0x20a7 #PESETA SIGN
|
||||||
|
0x9f 0x0192 #LATIN SMALL LETTER F WITH HOOK
|
||||||
|
0xa0 0x00e1 #LATIN SMALL LETTER A WITH ACUTE
|
||||||
|
0xa1 0x00ed #LATIN SMALL LETTER I WITH ACUTE
|
||||||
|
0xa2 0x00f3 #LATIN SMALL LETTER O WITH ACUTE
|
||||||
|
0xa3 0x00fa #LATIN SMALL LETTER U WITH ACUTE
|
||||||
|
0xa4 0x00f1 #LATIN SMALL LETTER N WITH TILDE
|
||||||
|
0xa5 0x00d1 #LATIN CAPITAL LETTER N WITH TILDE
|
||||||
|
0xa6 0x00aa #FEMININE ORDINAL INDICATOR
|
||||||
|
0xa7 0x00ba #MASCULINE ORDINAL INDICATOR
|
||||||
|
0xa8 0x00bf #INVERTED QUESTION MARK
|
||||||
|
0xa9 0x2310 #REVERSED NOT SIGN
|
||||||
|
0xaa 0x00ac #NOT SIGN
|
||||||
|
0xab 0x00bd #VULGAR FRACTION ONE HALF
|
||||||
|
0xac 0x00bc #VULGAR FRACTION ONE QUARTER
|
||||||
|
0xad 0x00a1 #INVERTED EXCLAMATION MARK
|
||||||
|
0xae 0x00ab #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xaf 0x00bb #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xb0 0x2591 #LIGHT SHADE
|
||||||
|
0xb1 0x2592 #MEDIUM SHADE
|
||||||
|
0xb2 0x2593 #DARK SHADE
|
||||||
|
0xb3 0x2502 #BOX DRAWINGS LIGHT VERTICAL
|
||||||
|
0xb4 0x2524 #BOX DRAWINGS LIGHT VERTICAL AND LEFT
|
||||||
|
0xb5 0x2561 #BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
|
||||||
|
0xb6 0x2562 #BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
|
||||||
|
0xb7 0x2556 #BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
|
||||||
|
0xb8 0x2555 #BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
|
||||||
|
0xb9 0x2563 #BOX DRAWINGS DOUBLE VERTICAL AND LEFT
|
||||||
|
0xba 0x2551 #BOX DRAWINGS DOUBLE VERTICAL
|
||||||
|
0xbb 0x2557 #BOX DRAWINGS DOUBLE DOWN AND LEFT
|
||||||
|
0xbc 0x255d #BOX DRAWINGS DOUBLE UP AND LEFT
|
||||||
|
0xbd 0x255c #BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
|
||||||
|
0xbe 0x255b #BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
|
||||||
|
0xbf 0x2510 #BOX DRAWINGS LIGHT DOWN AND LEFT
|
||||||
|
0xc0 0x2514 #BOX DRAWINGS LIGHT UP AND RIGHT
|
||||||
|
0xc1 0x2534 #BOX DRAWINGS LIGHT UP AND HORIZONTAL
|
||||||
|
0xc2 0x252c #BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
|
||||||
|
0xc3 0x251c #BOX DRAWINGS LIGHT VERTICAL AND RIGHT
|
||||||
|
0xc4 0x2500 #BOX DRAWINGS LIGHT HORIZONTAL
|
||||||
|
0xc5 0x253c #BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
|
||||||
|
0xc6 0x255e #BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
|
||||||
|
0xc7 0x255f #BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
|
||||||
|
0xc8 0x255a #BOX DRAWINGS DOUBLE UP AND RIGHT
|
||||||
|
0xc9 0x2554 #BOX DRAWINGS DOUBLE DOWN AND RIGHT
|
||||||
|
0xca 0x2569 #BOX DRAWINGS DOUBLE UP AND HORIZONTAL
|
||||||
|
0xcb 0x2566 #BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
|
||||||
|
0xcc 0x2560 #BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
|
||||||
|
0xcd 0x2550 #BOX DRAWINGS DOUBLE HORIZONTAL
|
||||||
|
0xce 0x256c #BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
|
||||||
|
0xcf 0x2567 #BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd0 0x2568 #BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd1 0x2564 #BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd2 0x2565 #BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd3 0x2559 #BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
|
||||||
|
0xd4 0x2558 #BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
|
||||||
|
0xd5 0x2552 #BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
|
||||||
|
0xd6 0x2553 #BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
|
||||||
|
0xd7 0x256b #BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd8 0x256a #BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd9 0x2518 #BOX DRAWINGS LIGHT UP AND LEFT
|
||||||
|
0xda 0x250c #BOX DRAWINGS LIGHT DOWN AND RIGHT
|
||||||
|
0xdb 0x2588 #FULL BLOCK
|
||||||
|
0xdc 0x2584 #LOWER HALF BLOCK
|
||||||
|
0xdd 0x258c #LEFT HALF BLOCK
|
||||||
|
0xde 0x2590 #RIGHT HALF BLOCK
|
||||||
|
0xdf 0x2580 #UPPER HALF BLOCK
|
||||||
|
0xe0 0x03b1 #GREEK SMALL LETTER ALPHA
|
||||||
|
0xe1 0x00df #LATIN SMALL LETTER SHARP S
|
||||||
|
0xe2 0x0393 #GREEK CAPITAL LETTER GAMMA
|
||||||
|
0xe3 0x03c0 #GREEK SMALL LETTER PI
|
||||||
|
0xe4 0x03a3 #GREEK CAPITAL LETTER SIGMA
|
||||||
|
0xe5 0x03c3 #GREEK SMALL LETTER SIGMA
|
||||||
|
0xe6 0x00b5 #MICRO SIGN
|
||||||
|
0xe7 0x03c4 #GREEK SMALL LETTER TAU
|
||||||
|
0xe8 0x03a6 #GREEK CAPITAL LETTER PHI
|
||||||
|
0xe9 0x0398 #GREEK CAPITAL LETTER THETA
|
||||||
|
0xea 0x03a9 #GREEK CAPITAL LETTER OMEGA
|
||||||
|
0xeb 0x03b4 #GREEK SMALL LETTER DELTA
|
||||||
|
0xec 0x221e #INFINITY
|
||||||
|
0xed 0x03c6 #GREEK SMALL LETTER PHI
|
||||||
|
0xee 0x03b5 #GREEK SMALL LETTER EPSILON
|
||||||
|
0xef 0x2229 #INTERSECTION
|
||||||
|
0xf0 0x2261 #IDENTICAL TO
|
||||||
|
0xf1 0x00b1 #PLUS-MINUS SIGN
|
||||||
|
0xf2 0x2265 #GREATER-THAN OR EQUAL TO
|
||||||
|
0xf3 0x2264 #LESS-THAN OR EQUAL TO
|
||||||
|
0xf4 0x2320 #TOP HALF INTEGRAL
|
||||||
|
0xf5 0x2321 #BOTTOM HALF INTEGRAL
|
||||||
|
0xf6 0x00f7 #DIVISION SIGN
|
||||||
|
0xf7 0x2248 #ALMOST EQUAL TO
|
||||||
|
0xf8 0x00b0 #DEGREE SIGN
|
||||||
|
0xf9 0x2219 #BULLET OPERATOR
|
||||||
|
0xfa 0x00b7 #MIDDLE DOT
|
||||||
|
0xfb 0x221a #SQUARE ROOT
|
||||||
|
0xfc 0x207f #SUPERSCRIPT LATIN SMALL LETTER N
|
||||||
|
0xfd 0x00b2 #SUPERSCRIPT TWO
|
||||||
|
0xfe 0x25a0 #BLACK SQUARE
|
||||||
|
0xff 0x00a0 #NO-BREAK SPACE
|
||||||
256
Data/Encoding/CP737.mapping
Normal file
256
Data/Encoding/CP737.mapping
Normal file
@ -0,0 +1,256 @@
|
|||||||
|
0x00 0x0000 #NULL
|
||||||
|
0x01 0x0001 #START OF HEADING
|
||||||
|
0x02 0x0002 #START OF TEXT
|
||||||
|
0x03 0x0003 #END OF TEXT
|
||||||
|
0x04 0x0004 #END OF TRANSMISSION
|
||||||
|
0x05 0x0005 #ENQUIRY
|
||||||
|
0x06 0x0006 #ACKNOWLEDGE
|
||||||
|
0x07 0x0007 #BELL
|
||||||
|
0x08 0x0008 #BACKSPACE
|
||||||
|
0x09 0x0009 #HORIZONTAL TABULATION
|
||||||
|
0x0a 0x000a #LINE FEED
|
||||||
|
0x0b 0x000b #VERTICAL TABULATION
|
||||||
|
0x0c 0x000c #FORM FEED
|
||||||
|
0x0d 0x000d #CARRIAGE RETURN
|
||||||
|
0x0e 0x000e #SHIFT OUT
|
||||||
|
0x0f 0x000f #SHIFT IN
|
||||||
|
0x10 0x0010 #DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 #DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 #DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 #DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 #DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 #SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 #CANCEL
|
||||||
|
0x19 0x0019 #END OF MEDIUM
|
||||||
|
0x1a 0x001a #SUBSTITUTE
|
||||||
|
0x1b 0x001b #ESCAPE
|
||||||
|
0x1c 0x001c #FILE SEPARATOR
|
||||||
|
0x1d 0x001d #GROUP SEPARATOR
|
||||||
|
0x1e 0x001e #RECORD SEPARATOR
|
||||||
|
0x1f 0x001f #UNIT SEPARATOR
|
||||||
|
0x20 0x0020 #SPACE
|
||||||
|
0x21 0x0021 #EXCLAMATION MARK
|
||||||
|
0x22 0x0022 #QUOTATION MARK
|
||||||
|
0x23 0x0023 #NUMBER SIGN
|
||||||
|
0x24 0x0024 #DOLLAR SIGN
|
||||||
|
0x25 0x0025 #PERCENT SIGN
|
||||||
|
0x26 0x0026 #AMPERSAND
|
||||||
|
0x27 0x0027 #APOSTROPHE
|
||||||
|
0x28 0x0028 #LEFT PARENTHESIS
|
||||||
|
0x29 0x0029 #RIGHT PARENTHESIS
|
||||||
|
0x2a 0x002a #ASTERISK
|
||||||
|
0x2b 0x002b #PLUS SIGN
|
||||||
|
0x2c 0x002c #COMMA
|
||||||
|
0x2d 0x002d #HYPHEN-MINUS
|
||||||
|
0x2e 0x002e #FULL STOP
|
||||||
|
0x2f 0x002f #SOLIDUS
|
||||||
|
0x30 0x0030 #DIGIT ZERO
|
||||||
|
0x31 0x0031 #DIGIT ONE
|
||||||
|
0x32 0x0032 #DIGIT TWO
|
||||||
|
0x33 0x0033 #DIGIT THREE
|
||||||
|
0x34 0x0034 #DIGIT FOUR
|
||||||
|
0x35 0x0035 #DIGIT FIVE
|
||||||
|
0x36 0x0036 #DIGIT SIX
|
||||||
|
0x37 0x0037 #DIGIT SEVEN
|
||||||
|
0x38 0x0038 #DIGIT EIGHT
|
||||||
|
0x39 0x0039 #DIGIT NINE
|
||||||
|
0x3a 0x003a #COLON
|
||||||
|
0x3b 0x003b #SEMICOLON
|
||||||
|
0x3c 0x003c #LESS-THAN SIGN
|
||||||
|
0x3d 0x003d #EQUALS SIGN
|
||||||
|
0x3e 0x003e #GREATER-THAN SIGN
|
||||||
|
0x3f 0x003f #QUESTION MARK
|
||||||
|
0x40 0x0040 #COMMERCIAL AT
|
||||||
|
0x41 0x0041 #LATIN CAPITAL LETTER A
|
||||||
|
0x42 0x0042 #LATIN CAPITAL LETTER B
|
||||||
|
0x43 0x0043 #LATIN CAPITAL LETTER C
|
||||||
|
0x44 0x0044 #LATIN CAPITAL LETTER D
|
||||||
|
0x45 0x0045 #LATIN CAPITAL LETTER E
|
||||||
|
0x46 0x0046 #LATIN CAPITAL LETTER F
|
||||||
|
0x47 0x0047 #LATIN CAPITAL LETTER G
|
||||||
|
0x48 0x0048 #LATIN CAPITAL LETTER H
|
||||||
|
0x49 0x0049 #LATIN CAPITAL LETTER I
|
||||||
|
0x4a 0x004a #LATIN CAPITAL LETTER J
|
||||||
|
0x4b 0x004b #LATIN CAPITAL LETTER K
|
||||||
|
0x4c 0x004c #LATIN CAPITAL LETTER L
|
||||||
|
0x4d 0x004d #LATIN CAPITAL LETTER M
|
||||||
|
0x4e 0x004e #LATIN CAPITAL LETTER N
|
||||||
|
0x4f 0x004f #LATIN CAPITAL LETTER O
|
||||||
|
0x50 0x0050 #LATIN CAPITAL LETTER P
|
||||||
|
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
||||||
|
0x52 0x0052 #LATIN CAPITAL LETTER R
|
||||||
|
0x53 0x0053 #LATIN CAPITAL LETTER S
|
||||||
|
0x54 0x0054 #LATIN CAPITAL LETTER T
|
||||||
|
0x55 0x0055 #LATIN CAPITAL LETTER U
|
||||||
|
0x56 0x0056 #LATIN CAPITAL LETTER V
|
||||||
|
0x57 0x0057 #LATIN CAPITAL LETTER W
|
||||||
|
0x58 0x0058 #LATIN CAPITAL LETTER X
|
||||||
|
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
||||||
|
0x5a 0x005a #LATIN CAPITAL LETTER Z
|
||||||
|
0x5b 0x005b #LEFT SQUARE BRACKET
|
||||||
|
0x5c 0x005c #REVERSE SOLIDUS
|
||||||
|
0x5d 0x005d #RIGHT SQUARE BRACKET
|
||||||
|
0x5e 0x005e #CIRCUMFLEX ACCENT
|
||||||
|
0x5f 0x005f #LOW LINE
|
||||||
|
0x60 0x0060 #GRAVE ACCENT
|
||||||
|
0x61 0x0061 #LATIN SMALL LETTER A
|
||||||
|
0x62 0x0062 #LATIN SMALL LETTER B
|
||||||
|
0x63 0x0063 #LATIN SMALL LETTER C
|
||||||
|
0x64 0x0064 #LATIN SMALL LETTER D
|
||||||
|
0x65 0x0065 #LATIN SMALL LETTER E
|
||||||
|
0x66 0x0066 #LATIN SMALL LETTER F
|
||||||
|
0x67 0x0067 #LATIN SMALL LETTER G
|
||||||
|
0x68 0x0068 #LATIN SMALL LETTER H
|
||||||
|
0x69 0x0069 #LATIN SMALL LETTER I
|
||||||
|
0x6a 0x006a #LATIN SMALL LETTER J
|
||||||
|
0x6b 0x006b #LATIN SMALL LETTER K
|
||||||
|
0x6c 0x006c #LATIN SMALL LETTER L
|
||||||
|
0x6d 0x006d #LATIN SMALL LETTER M
|
||||||
|
0x6e 0x006e #LATIN SMALL LETTER N
|
||||||
|
0x6f 0x006f #LATIN SMALL LETTER O
|
||||||
|
0x70 0x0070 #LATIN SMALL LETTER P
|
||||||
|
0x71 0x0071 #LATIN SMALL LETTER Q
|
||||||
|
0x72 0x0072 #LATIN SMALL LETTER R
|
||||||
|
0x73 0x0073 #LATIN SMALL LETTER S
|
||||||
|
0x74 0x0074 #LATIN SMALL LETTER T
|
||||||
|
0x75 0x0075 #LATIN SMALL LETTER U
|
||||||
|
0x76 0x0076 #LATIN SMALL LETTER V
|
||||||
|
0x77 0x0077 #LATIN SMALL LETTER W
|
||||||
|
0x78 0x0078 #LATIN SMALL LETTER X
|
||||||
|
0x79 0x0079 #LATIN SMALL LETTER Y
|
||||||
|
0x7a 0x007a #LATIN SMALL LETTER Z
|
||||||
|
0x7b 0x007b #LEFT CURLY BRACKET
|
||||||
|
0x7c 0x007c #VERTICAL LINE
|
||||||
|
0x7d 0x007d #RIGHT CURLY BRACKET
|
||||||
|
0x7e 0x007e #TILDE
|
||||||
|
0x7f 0x007f #DELETE
|
||||||
|
0x80 0x0391 #GREEK CAPITAL LETTER ALPHA
|
||||||
|
0x81 0x0392 #GREEK CAPITAL LETTER BETA
|
||||||
|
0x82 0x0393 #GREEK CAPITAL LETTER GAMMA
|
||||||
|
0x83 0x0394 #GREEK CAPITAL LETTER DELTA
|
||||||
|
0x84 0x0395 #GREEK CAPITAL LETTER EPSILON
|
||||||
|
0x85 0x0396 #GREEK CAPITAL LETTER ZETA
|
||||||
|
0x86 0x0397 #GREEK CAPITAL LETTER ETA
|
||||||
|
0x87 0x0398 #GREEK CAPITAL LETTER THETA
|
||||||
|
0x88 0x0399 #GREEK CAPITAL LETTER IOTA
|
||||||
|
0x89 0x039a #GREEK CAPITAL LETTER KAPPA
|
||||||
|
0x8a 0x039b #GREEK CAPITAL LETTER LAMDA
|
||||||
|
0x8b 0x039c #GREEK CAPITAL LETTER MU
|
||||||
|
0x8c 0x039d #GREEK CAPITAL LETTER NU
|
||||||
|
0x8d 0x039e #GREEK CAPITAL LETTER XI
|
||||||
|
0x8e 0x039f #GREEK CAPITAL LETTER OMICRON
|
||||||
|
0x8f 0x03a0 #GREEK CAPITAL LETTER PI
|
||||||
|
0x90 0x03a1 #GREEK CAPITAL LETTER RHO
|
||||||
|
0x91 0x03a3 #GREEK CAPITAL LETTER SIGMA
|
||||||
|
0x92 0x03a4 #GREEK CAPITAL LETTER TAU
|
||||||
|
0x93 0x03a5 #GREEK CAPITAL LETTER UPSILON
|
||||||
|
0x94 0x03a6 #GREEK CAPITAL LETTER PHI
|
||||||
|
0x95 0x03a7 #GREEK CAPITAL LETTER CHI
|
||||||
|
0x96 0x03a8 #GREEK CAPITAL LETTER PSI
|
||||||
|
0x97 0x03a9 #GREEK CAPITAL LETTER OMEGA
|
||||||
|
0x98 0x03b1 #GREEK SMALL LETTER ALPHA
|
||||||
|
0x99 0x03b2 #GREEK SMALL LETTER BETA
|
||||||
|
0x9a 0x03b3 #GREEK SMALL LETTER GAMMA
|
||||||
|
0x9b 0x03b4 #GREEK SMALL LETTER DELTA
|
||||||
|
0x9c 0x03b5 #GREEK SMALL LETTER EPSILON
|
||||||
|
0x9d 0x03b6 #GREEK SMALL LETTER ZETA
|
||||||
|
0x9e 0x03b7 #GREEK SMALL LETTER ETA
|
||||||
|
0x9f 0x03b8 #GREEK SMALL LETTER THETA
|
||||||
|
0xa0 0x03b9 #GREEK SMALL LETTER IOTA
|
||||||
|
0xa1 0x03ba #GREEK SMALL LETTER KAPPA
|
||||||
|
0xa2 0x03bb #GREEK SMALL LETTER LAMDA
|
||||||
|
0xa3 0x03bc #GREEK SMALL LETTER MU
|
||||||
|
0xa4 0x03bd #GREEK SMALL LETTER NU
|
||||||
|
0xa5 0x03be #GREEK SMALL LETTER XI
|
||||||
|
0xa6 0x03bf #GREEK SMALL LETTER OMICRON
|
||||||
|
0xa7 0x03c0 #GREEK SMALL LETTER PI
|
||||||
|
0xa8 0x03c1 #GREEK SMALL LETTER RHO
|
||||||
|
0xa9 0x03c3 #GREEK SMALL LETTER SIGMA
|
||||||
|
0xaa 0x03c2 #GREEK SMALL LETTER FINAL SIGMA
|
||||||
|
0xab 0x03c4 #GREEK SMALL LETTER TAU
|
||||||
|
0xac 0x03c5 #GREEK SMALL LETTER UPSILON
|
||||||
|
0xad 0x03c6 #GREEK SMALL LETTER PHI
|
||||||
|
0xae 0x03c7 #GREEK SMALL LETTER CHI
|
||||||
|
0xaf 0x03c8 #GREEK SMALL LETTER PSI
|
||||||
|
0xb0 0x2591 #LIGHT SHADE
|
||||||
|
0xb1 0x2592 #MEDIUM SHADE
|
||||||
|
0xb2 0x2593 #DARK SHADE
|
||||||
|
0xb3 0x2502 #BOX DRAWINGS LIGHT VERTICAL
|
||||||
|
0xb4 0x2524 #BOX DRAWINGS LIGHT VERTICAL AND LEFT
|
||||||
|
0xb5 0x2561 #BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
|
||||||
|
0xb6 0x2562 #BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
|
||||||
|
0xb7 0x2556 #BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
|
||||||
|
0xb8 0x2555 #BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
|
||||||
|
0xb9 0x2563 #BOX DRAWINGS DOUBLE VERTICAL AND LEFT
|
||||||
|
0xba 0x2551 #BOX DRAWINGS DOUBLE VERTICAL
|
||||||
|
0xbb 0x2557 #BOX DRAWINGS DOUBLE DOWN AND LEFT
|
||||||
|
0xbc 0x255d #BOX DRAWINGS DOUBLE UP AND LEFT
|
||||||
|
0xbd 0x255c #BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
|
||||||
|
0xbe 0x255b #BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
|
||||||
|
0xbf 0x2510 #BOX DRAWINGS LIGHT DOWN AND LEFT
|
||||||
|
0xc0 0x2514 #BOX DRAWINGS LIGHT UP AND RIGHT
|
||||||
|
0xc1 0x2534 #BOX DRAWINGS LIGHT UP AND HORIZONTAL
|
||||||
|
0xc2 0x252c #BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
|
||||||
|
0xc3 0x251c #BOX DRAWINGS LIGHT VERTICAL AND RIGHT
|
||||||
|
0xc4 0x2500 #BOX DRAWINGS LIGHT HORIZONTAL
|
||||||
|
0xc5 0x253c #BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
|
||||||
|
0xc6 0x255e #BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
|
||||||
|
0xc7 0x255f #BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
|
||||||
|
0xc8 0x255a #BOX DRAWINGS DOUBLE UP AND RIGHT
|
||||||
|
0xc9 0x2554 #BOX DRAWINGS DOUBLE DOWN AND RIGHT
|
||||||
|
0xca 0x2569 #BOX DRAWINGS DOUBLE UP AND HORIZONTAL
|
||||||
|
0xcb 0x2566 #BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
|
||||||
|
0xcc 0x2560 #BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
|
||||||
|
0xcd 0x2550 #BOX DRAWINGS DOUBLE HORIZONTAL
|
||||||
|
0xce 0x256c #BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
|
||||||
|
0xcf 0x2567 #BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd0 0x2568 #BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd1 0x2564 #BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd2 0x2565 #BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd3 0x2559 #BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
|
||||||
|
0xd4 0x2558 #BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
|
||||||
|
0xd5 0x2552 #BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
|
||||||
|
0xd6 0x2553 #BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
|
||||||
|
0xd7 0x256b #BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd8 0x256a #BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd9 0x2518 #BOX DRAWINGS LIGHT UP AND LEFT
|
||||||
|
0xda 0x250c #BOX DRAWINGS LIGHT DOWN AND RIGHT
|
||||||
|
0xdb 0x2588 #FULL BLOCK
|
||||||
|
0xdc 0x2584 #LOWER HALF BLOCK
|
||||||
|
0xdd 0x258c #LEFT HALF BLOCK
|
||||||
|
0xde 0x2590 #RIGHT HALF BLOCK
|
||||||
|
0xdf 0x2580 #UPPER HALF BLOCK
|
||||||
|
0xe0 0x03c9 #GREEK SMALL LETTER OMEGA
|
||||||
|
0xe1 0x03ac #GREEK SMALL LETTER ALPHA WITH TONOS
|
||||||
|
0xe2 0x03ad #GREEK SMALL LETTER EPSILON WITH TONOS
|
||||||
|
0xe3 0x03ae #GREEK SMALL LETTER ETA WITH TONOS
|
||||||
|
0xe4 0x03ca #GREEK SMALL LETTER IOTA WITH DIALYTIKA
|
||||||
|
0xe5 0x03af #GREEK SMALL LETTER IOTA WITH TONOS
|
||||||
|
0xe6 0x03cc #GREEK SMALL LETTER OMICRON WITH TONOS
|
||||||
|
0xe7 0x03cd #GREEK SMALL LETTER UPSILON WITH TONOS
|
||||||
|
0xe8 0x03cb #GREEK SMALL LETTER UPSILON WITH DIALYTIKA
|
||||||
|
0xe9 0x03ce #GREEK SMALL LETTER OMEGA WITH TONOS
|
||||||
|
0xea 0x0386 #GREEK CAPITAL LETTER ALPHA WITH TONOS
|
||||||
|
0xeb 0x0388 #GREEK CAPITAL LETTER EPSILON WITH TONOS
|
||||||
|
0xec 0x0389 #GREEK CAPITAL LETTER ETA WITH TONOS
|
||||||
|
0xed 0x038a #GREEK CAPITAL LETTER IOTA WITH TONOS
|
||||||
|
0xee 0x038c #GREEK CAPITAL LETTER OMICRON WITH TONOS
|
||||||
|
0xef 0x038e #GREEK CAPITAL LETTER UPSILON WITH TONOS
|
||||||
|
0xf0 0x038f #GREEK CAPITAL LETTER OMEGA WITH TONOS
|
||||||
|
0xf1 0x00b1 #PLUS-MINUS SIGN
|
||||||
|
0xf2 0x2265 #GREATER-THAN OR EQUAL TO
|
||||||
|
0xf3 0x2264 #LESS-THAN OR EQUAL TO
|
||||||
|
0xf4 0x03aa #GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
|
||||||
|
0xf5 0x03ab #GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
|
||||||
|
0xf6 0x00f7 #DIVISION SIGN
|
||||||
|
0xf7 0x2248 #ALMOST EQUAL TO
|
||||||
|
0xf8 0x00b0 #DEGREE SIGN
|
||||||
|
0xf9 0x2219 #BULLET OPERATOR
|
||||||
|
0xfa 0x00b7 #MIDDLE DOT
|
||||||
|
0xfb 0x221a #SQUARE ROOT
|
||||||
|
0xfc 0x207f #SUPERSCRIPT LATIN SMALL LETTER N
|
||||||
|
0xfd 0x00b2 #SUPERSCRIPT TWO
|
||||||
|
0xfe 0x25a0 #BLACK SQUARE
|
||||||
|
0xff 0x00a0 #NO-BREAK SPACE
|
||||||
256
Data/Encoding/CP775.mapping
Normal file
256
Data/Encoding/CP775.mapping
Normal file
@ -0,0 +1,256 @@
|
|||||||
|
0x00 0x0000 #NULL
|
||||||
|
0x01 0x0001 #START OF HEADING
|
||||||
|
0x02 0x0002 #START OF TEXT
|
||||||
|
0x03 0x0003 #END OF TEXT
|
||||||
|
0x04 0x0004 #END OF TRANSMISSION
|
||||||
|
0x05 0x0005 #ENQUIRY
|
||||||
|
0x06 0x0006 #ACKNOWLEDGE
|
||||||
|
0x07 0x0007 #BELL
|
||||||
|
0x08 0x0008 #BACKSPACE
|
||||||
|
0x09 0x0009 #HORIZONTAL TABULATION
|
||||||
|
0x0a 0x000a #LINE FEED
|
||||||
|
0x0b 0x000b #VERTICAL TABULATION
|
||||||
|
0x0c 0x000c #FORM FEED
|
||||||
|
0x0d 0x000d #CARRIAGE RETURN
|
||||||
|
0x0e 0x000e #SHIFT OUT
|
||||||
|
0x0f 0x000f #SHIFT IN
|
||||||
|
0x10 0x0010 #DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 #DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 #DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 #DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 #DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 #SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 #CANCEL
|
||||||
|
0x19 0x0019 #END OF MEDIUM
|
||||||
|
0x1a 0x001a #SUBSTITUTE
|
||||||
|
0x1b 0x001b #ESCAPE
|
||||||
|
0x1c 0x001c #FILE SEPARATOR
|
||||||
|
0x1d 0x001d #GROUP SEPARATOR
|
||||||
|
0x1e 0x001e #RECORD SEPARATOR
|
||||||
|
0x1f 0x001f #UNIT SEPARATOR
|
||||||
|
0x20 0x0020 #SPACE
|
||||||
|
0x21 0x0021 #EXCLAMATION MARK
|
||||||
|
0x22 0x0022 #QUOTATION MARK
|
||||||
|
0x23 0x0023 #NUMBER SIGN
|
||||||
|
0x24 0x0024 #DOLLAR SIGN
|
||||||
|
0x25 0x0025 #PERCENT SIGN
|
||||||
|
0x26 0x0026 #AMPERSAND
|
||||||
|
0x27 0x0027 #APOSTROPHE
|
||||||
|
0x28 0x0028 #LEFT PARENTHESIS
|
||||||
|
0x29 0x0029 #RIGHT PARENTHESIS
|
||||||
|
0x2a 0x002a #ASTERISK
|
||||||
|
0x2b 0x002b #PLUS SIGN
|
||||||
|
0x2c 0x002c #COMMA
|
||||||
|
0x2d 0x002d #HYPHEN-MINUS
|
||||||
|
0x2e 0x002e #FULL STOP
|
||||||
|
0x2f 0x002f #SOLIDUS
|
||||||
|
0x30 0x0030 #DIGIT ZERO
|
||||||
|
0x31 0x0031 #DIGIT ONE
|
||||||
|
0x32 0x0032 #DIGIT TWO
|
||||||
|
0x33 0x0033 #DIGIT THREE
|
||||||
|
0x34 0x0034 #DIGIT FOUR
|
||||||
|
0x35 0x0035 #DIGIT FIVE
|
||||||
|
0x36 0x0036 #DIGIT SIX
|
||||||
|
0x37 0x0037 #DIGIT SEVEN
|
||||||
|
0x38 0x0038 #DIGIT EIGHT
|
||||||
|
0x39 0x0039 #DIGIT NINE
|
||||||
|
0x3a 0x003a #COLON
|
||||||
|
0x3b 0x003b #SEMICOLON
|
||||||
|
0x3c 0x003c #LESS-THAN SIGN
|
||||||
|
0x3d 0x003d #EQUALS SIGN
|
||||||
|
0x3e 0x003e #GREATER-THAN SIGN
|
||||||
|
0x3f 0x003f #QUESTION MARK
|
||||||
|
0x40 0x0040 #COMMERCIAL AT
|
||||||
|
0x41 0x0041 #LATIN CAPITAL LETTER A
|
||||||
|
0x42 0x0042 #LATIN CAPITAL LETTER B
|
||||||
|
0x43 0x0043 #LATIN CAPITAL LETTER C
|
||||||
|
0x44 0x0044 #LATIN CAPITAL LETTER D
|
||||||
|
0x45 0x0045 #LATIN CAPITAL LETTER E
|
||||||
|
0x46 0x0046 #LATIN CAPITAL LETTER F
|
||||||
|
0x47 0x0047 #LATIN CAPITAL LETTER G
|
||||||
|
0x48 0x0048 #LATIN CAPITAL LETTER H
|
||||||
|
0x49 0x0049 #LATIN CAPITAL LETTER I
|
||||||
|
0x4a 0x004a #LATIN CAPITAL LETTER J
|
||||||
|
0x4b 0x004b #LATIN CAPITAL LETTER K
|
||||||
|
0x4c 0x004c #LATIN CAPITAL LETTER L
|
||||||
|
0x4d 0x004d #LATIN CAPITAL LETTER M
|
||||||
|
0x4e 0x004e #LATIN CAPITAL LETTER N
|
||||||
|
0x4f 0x004f #LATIN CAPITAL LETTER O
|
||||||
|
0x50 0x0050 #LATIN CAPITAL LETTER P
|
||||||
|
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
||||||
|
0x52 0x0052 #LATIN CAPITAL LETTER R
|
||||||
|
0x53 0x0053 #LATIN CAPITAL LETTER S
|
||||||
|
0x54 0x0054 #LATIN CAPITAL LETTER T
|
||||||
|
0x55 0x0055 #LATIN CAPITAL LETTER U
|
||||||
|
0x56 0x0056 #LATIN CAPITAL LETTER V
|
||||||
|
0x57 0x0057 #LATIN CAPITAL LETTER W
|
||||||
|
0x58 0x0058 #LATIN CAPITAL LETTER X
|
||||||
|
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
||||||
|
0x5a 0x005a #LATIN CAPITAL LETTER Z
|
||||||
|
0x5b 0x005b #LEFT SQUARE BRACKET
|
||||||
|
0x5c 0x005c #REVERSE SOLIDUS
|
||||||
|
0x5d 0x005d #RIGHT SQUARE BRACKET
|
||||||
|
0x5e 0x005e #CIRCUMFLEX ACCENT
|
||||||
|
0x5f 0x005f #LOW LINE
|
||||||
|
0x60 0x0060 #GRAVE ACCENT
|
||||||
|
0x61 0x0061 #LATIN SMALL LETTER A
|
||||||
|
0x62 0x0062 #LATIN SMALL LETTER B
|
||||||
|
0x63 0x0063 #LATIN SMALL LETTER C
|
||||||
|
0x64 0x0064 #LATIN SMALL LETTER D
|
||||||
|
0x65 0x0065 #LATIN SMALL LETTER E
|
||||||
|
0x66 0x0066 #LATIN SMALL LETTER F
|
||||||
|
0x67 0x0067 #LATIN SMALL LETTER G
|
||||||
|
0x68 0x0068 #LATIN SMALL LETTER H
|
||||||
|
0x69 0x0069 #LATIN SMALL LETTER I
|
||||||
|
0x6a 0x006a #LATIN SMALL LETTER J
|
||||||
|
0x6b 0x006b #LATIN SMALL LETTER K
|
||||||
|
0x6c 0x006c #LATIN SMALL LETTER L
|
||||||
|
0x6d 0x006d #LATIN SMALL LETTER M
|
||||||
|
0x6e 0x006e #LATIN SMALL LETTER N
|
||||||
|
0x6f 0x006f #LATIN SMALL LETTER O
|
||||||
|
0x70 0x0070 #LATIN SMALL LETTER P
|
||||||
|
0x71 0x0071 #LATIN SMALL LETTER Q
|
||||||
|
0x72 0x0072 #LATIN SMALL LETTER R
|
||||||
|
0x73 0x0073 #LATIN SMALL LETTER S
|
||||||
|
0x74 0x0074 #LATIN SMALL LETTER T
|
||||||
|
0x75 0x0075 #LATIN SMALL LETTER U
|
||||||
|
0x76 0x0076 #LATIN SMALL LETTER V
|
||||||
|
0x77 0x0077 #LATIN SMALL LETTER W
|
||||||
|
0x78 0x0078 #LATIN SMALL LETTER X
|
||||||
|
0x79 0x0079 #LATIN SMALL LETTER Y
|
||||||
|
0x7a 0x007a #LATIN SMALL LETTER Z
|
||||||
|
0x7b 0x007b #LEFT CURLY BRACKET
|
||||||
|
0x7c 0x007c #VERTICAL LINE
|
||||||
|
0x7d 0x007d #RIGHT CURLY BRACKET
|
||||||
|
0x7e 0x007e #TILDE
|
||||||
|
0x7f 0x007f #DELETE
|
||||||
|
0x80 0x0106 #LATIN CAPITAL LETTER C WITH ACUTE
|
||||||
|
0x81 0x00fc #LATIN SMALL LETTER U WITH DIAERESIS
|
||||||
|
0x82 0x00e9 #LATIN SMALL LETTER E WITH ACUTE
|
||||||
|
0x83 0x0101 #LATIN SMALL LETTER A WITH MACRON
|
||||||
|
0x84 0x00e4 #LATIN SMALL LETTER A WITH DIAERESIS
|
||||||
|
0x85 0x0123 #LATIN SMALL LETTER G WITH CEDILLA
|
||||||
|
0x86 0x00e5 #LATIN SMALL LETTER A WITH RING ABOVE
|
||||||
|
0x87 0x0107 #LATIN SMALL LETTER C WITH ACUTE
|
||||||
|
0x88 0x0142 #LATIN SMALL LETTER L WITH STROKE
|
||||||
|
0x89 0x0113 #LATIN SMALL LETTER E WITH MACRON
|
||||||
|
0x8a 0x0156 #LATIN CAPITAL LETTER R WITH CEDILLA
|
||||||
|
0x8b 0x0157 #LATIN SMALL LETTER R WITH CEDILLA
|
||||||
|
0x8c 0x012b #LATIN SMALL LETTER I WITH MACRON
|
||||||
|
0x8d 0x0179 #LATIN CAPITAL LETTER Z WITH ACUTE
|
||||||
|
0x8e 0x00c4 #LATIN CAPITAL LETTER A WITH DIAERESIS
|
||||||
|
0x8f 0x00c5 #LATIN CAPITAL LETTER A WITH RING ABOVE
|
||||||
|
0x90 0x00c9 #LATIN CAPITAL LETTER E WITH ACUTE
|
||||||
|
0x91 0x00e6 #LATIN SMALL LIGATURE AE
|
||||||
|
0x92 0x00c6 #LATIN CAPITAL LIGATURE AE
|
||||||
|
0x93 0x014d #LATIN SMALL LETTER O WITH MACRON
|
||||||
|
0x94 0x00f6 #LATIN SMALL LETTER O WITH DIAERESIS
|
||||||
|
0x95 0x0122 #LATIN CAPITAL LETTER G WITH CEDILLA
|
||||||
|
0x96 0x00a2 #CENT SIGN
|
||||||
|
0x97 0x015a #LATIN CAPITAL LETTER S WITH ACUTE
|
||||||
|
0x98 0x015b #LATIN SMALL LETTER S WITH ACUTE
|
||||||
|
0x99 0x00d6 #LATIN CAPITAL LETTER O WITH DIAERESIS
|
||||||
|
0x9a 0x00dc #LATIN CAPITAL LETTER U WITH DIAERESIS
|
||||||
|
0x9b 0x00f8 #LATIN SMALL LETTER O WITH STROKE
|
||||||
|
0x9c 0x00a3 #POUND SIGN
|
||||||
|
0x9d 0x00d8 #LATIN CAPITAL LETTER O WITH STROKE
|
||||||
|
0x9e 0x00d7 #MULTIPLICATION SIGN
|
||||||
|
0x9f 0x00a4 #CURRENCY SIGN
|
||||||
|
0xa0 0x0100 #LATIN CAPITAL LETTER A WITH MACRON
|
||||||
|
0xa1 0x012a #LATIN CAPITAL LETTER I WITH MACRON
|
||||||
|
0xa2 0x00f3 #LATIN SMALL LETTER O WITH ACUTE
|
||||||
|
0xa3 0x017b #LATIN CAPITAL LETTER Z WITH DOT ABOVE
|
||||||
|
0xa4 0x017c #LATIN SMALL LETTER Z WITH DOT ABOVE
|
||||||
|
0xa5 0x017a #LATIN SMALL LETTER Z WITH ACUTE
|
||||||
|
0xa6 0x201d #RIGHT DOUBLE QUOTATION MARK
|
||||||
|
0xa7 0x00a6 #BROKEN BAR
|
||||||
|
0xa8 0x00a9 #COPYRIGHT SIGN
|
||||||
|
0xa9 0x00ae #REGISTERED SIGN
|
||||||
|
0xaa 0x00ac #NOT SIGN
|
||||||
|
0xab 0x00bd #VULGAR FRACTION ONE HALF
|
||||||
|
0xac 0x00bc #VULGAR FRACTION ONE QUARTER
|
||||||
|
0xad 0x0141 #LATIN CAPITAL LETTER L WITH STROKE
|
||||||
|
0xae 0x00ab #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xaf 0x00bb #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xb0 0x2591 #LIGHT SHADE
|
||||||
|
0xb1 0x2592 #MEDIUM SHADE
|
||||||
|
0xb2 0x2593 #DARK SHADE
|
||||||
|
0xb3 0x2502 #BOX DRAWINGS LIGHT VERTICAL
|
||||||
|
0xb4 0x2524 #BOX DRAWINGS LIGHT VERTICAL AND LEFT
|
||||||
|
0xb5 0x0104 #LATIN CAPITAL LETTER A WITH OGONEK
|
||||||
|
0xb6 0x010c #LATIN CAPITAL LETTER C WITH CARON
|
||||||
|
0xb7 0x0118 #LATIN CAPITAL LETTER E WITH OGONEK
|
||||||
|
0xb8 0x0116 #LATIN CAPITAL LETTER E WITH DOT ABOVE
|
||||||
|
0xb9 0x2563 #BOX DRAWINGS DOUBLE VERTICAL AND LEFT
|
||||||
|
0xba 0x2551 #BOX DRAWINGS DOUBLE VERTICAL
|
||||||
|
0xbb 0x2557 #BOX DRAWINGS DOUBLE DOWN AND LEFT
|
||||||
|
0xbc 0x255d #BOX DRAWINGS DOUBLE UP AND LEFT
|
||||||
|
0xbd 0x012e #LATIN CAPITAL LETTER I WITH OGONEK
|
||||||
|
0xbe 0x0160 #LATIN CAPITAL LETTER S WITH CARON
|
||||||
|
0xbf 0x2510 #BOX DRAWINGS LIGHT DOWN AND LEFT
|
||||||
|
0xc0 0x2514 #BOX DRAWINGS LIGHT UP AND RIGHT
|
||||||
|
0xc1 0x2534 #BOX DRAWINGS LIGHT UP AND HORIZONTAL
|
||||||
|
0xc2 0x252c #BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
|
||||||
|
0xc3 0x251c #BOX DRAWINGS LIGHT VERTICAL AND RIGHT
|
||||||
|
0xc4 0x2500 #BOX DRAWINGS LIGHT HORIZONTAL
|
||||||
|
0xc5 0x253c #BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
|
||||||
|
0xc6 0x0172 #LATIN CAPITAL LETTER U WITH OGONEK
|
||||||
|
0xc7 0x016a #LATIN CAPITAL LETTER U WITH MACRON
|
||||||
|
0xc8 0x255a #BOX DRAWINGS DOUBLE UP AND RIGHT
|
||||||
|
0xc9 0x2554 #BOX DRAWINGS DOUBLE DOWN AND RIGHT
|
||||||
|
0xca 0x2569 #BOX DRAWINGS DOUBLE UP AND HORIZONTAL
|
||||||
|
0xcb 0x2566 #BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
|
||||||
|
0xcc 0x2560 #BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
|
||||||
|
0xcd 0x2550 #BOX DRAWINGS DOUBLE HORIZONTAL
|
||||||
|
0xce 0x256c #BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
|
||||||
|
0xcf 0x017d #LATIN CAPITAL LETTER Z WITH CARON
|
||||||
|
0xd0 0x0105 #LATIN SMALL LETTER A WITH OGONEK
|
||||||
|
0xd1 0x010d #LATIN SMALL LETTER C WITH CARON
|
||||||
|
0xd2 0x0119 #LATIN SMALL LETTER E WITH OGONEK
|
||||||
|
0xd3 0x0117 #LATIN SMALL LETTER E WITH DOT ABOVE
|
||||||
|
0xd4 0x012f #LATIN SMALL LETTER I WITH OGONEK
|
||||||
|
0xd5 0x0161 #LATIN SMALL LETTER S WITH CARON
|
||||||
|
0xd6 0x0173 #LATIN SMALL LETTER U WITH OGONEK
|
||||||
|
0xd7 0x016b #LATIN SMALL LETTER U WITH MACRON
|
||||||
|
0xd8 0x017e #LATIN SMALL LETTER Z WITH CARON
|
||||||
|
0xd9 0x2518 #BOX DRAWINGS LIGHT UP AND LEFT
|
||||||
|
0xda 0x250c #BOX DRAWINGS LIGHT DOWN AND RIGHT
|
||||||
|
0xdb 0x2588 #FULL BLOCK
|
||||||
|
0xdc 0x2584 #LOWER HALF BLOCK
|
||||||
|
0xdd 0x258c #LEFT HALF BLOCK
|
||||||
|
0xde 0x2590 #RIGHT HALF BLOCK
|
||||||
|
0xdf 0x2580 #UPPER HALF BLOCK
|
||||||
|
0xe0 0x00d3 #LATIN CAPITAL LETTER O WITH ACUTE
|
||||||
|
0xe1 0x00df #LATIN SMALL LETTER SHARP S (GERMAN)
|
||||||
|
0xe2 0x014c #LATIN CAPITAL LETTER O WITH MACRON
|
||||||
|
0xe3 0x0143 #LATIN CAPITAL LETTER N WITH ACUTE
|
||||||
|
0xe4 0x00f5 #LATIN SMALL LETTER O WITH TILDE
|
||||||
|
0xe5 0x00d5 #LATIN CAPITAL LETTER O WITH TILDE
|
||||||
|
0xe6 0x00b5 #MICRO SIGN
|
||||||
|
0xe7 0x0144 #LATIN SMALL LETTER N WITH ACUTE
|
||||||
|
0xe8 0x0136 #LATIN CAPITAL LETTER K WITH CEDILLA
|
||||||
|
0xe9 0x0137 #LATIN SMALL LETTER K WITH CEDILLA
|
||||||
|
0xea 0x013b #LATIN CAPITAL LETTER L WITH CEDILLA
|
||||||
|
0xeb 0x013c #LATIN SMALL LETTER L WITH CEDILLA
|
||||||
|
0xec 0x0146 #LATIN SMALL LETTER N WITH CEDILLA
|
||||||
|
0xed 0x0112 #LATIN CAPITAL LETTER E WITH MACRON
|
||||||
|
0xee 0x0145 #LATIN CAPITAL LETTER N WITH CEDILLA
|
||||||
|
0xef 0x2019 #RIGHT SINGLE QUOTATION MARK
|
||||||
|
0xf0 0x00ad #SOFT HYPHEN
|
||||||
|
0xf1 0x00b1 #PLUS-MINUS SIGN
|
||||||
|
0xf2 0x201c #LEFT DOUBLE QUOTATION MARK
|
||||||
|
0xf3 0x00be #VULGAR FRACTION THREE QUARTERS
|
||||||
|
0xf4 0x00b6 #PILCROW SIGN
|
||||||
|
0xf5 0x00a7 #SECTION SIGN
|
||||||
|
0xf6 0x00f7 #DIVISION SIGN
|
||||||
|
0xf7 0x201e #DOUBLE LOW-9 QUOTATION MARK
|
||||||
|
0xf8 0x00b0 #DEGREE SIGN
|
||||||
|
0xf9 0x2219 #BULLET OPERATOR
|
||||||
|
0xfa 0x00b7 #MIDDLE DOT
|
||||||
|
0xfb 0x00b9 #SUPERSCRIPT ONE
|
||||||
|
0xfc 0x00b3 #SUPERSCRIPT THREE
|
||||||
|
0xfd 0x00b2 #SUPERSCRIPT TWO
|
||||||
|
0xfe 0x25a0 #BLACK SQUARE
|
||||||
|
0xff 0x00a0 #NO-BREAK SPACE
|
||||||
256
Data/Encoding/CP850.mapping
Normal file
256
Data/Encoding/CP850.mapping
Normal file
@ -0,0 +1,256 @@
|
|||||||
|
0x00 0x0000 #NULL
|
||||||
|
0x01 0x0001 #START OF HEADING
|
||||||
|
0x02 0x0002 #START OF TEXT
|
||||||
|
0x03 0x0003 #END OF TEXT
|
||||||
|
0x04 0x0004 #END OF TRANSMISSION
|
||||||
|
0x05 0x0005 #ENQUIRY
|
||||||
|
0x06 0x0006 #ACKNOWLEDGE
|
||||||
|
0x07 0x0007 #BELL
|
||||||
|
0x08 0x0008 #BACKSPACE
|
||||||
|
0x09 0x0009 #HORIZONTAL TABULATION
|
||||||
|
0x0a 0x000a #LINE FEED
|
||||||
|
0x0b 0x000b #VERTICAL TABULATION
|
||||||
|
0x0c 0x000c #FORM FEED
|
||||||
|
0x0d 0x000d #CARRIAGE RETURN
|
||||||
|
0x0e 0x000e #SHIFT OUT
|
||||||
|
0x0f 0x000f #SHIFT IN
|
||||||
|
0x10 0x0010 #DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 #DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 #DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 #DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 #DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 #SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 #CANCEL
|
||||||
|
0x19 0x0019 #END OF MEDIUM
|
||||||
|
0x1a 0x001a #SUBSTITUTE
|
||||||
|
0x1b 0x001b #ESCAPE
|
||||||
|
0x1c 0x001c #FILE SEPARATOR
|
||||||
|
0x1d 0x001d #GROUP SEPARATOR
|
||||||
|
0x1e 0x001e #RECORD SEPARATOR
|
||||||
|
0x1f 0x001f #UNIT SEPARATOR
|
||||||
|
0x20 0x0020 #SPACE
|
||||||
|
0x21 0x0021 #EXCLAMATION MARK
|
||||||
|
0x22 0x0022 #QUOTATION MARK
|
||||||
|
0x23 0x0023 #NUMBER SIGN
|
||||||
|
0x24 0x0024 #DOLLAR SIGN
|
||||||
|
0x25 0x0025 #PERCENT SIGN
|
||||||
|
0x26 0x0026 #AMPERSAND
|
||||||
|
0x27 0x0027 #APOSTROPHE
|
||||||
|
0x28 0x0028 #LEFT PARENTHESIS
|
||||||
|
0x29 0x0029 #RIGHT PARENTHESIS
|
||||||
|
0x2a 0x002a #ASTERISK
|
||||||
|
0x2b 0x002b #PLUS SIGN
|
||||||
|
0x2c 0x002c #COMMA
|
||||||
|
0x2d 0x002d #HYPHEN-MINUS
|
||||||
|
0x2e 0x002e #FULL STOP
|
||||||
|
0x2f 0x002f #SOLIDUS
|
||||||
|
0x30 0x0030 #DIGIT ZERO
|
||||||
|
0x31 0x0031 #DIGIT ONE
|
||||||
|
0x32 0x0032 #DIGIT TWO
|
||||||
|
0x33 0x0033 #DIGIT THREE
|
||||||
|
0x34 0x0034 #DIGIT FOUR
|
||||||
|
0x35 0x0035 #DIGIT FIVE
|
||||||
|
0x36 0x0036 #DIGIT SIX
|
||||||
|
0x37 0x0037 #DIGIT SEVEN
|
||||||
|
0x38 0x0038 #DIGIT EIGHT
|
||||||
|
0x39 0x0039 #DIGIT NINE
|
||||||
|
0x3a 0x003a #COLON
|
||||||
|
0x3b 0x003b #SEMICOLON
|
||||||
|
0x3c 0x003c #LESS-THAN SIGN
|
||||||
|
0x3d 0x003d #EQUALS SIGN
|
||||||
|
0x3e 0x003e #GREATER-THAN SIGN
|
||||||
|
0x3f 0x003f #QUESTION MARK
|
||||||
|
0x40 0x0040 #COMMERCIAL AT
|
||||||
|
0x41 0x0041 #LATIN CAPITAL LETTER A
|
||||||
|
0x42 0x0042 #LATIN CAPITAL LETTER B
|
||||||
|
0x43 0x0043 #LATIN CAPITAL LETTER C
|
||||||
|
0x44 0x0044 #LATIN CAPITAL LETTER D
|
||||||
|
0x45 0x0045 #LATIN CAPITAL LETTER E
|
||||||
|
0x46 0x0046 #LATIN CAPITAL LETTER F
|
||||||
|
0x47 0x0047 #LATIN CAPITAL LETTER G
|
||||||
|
0x48 0x0048 #LATIN CAPITAL LETTER H
|
||||||
|
0x49 0x0049 #LATIN CAPITAL LETTER I
|
||||||
|
0x4a 0x004a #LATIN CAPITAL LETTER J
|
||||||
|
0x4b 0x004b #LATIN CAPITAL LETTER K
|
||||||
|
0x4c 0x004c #LATIN CAPITAL LETTER L
|
||||||
|
0x4d 0x004d #LATIN CAPITAL LETTER M
|
||||||
|
0x4e 0x004e #LATIN CAPITAL LETTER N
|
||||||
|
0x4f 0x004f #LATIN CAPITAL LETTER O
|
||||||
|
0x50 0x0050 #LATIN CAPITAL LETTER P
|
||||||
|
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
||||||
|
0x52 0x0052 #LATIN CAPITAL LETTER R
|
||||||
|
0x53 0x0053 #LATIN CAPITAL LETTER S
|
||||||
|
0x54 0x0054 #LATIN CAPITAL LETTER T
|
||||||
|
0x55 0x0055 #LATIN CAPITAL LETTER U
|
||||||
|
0x56 0x0056 #LATIN CAPITAL LETTER V
|
||||||
|
0x57 0x0057 #LATIN CAPITAL LETTER W
|
||||||
|
0x58 0x0058 #LATIN CAPITAL LETTER X
|
||||||
|
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
||||||
|
0x5a 0x005a #LATIN CAPITAL LETTER Z
|
||||||
|
0x5b 0x005b #LEFT SQUARE BRACKET
|
||||||
|
0x5c 0x005c #REVERSE SOLIDUS
|
||||||
|
0x5d 0x005d #RIGHT SQUARE BRACKET
|
||||||
|
0x5e 0x005e #CIRCUMFLEX ACCENT
|
||||||
|
0x5f 0x005f #LOW LINE
|
||||||
|
0x60 0x0060 #GRAVE ACCENT
|
||||||
|
0x61 0x0061 #LATIN SMALL LETTER A
|
||||||
|
0x62 0x0062 #LATIN SMALL LETTER B
|
||||||
|
0x63 0x0063 #LATIN SMALL LETTER C
|
||||||
|
0x64 0x0064 #LATIN SMALL LETTER D
|
||||||
|
0x65 0x0065 #LATIN SMALL LETTER E
|
||||||
|
0x66 0x0066 #LATIN SMALL LETTER F
|
||||||
|
0x67 0x0067 #LATIN SMALL LETTER G
|
||||||
|
0x68 0x0068 #LATIN SMALL LETTER H
|
||||||
|
0x69 0x0069 #LATIN SMALL LETTER I
|
||||||
|
0x6a 0x006a #LATIN SMALL LETTER J
|
||||||
|
0x6b 0x006b #LATIN SMALL LETTER K
|
||||||
|
0x6c 0x006c #LATIN SMALL LETTER L
|
||||||
|
0x6d 0x006d #LATIN SMALL LETTER M
|
||||||
|
0x6e 0x006e #LATIN SMALL LETTER N
|
||||||
|
0x6f 0x006f #LATIN SMALL LETTER O
|
||||||
|
0x70 0x0070 #LATIN SMALL LETTER P
|
||||||
|
0x71 0x0071 #LATIN SMALL LETTER Q
|
||||||
|
0x72 0x0072 #LATIN SMALL LETTER R
|
||||||
|
0x73 0x0073 #LATIN SMALL LETTER S
|
||||||
|
0x74 0x0074 #LATIN SMALL LETTER T
|
||||||
|
0x75 0x0075 #LATIN SMALL LETTER U
|
||||||
|
0x76 0x0076 #LATIN SMALL LETTER V
|
||||||
|
0x77 0x0077 #LATIN SMALL LETTER W
|
||||||
|
0x78 0x0078 #LATIN SMALL LETTER X
|
||||||
|
0x79 0x0079 #LATIN SMALL LETTER Y
|
||||||
|
0x7a 0x007a #LATIN SMALL LETTER Z
|
||||||
|
0x7b 0x007b #LEFT CURLY BRACKET
|
||||||
|
0x7c 0x007c #VERTICAL LINE
|
||||||
|
0x7d 0x007d #RIGHT CURLY BRACKET
|
||||||
|
0x7e 0x007e #TILDE
|
||||||
|
0x7f 0x007f #DELETE
|
||||||
|
0x80 0x00c7 #LATIN CAPITAL LETTER C WITH CEDILLA
|
||||||
|
0x81 0x00fc #LATIN SMALL LETTER U WITH DIAERESIS
|
||||||
|
0x82 0x00e9 #LATIN SMALL LETTER E WITH ACUTE
|
||||||
|
0x83 0x00e2 #LATIN SMALL LETTER A WITH CIRCUMFLEX
|
||||||
|
0x84 0x00e4 #LATIN SMALL LETTER A WITH DIAERESIS
|
||||||
|
0x85 0x00e0 #LATIN SMALL LETTER A WITH GRAVE
|
||||||
|
0x86 0x00e5 #LATIN SMALL LETTER A WITH RING ABOVE
|
||||||
|
0x87 0x00e7 #LATIN SMALL LETTER C WITH CEDILLA
|
||||||
|
0x88 0x00ea #LATIN SMALL LETTER E WITH CIRCUMFLEX
|
||||||
|
0x89 0x00eb #LATIN SMALL LETTER E WITH DIAERESIS
|
||||||
|
0x8a 0x00e8 #LATIN SMALL LETTER E WITH GRAVE
|
||||||
|
0x8b 0x00ef #LATIN SMALL LETTER I WITH DIAERESIS
|
||||||
|
0x8c 0x00ee #LATIN SMALL LETTER I WITH CIRCUMFLEX
|
||||||
|
0x8d 0x00ec #LATIN SMALL LETTER I WITH GRAVE
|
||||||
|
0x8e 0x00c4 #LATIN CAPITAL LETTER A WITH DIAERESIS
|
||||||
|
0x8f 0x00c5 #LATIN CAPITAL LETTER A WITH RING ABOVE
|
||||||
|
0x90 0x00c9 #LATIN CAPITAL LETTER E WITH ACUTE
|
||||||
|
0x91 0x00e6 #LATIN SMALL LIGATURE AE
|
||||||
|
0x92 0x00c6 #LATIN CAPITAL LIGATURE AE
|
||||||
|
0x93 0x00f4 #LATIN SMALL LETTER O WITH CIRCUMFLEX
|
||||||
|
0x94 0x00f6 #LATIN SMALL LETTER O WITH DIAERESIS
|
||||||
|
0x95 0x00f2 #LATIN SMALL LETTER O WITH GRAVE
|
||||||
|
0x96 0x00fb #LATIN SMALL LETTER U WITH CIRCUMFLEX
|
||||||
|
0x97 0x00f9 #LATIN SMALL LETTER U WITH GRAVE
|
||||||
|
0x98 0x00ff #LATIN SMALL LETTER Y WITH DIAERESIS
|
||||||
|
0x99 0x00d6 #LATIN CAPITAL LETTER O WITH DIAERESIS
|
||||||
|
0x9a 0x00dc #LATIN CAPITAL LETTER U WITH DIAERESIS
|
||||||
|
0x9b 0x00f8 #LATIN SMALL LETTER O WITH STROKE
|
||||||
|
0x9c 0x00a3 #POUND SIGN
|
||||||
|
0x9d 0x00d8 #LATIN CAPITAL LETTER O WITH STROKE
|
||||||
|
0x9e 0x00d7 #MULTIPLICATION SIGN
|
||||||
|
0x9f 0x0192 #LATIN SMALL LETTER F WITH HOOK
|
||||||
|
0xa0 0x00e1 #LATIN SMALL LETTER A WITH ACUTE
|
||||||
|
0xa1 0x00ed #LATIN SMALL LETTER I WITH ACUTE
|
||||||
|
0xa2 0x00f3 #LATIN SMALL LETTER O WITH ACUTE
|
||||||
|
0xa3 0x00fa #LATIN SMALL LETTER U WITH ACUTE
|
||||||
|
0xa4 0x00f1 #LATIN SMALL LETTER N WITH TILDE
|
||||||
|
0xa5 0x00d1 #LATIN CAPITAL LETTER N WITH TILDE
|
||||||
|
0xa6 0x00aa #FEMININE ORDINAL INDICATOR
|
||||||
|
0xa7 0x00ba #MASCULINE ORDINAL INDICATOR
|
||||||
|
0xa8 0x00bf #INVERTED QUESTION MARK
|
||||||
|
0xa9 0x00ae #REGISTERED SIGN
|
||||||
|
0xaa 0x00ac #NOT SIGN
|
||||||
|
0xab 0x00bd #VULGAR FRACTION ONE HALF
|
||||||
|
0xac 0x00bc #VULGAR FRACTION ONE QUARTER
|
||||||
|
0xad 0x00a1 #INVERTED EXCLAMATION MARK
|
||||||
|
0xae 0x00ab #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xaf 0x00bb #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xb0 0x2591 #LIGHT SHADE
|
||||||
|
0xb1 0x2592 #MEDIUM SHADE
|
||||||
|
0xb2 0x2593 #DARK SHADE
|
||||||
|
0xb3 0x2502 #BOX DRAWINGS LIGHT VERTICAL
|
||||||
|
0xb4 0x2524 #BOX DRAWINGS LIGHT VERTICAL AND LEFT
|
||||||
|
0xb5 0x00c1 #LATIN CAPITAL LETTER A WITH ACUTE
|
||||||
|
0xb6 0x00c2 #LATIN CAPITAL LETTER A WITH CIRCUMFLEX
|
||||||
|
0xb7 0x00c0 #LATIN CAPITAL LETTER A WITH GRAVE
|
||||||
|
0xb8 0x00a9 #COPYRIGHT SIGN
|
||||||
|
0xb9 0x2563 #BOX DRAWINGS DOUBLE VERTICAL AND LEFT
|
||||||
|
0xba 0x2551 #BOX DRAWINGS DOUBLE VERTICAL
|
||||||
|
0xbb 0x2557 #BOX DRAWINGS DOUBLE DOWN AND LEFT
|
||||||
|
0xbc 0x255d #BOX DRAWINGS DOUBLE UP AND LEFT
|
||||||
|
0xbd 0x00a2 #CENT SIGN
|
||||||
|
0xbe 0x00a5 #YEN SIGN
|
||||||
|
0xbf 0x2510 #BOX DRAWINGS LIGHT DOWN AND LEFT
|
||||||
|
0xc0 0x2514 #BOX DRAWINGS LIGHT UP AND RIGHT
|
||||||
|
0xc1 0x2534 #BOX DRAWINGS LIGHT UP AND HORIZONTAL
|
||||||
|
0xc2 0x252c #BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
|
||||||
|
0xc3 0x251c #BOX DRAWINGS LIGHT VERTICAL AND RIGHT
|
||||||
|
0xc4 0x2500 #BOX DRAWINGS LIGHT HORIZONTAL
|
||||||
|
0xc5 0x253c #BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
|
||||||
|
0xc6 0x00e3 #LATIN SMALL LETTER A WITH TILDE
|
||||||
|
0xc7 0x00c3 #LATIN CAPITAL LETTER A WITH TILDE
|
||||||
|
0xc8 0x255a #BOX DRAWINGS DOUBLE UP AND RIGHT
|
||||||
|
0xc9 0x2554 #BOX DRAWINGS DOUBLE DOWN AND RIGHT
|
||||||
|
0xca 0x2569 #BOX DRAWINGS DOUBLE UP AND HORIZONTAL
|
||||||
|
0xcb 0x2566 #BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
|
||||||
|
0xcc 0x2560 #BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
|
||||||
|
0xcd 0x2550 #BOX DRAWINGS DOUBLE HORIZONTAL
|
||||||
|
0xce 0x256c #BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
|
||||||
|
0xcf 0x00a4 #CURRENCY SIGN
|
||||||
|
0xd0 0x00f0 #LATIN SMALL LETTER ETH
|
||||||
|
0xd1 0x00d0 #LATIN CAPITAL LETTER ETH
|
||||||
|
0xd2 0x00ca #LATIN CAPITAL LETTER E WITH CIRCUMFLEX
|
||||||
|
0xd3 0x00cb #LATIN CAPITAL LETTER E WITH DIAERESIS
|
||||||
|
0xd4 0x00c8 #LATIN CAPITAL LETTER E WITH GRAVE
|
||||||
|
0xd5 0x0131 #LATIN SMALL LETTER DOTLESS I
|
||||||
|
0xd6 0x00cd #LATIN CAPITAL LETTER I WITH ACUTE
|
||||||
|
0xd7 0x00ce #LATIN CAPITAL LETTER I WITH CIRCUMFLEX
|
||||||
|
0xd8 0x00cf #LATIN CAPITAL LETTER I WITH DIAERESIS
|
||||||
|
0xd9 0x2518 #BOX DRAWINGS LIGHT UP AND LEFT
|
||||||
|
0xda 0x250c #BOX DRAWINGS LIGHT DOWN AND RIGHT
|
||||||
|
0xdb 0x2588 #FULL BLOCK
|
||||||
|
0xdc 0x2584 #LOWER HALF BLOCK
|
||||||
|
0xdd 0x00a6 #BROKEN BAR
|
||||||
|
0xde 0x00cc #LATIN CAPITAL LETTER I WITH GRAVE
|
||||||
|
0xdf 0x2580 #UPPER HALF BLOCK
|
||||||
|
0xe0 0x00d3 #LATIN CAPITAL LETTER O WITH ACUTE
|
||||||
|
0xe1 0x00df #LATIN SMALL LETTER SHARP S
|
||||||
|
0xe2 0x00d4 #LATIN CAPITAL LETTER O WITH CIRCUMFLEX
|
||||||
|
0xe3 0x00d2 #LATIN CAPITAL LETTER O WITH GRAVE
|
||||||
|
0xe4 0x00f5 #LATIN SMALL LETTER O WITH TILDE
|
||||||
|
0xe5 0x00d5 #LATIN CAPITAL LETTER O WITH TILDE
|
||||||
|
0xe6 0x00b5 #MICRO SIGN
|
||||||
|
0xe7 0x00fe #LATIN SMALL LETTER THORN
|
||||||
|
0xe8 0x00de #LATIN CAPITAL LETTER THORN
|
||||||
|
0xe9 0x00da #LATIN CAPITAL LETTER U WITH ACUTE
|
||||||
|
0xea 0x00db #LATIN CAPITAL LETTER U WITH CIRCUMFLEX
|
||||||
|
0xeb 0x00d9 #LATIN CAPITAL LETTER U WITH GRAVE
|
||||||
|
0xec 0x00fd #LATIN SMALL LETTER Y WITH ACUTE
|
||||||
|
0xed 0x00dd #LATIN CAPITAL LETTER Y WITH ACUTE
|
||||||
|
0xee 0x00af #MACRON
|
||||||
|
0xef 0x00b4 #ACUTE ACCENT
|
||||||
|
0xf0 0x00ad #SOFT HYPHEN
|
||||||
|
0xf1 0x00b1 #PLUS-MINUS SIGN
|
||||||
|
0xf2 0x2017 #DOUBLE LOW LINE
|
||||||
|
0xf3 0x00be #VULGAR FRACTION THREE QUARTERS
|
||||||
|
0xf4 0x00b6 #PILCROW SIGN
|
||||||
|
0xf5 0x00a7 #SECTION SIGN
|
||||||
|
0xf6 0x00f7 #DIVISION SIGN
|
||||||
|
0xf7 0x00b8 #CEDILLA
|
||||||
|
0xf8 0x00b0 #DEGREE SIGN
|
||||||
|
0xf9 0x00a8 #DIAERESIS
|
||||||
|
0xfa 0x00b7 #MIDDLE DOT
|
||||||
|
0xfb 0x00b9 #SUPERSCRIPT ONE
|
||||||
|
0xfc 0x00b3 #SUPERSCRIPT THREE
|
||||||
|
0xfd 0x00b2 #SUPERSCRIPT TWO
|
||||||
|
0xfe 0x25a0 #BLACK SQUARE
|
||||||
|
0xff 0x00a0 #NO-BREAK SPACE
|
||||||
256
Data/Encoding/CP852.mapping
Normal file
256
Data/Encoding/CP852.mapping
Normal file
@ -0,0 +1,256 @@
|
|||||||
|
0x00 0x0000 #NULL
|
||||||
|
0x01 0x0001 #START OF HEADING
|
||||||
|
0x02 0x0002 #START OF TEXT
|
||||||
|
0x03 0x0003 #END OF TEXT
|
||||||
|
0x04 0x0004 #END OF TRANSMISSION
|
||||||
|
0x05 0x0005 #ENQUIRY
|
||||||
|
0x06 0x0006 #ACKNOWLEDGE
|
||||||
|
0x07 0x0007 #BELL
|
||||||
|
0x08 0x0008 #BACKSPACE
|
||||||
|
0x09 0x0009 #HORIZONTAL TABULATION
|
||||||
|
0x0a 0x000a #LINE FEED
|
||||||
|
0x0b 0x000b #VERTICAL TABULATION
|
||||||
|
0x0c 0x000c #FORM FEED
|
||||||
|
0x0d 0x000d #CARRIAGE RETURN
|
||||||
|
0x0e 0x000e #SHIFT OUT
|
||||||
|
0x0f 0x000f #SHIFT IN
|
||||||
|
0x10 0x0010 #DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 #DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 #DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 #DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 #DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 #SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 #CANCEL
|
||||||
|
0x19 0x0019 #END OF MEDIUM
|
||||||
|
0x1a 0x001a #SUBSTITUTE
|
||||||
|
0x1b 0x001b #ESCAPE
|
||||||
|
0x1c 0x001c #FILE SEPARATOR
|
||||||
|
0x1d 0x001d #GROUP SEPARATOR
|
||||||
|
0x1e 0x001e #RECORD SEPARATOR
|
||||||
|
0x1f 0x001f #UNIT SEPARATOR
|
||||||
|
0x20 0x0020 #SPACE
|
||||||
|
0x21 0x0021 #EXCLAMATION MARK
|
||||||
|
0x22 0x0022 #QUOTATION MARK
|
||||||
|
0x23 0x0023 #NUMBER SIGN
|
||||||
|
0x24 0x0024 #DOLLAR SIGN
|
||||||
|
0x25 0x0025 #PERCENT SIGN
|
||||||
|
0x26 0x0026 #AMPERSAND
|
||||||
|
0x27 0x0027 #APOSTROPHE
|
||||||
|
0x28 0x0028 #LEFT PARENTHESIS
|
||||||
|
0x29 0x0029 #RIGHT PARENTHESIS
|
||||||
|
0x2a 0x002a #ASTERISK
|
||||||
|
0x2b 0x002b #PLUS SIGN
|
||||||
|
0x2c 0x002c #COMMA
|
||||||
|
0x2d 0x002d #HYPHEN-MINUS
|
||||||
|
0x2e 0x002e #FULL STOP
|
||||||
|
0x2f 0x002f #SOLIDUS
|
||||||
|
0x30 0x0030 #DIGIT ZERO
|
||||||
|
0x31 0x0031 #DIGIT ONE
|
||||||
|
0x32 0x0032 #DIGIT TWO
|
||||||
|
0x33 0x0033 #DIGIT THREE
|
||||||
|
0x34 0x0034 #DIGIT FOUR
|
||||||
|
0x35 0x0035 #DIGIT FIVE
|
||||||
|
0x36 0x0036 #DIGIT SIX
|
||||||
|
0x37 0x0037 #DIGIT SEVEN
|
||||||
|
0x38 0x0038 #DIGIT EIGHT
|
||||||
|
0x39 0x0039 #DIGIT NINE
|
||||||
|
0x3a 0x003a #COLON
|
||||||
|
0x3b 0x003b #SEMICOLON
|
||||||
|
0x3c 0x003c #LESS-THAN SIGN
|
||||||
|
0x3d 0x003d #EQUALS SIGN
|
||||||
|
0x3e 0x003e #GREATER-THAN SIGN
|
||||||
|
0x3f 0x003f #QUESTION MARK
|
||||||
|
0x40 0x0040 #COMMERCIAL AT
|
||||||
|
0x41 0x0041 #LATIN CAPITAL LETTER A
|
||||||
|
0x42 0x0042 #LATIN CAPITAL LETTER B
|
||||||
|
0x43 0x0043 #LATIN CAPITAL LETTER C
|
||||||
|
0x44 0x0044 #LATIN CAPITAL LETTER D
|
||||||
|
0x45 0x0045 #LATIN CAPITAL LETTER E
|
||||||
|
0x46 0x0046 #LATIN CAPITAL LETTER F
|
||||||
|
0x47 0x0047 #LATIN CAPITAL LETTER G
|
||||||
|
0x48 0x0048 #LATIN CAPITAL LETTER H
|
||||||
|
0x49 0x0049 #LATIN CAPITAL LETTER I
|
||||||
|
0x4a 0x004a #LATIN CAPITAL LETTER J
|
||||||
|
0x4b 0x004b #LATIN CAPITAL LETTER K
|
||||||
|
0x4c 0x004c #LATIN CAPITAL LETTER L
|
||||||
|
0x4d 0x004d #LATIN CAPITAL LETTER M
|
||||||
|
0x4e 0x004e #LATIN CAPITAL LETTER N
|
||||||
|
0x4f 0x004f #LATIN CAPITAL LETTER O
|
||||||
|
0x50 0x0050 #LATIN CAPITAL LETTER P
|
||||||
|
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
||||||
|
0x52 0x0052 #LATIN CAPITAL LETTER R
|
||||||
|
0x53 0x0053 #LATIN CAPITAL LETTER S
|
||||||
|
0x54 0x0054 #LATIN CAPITAL LETTER T
|
||||||
|
0x55 0x0055 #LATIN CAPITAL LETTER U
|
||||||
|
0x56 0x0056 #LATIN CAPITAL LETTER V
|
||||||
|
0x57 0x0057 #LATIN CAPITAL LETTER W
|
||||||
|
0x58 0x0058 #LATIN CAPITAL LETTER X
|
||||||
|
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
||||||
|
0x5a 0x005a #LATIN CAPITAL LETTER Z
|
||||||
|
0x5b 0x005b #LEFT SQUARE BRACKET
|
||||||
|
0x5c 0x005c #REVERSE SOLIDUS
|
||||||
|
0x5d 0x005d #RIGHT SQUARE BRACKET
|
||||||
|
0x5e 0x005e #CIRCUMFLEX ACCENT
|
||||||
|
0x5f 0x005f #LOW LINE
|
||||||
|
0x60 0x0060 #GRAVE ACCENT
|
||||||
|
0x61 0x0061 #LATIN SMALL LETTER A
|
||||||
|
0x62 0x0062 #LATIN SMALL LETTER B
|
||||||
|
0x63 0x0063 #LATIN SMALL LETTER C
|
||||||
|
0x64 0x0064 #LATIN SMALL LETTER D
|
||||||
|
0x65 0x0065 #LATIN SMALL LETTER E
|
||||||
|
0x66 0x0066 #LATIN SMALL LETTER F
|
||||||
|
0x67 0x0067 #LATIN SMALL LETTER G
|
||||||
|
0x68 0x0068 #LATIN SMALL LETTER H
|
||||||
|
0x69 0x0069 #LATIN SMALL LETTER I
|
||||||
|
0x6a 0x006a #LATIN SMALL LETTER J
|
||||||
|
0x6b 0x006b #LATIN SMALL LETTER K
|
||||||
|
0x6c 0x006c #LATIN SMALL LETTER L
|
||||||
|
0x6d 0x006d #LATIN SMALL LETTER M
|
||||||
|
0x6e 0x006e #LATIN SMALL LETTER N
|
||||||
|
0x6f 0x006f #LATIN SMALL LETTER O
|
||||||
|
0x70 0x0070 #LATIN SMALL LETTER P
|
||||||
|
0x71 0x0071 #LATIN SMALL LETTER Q
|
||||||
|
0x72 0x0072 #LATIN SMALL LETTER R
|
||||||
|
0x73 0x0073 #LATIN SMALL LETTER S
|
||||||
|
0x74 0x0074 #LATIN SMALL LETTER T
|
||||||
|
0x75 0x0075 #LATIN SMALL LETTER U
|
||||||
|
0x76 0x0076 #LATIN SMALL LETTER V
|
||||||
|
0x77 0x0077 #LATIN SMALL LETTER W
|
||||||
|
0x78 0x0078 #LATIN SMALL LETTER X
|
||||||
|
0x79 0x0079 #LATIN SMALL LETTER Y
|
||||||
|
0x7a 0x007a #LATIN SMALL LETTER Z
|
||||||
|
0x7b 0x007b #LEFT CURLY BRACKET
|
||||||
|
0x7c 0x007c #VERTICAL LINE
|
||||||
|
0x7d 0x007d #RIGHT CURLY BRACKET
|
||||||
|
0x7e 0x007e #TILDE
|
||||||
|
0x7f 0x007f #DELETE
|
||||||
|
0x80 0x00c7 #LATIN CAPITAL LETTER C WITH CEDILLA
|
||||||
|
0x81 0x00fc #LATIN SMALL LETTER U WITH DIAERESIS
|
||||||
|
0x82 0x00e9 #LATIN SMALL LETTER E WITH ACUTE
|
||||||
|
0x83 0x00e2 #LATIN SMALL LETTER A WITH CIRCUMFLEX
|
||||||
|
0x84 0x00e4 #LATIN SMALL LETTER A WITH DIAERESIS
|
||||||
|
0x85 0x016f #LATIN SMALL LETTER U WITH RING ABOVE
|
||||||
|
0x86 0x0107 #LATIN SMALL LETTER C WITH ACUTE
|
||||||
|
0x87 0x00e7 #LATIN SMALL LETTER C WITH CEDILLA
|
||||||
|
0x88 0x0142 #LATIN SMALL LETTER L WITH STROKE
|
||||||
|
0x89 0x00eb #LATIN SMALL LETTER E WITH DIAERESIS
|
||||||
|
0x8a 0x0150 #LATIN CAPITAL LETTER O WITH DOUBLE ACUTE
|
||||||
|
0x8b 0x0151 #LATIN SMALL LETTER O WITH DOUBLE ACUTE
|
||||||
|
0x8c 0x00ee #LATIN SMALL LETTER I WITH CIRCUMFLEX
|
||||||
|
0x8d 0x0179 #LATIN CAPITAL LETTER Z WITH ACUTE
|
||||||
|
0x8e 0x00c4 #LATIN CAPITAL LETTER A WITH DIAERESIS
|
||||||
|
0x8f 0x0106 #LATIN CAPITAL LETTER C WITH ACUTE
|
||||||
|
0x90 0x00c9 #LATIN CAPITAL LETTER E WITH ACUTE
|
||||||
|
0x91 0x0139 #LATIN CAPITAL LETTER L WITH ACUTE
|
||||||
|
0x92 0x013a #LATIN SMALL LETTER L WITH ACUTE
|
||||||
|
0x93 0x00f4 #LATIN SMALL LETTER O WITH CIRCUMFLEX
|
||||||
|
0x94 0x00f6 #LATIN SMALL LETTER O WITH DIAERESIS
|
||||||
|
0x95 0x013d #LATIN CAPITAL LETTER L WITH CARON
|
||||||
|
0x96 0x013e #LATIN SMALL LETTER L WITH CARON
|
||||||
|
0x97 0x015a #LATIN CAPITAL LETTER S WITH ACUTE
|
||||||
|
0x98 0x015b #LATIN SMALL LETTER S WITH ACUTE
|
||||||
|
0x99 0x00d6 #LATIN CAPITAL LETTER O WITH DIAERESIS
|
||||||
|
0x9a 0x00dc #LATIN CAPITAL LETTER U WITH DIAERESIS
|
||||||
|
0x9b 0x0164 #LATIN CAPITAL LETTER T WITH CARON
|
||||||
|
0x9c 0x0165 #LATIN SMALL LETTER T WITH CARON
|
||||||
|
0x9d 0x0141 #LATIN CAPITAL LETTER L WITH STROKE
|
||||||
|
0x9e 0x00d7 #MULTIPLICATION SIGN
|
||||||
|
0x9f 0x010d #LATIN SMALL LETTER C WITH CARON
|
||||||
|
0xa0 0x00e1 #LATIN SMALL LETTER A WITH ACUTE
|
||||||
|
0xa1 0x00ed #LATIN SMALL LETTER I WITH ACUTE
|
||||||
|
0xa2 0x00f3 #LATIN SMALL LETTER O WITH ACUTE
|
||||||
|
0xa3 0x00fa #LATIN SMALL LETTER U WITH ACUTE
|
||||||
|
0xa4 0x0104 #LATIN CAPITAL LETTER A WITH OGONEK
|
||||||
|
0xa5 0x0105 #LATIN SMALL LETTER A WITH OGONEK
|
||||||
|
0xa6 0x017d #LATIN CAPITAL LETTER Z WITH CARON
|
||||||
|
0xa7 0x017e #LATIN SMALL LETTER Z WITH CARON
|
||||||
|
0xa8 0x0118 #LATIN CAPITAL LETTER E WITH OGONEK
|
||||||
|
0xa9 0x0119 #LATIN SMALL LETTER E WITH OGONEK
|
||||||
|
0xaa 0x00ac #NOT SIGN
|
||||||
|
0xab 0x017a #LATIN SMALL LETTER Z WITH ACUTE
|
||||||
|
0xac 0x010c #LATIN CAPITAL LETTER C WITH CARON
|
||||||
|
0xad 0x015f #LATIN SMALL LETTER S WITH CEDILLA
|
||||||
|
0xae 0x00ab #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xaf 0x00bb #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xb0 0x2591 #LIGHT SHADE
|
||||||
|
0xb1 0x2592 #MEDIUM SHADE
|
||||||
|
0xb2 0x2593 #DARK SHADE
|
||||||
|
0xb3 0x2502 #BOX DRAWINGS LIGHT VERTICAL
|
||||||
|
0xb4 0x2524 #BOX DRAWINGS LIGHT VERTICAL AND LEFT
|
||||||
|
0xb5 0x00c1 #LATIN CAPITAL LETTER A WITH ACUTE
|
||||||
|
0xb6 0x00c2 #LATIN CAPITAL LETTER A WITH CIRCUMFLEX
|
||||||
|
0xb7 0x011a #LATIN CAPITAL LETTER E WITH CARON
|
||||||
|
0xb8 0x015e #LATIN CAPITAL LETTER S WITH CEDILLA
|
||||||
|
0xb9 0x2563 #BOX DRAWINGS DOUBLE VERTICAL AND LEFT
|
||||||
|
0xba 0x2551 #BOX DRAWINGS DOUBLE VERTICAL
|
||||||
|
0xbb 0x2557 #BOX DRAWINGS DOUBLE DOWN AND LEFT
|
||||||
|
0xbc 0x255d #BOX DRAWINGS DOUBLE UP AND LEFT
|
||||||
|
0xbd 0x017b #LATIN CAPITAL LETTER Z WITH DOT ABOVE
|
||||||
|
0xbe 0x017c #LATIN SMALL LETTER Z WITH DOT ABOVE
|
||||||
|
0xbf 0x2510 #BOX DRAWINGS LIGHT DOWN AND LEFT
|
||||||
|
0xc0 0x2514 #BOX DRAWINGS LIGHT UP AND RIGHT
|
||||||
|
0xc1 0x2534 #BOX DRAWINGS LIGHT UP AND HORIZONTAL
|
||||||
|
0xc2 0x252c #BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
|
||||||
|
0xc3 0x251c #BOX DRAWINGS LIGHT VERTICAL AND RIGHT
|
||||||
|
0xc4 0x2500 #BOX DRAWINGS LIGHT HORIZONTAL
|
||||||
|
0xc5 0x253c #BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
|
||||||
|
0xc6 0x0102 #LATIN CAPITAL LETTER A WITH BREVE
|
||||||
|
0xc7 0x0103 #LATIN SMALL LETTER A WITH BREVE
|
||||||
|
0xc8 0x255a #BOX DRAWINGS DOUBLE UP AND RIGHT
|
||||||
|
0xc9 0x2554 #BOX DRAWINGS DOUBLE DOWN AND RIGHT
|
||||||
|
0xca 0x2569 #BOX DRAWINGS DOUBLE UP AND HORIZONTAL
|
||||||
|
0xcb 0x2566 #BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
|
||||||
|
0xcc 0x2560 #BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
|
||||||
|
0xcd 0x2550 #BOX DRAWINGS DOUBLE HORIZONTAL
|
||||||
|
0xce 0x256c #BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
|
||||||
|
0xcf 0x00a4 #CURRENCY SIGN
|
||||||
|
0xd0 0x0111 #LATIN SMALL LETTER D WITH STROKE
|
||||||
|
0xd1 0x0110 #LATIN CAPITAL LETTER D WITH STROKE
|
||||||
|
0xd2 0x010e #LATIN CAPITAL LETTER D WITH CARON
|
||||||
|
0xd3 0x00cb #LATIN CAPITAL LETTER E WITH DIAERESIS
|
||||||
|
0xd4 0x010f #LATIN SMALL LETTER D WITH CARON
|
||||||
|
0xd5 0x0147 #LATIN CAPITAL LETTER N WITH CARON
|
||||||
|
0xd6 0x00cd #LATIN CAPITAL LETTER I WITH ACUTE
|
||||||
|
0xd7 0x00ce #LATIN CAPITAL LETTER I WITH CIRCUMFLEX
|
||||||
|
0xd8 0x011b #LATIN SMALL LETTER E WITH CARON
|
||||||
|
0xd9 0x2518 #BOX DRAWINGS LIGHT UP AND LEFT
|
||||||
|
0xda 0x250c #BOX DRAWINGS LIGHT DOWN AND RIGHT
|
||||||
|
0xdb 0x2588 #FULL BLOCK
|
||||||
|
0xdc 0x2584 #LOWER HALF BLOCK
|
||||||
|
0xdd 0x0162 #LATIN CAPITAL LETTER T WITH CEDILLA
|
||||||
|
0xde 0x016e #LATIN CAPITAL LETTER U WITH RING ABOVE
|
||||||
|
0xdf 0x2580 #UPPER HALF BLOCK
|
||||||
|
0xe0 0x00d3 #LATIN CAPITAL LETTER O WITH ACUTE
|
||||||
|
0xe1 0x00df #LATIN SMALL LETTER SHARP S
|
||||||
|
0xe2 0x00d4 #LATIN CAPITAL LETTER O WITH CIRCUMFLEX
|
||||||
|
0xe3 0x0143 #LATIN CAPITAL LETTER N WITH ACUTE
|
||||||
|
0xe4 0x0144 #LATIN SMALL LETTER N WITH ACUTE
|
||||||
|
0xe5 0x0148 #LATIN SMALL LETTER N WITH CARON
|
||||||
|
0xe6 0x0160 #LATIN CAPITAL LETTER S WITH CARON
|
||||||
|
0xe7 0x0161 #LATIN SMALL LETTER S WITH CARON
|
||||||
|
0xe8 0x0154 #LATIN CAPITAL LETTER R WITH ACUTE
|
||||||
|
0xe9 0x00da #LATIN CAPITAL LETTER U WITH ACUTE
|
||||||
|
0xea 0x0155 #LATIN SMALL LETTER R WITH ACUTE
|
||||||
|
0xeb 0x0170 #LATIN CAPITAL LETTER U WITH DOUBLE ACUTE
|
||||||
|
0xec 0x00fd #LATIN SMALL LETTER Y WITH ACUTE
|
||||||
|
0xed 0x00dd #LATIN CAPITAL LETTER Y WITH ACUTE
|
||||||
|
0xee 0x0163 #LATIN SMALL LETTER T WITH CEDILLA
|
||||||
|
0xef 0x00b4 #ACUTE ACCENT
|
||||||
|
0xf0 0x00ad #SOFT HYPHEN
|
||||||
|
0xf1 0x02dd #DOUBLE ACUTE ACCENT
|
||||||
|
0xf2 0x02db #OGONEK
|
||||||
|
0xf3 0x02c7 #CARON
|
||||||
|
0xf4 0x02d8 #BREVE
|
||||||
|
0xf5 0x00a7 #SECTION SIGN
|
||||||
|
0xf6 0x00f7 #DIVISION SIGN
|
||||||
|
0xf7 0x00b8 #CEDILLA
|
||||||
|
0xf8 0x00b0 #DEGREE SIGN
|
||||||
|
0xf9 0x00a8 #DIAERESIS
|
||||||
|
0xfa 0x02d9 #DOT ABOVE
|
||||||
|
0xfb 0x0171 #LATIN SMALL LETTER U WITH DOUBLE ACUTE
|
||||||
|
0xfc 0x0158 #LATIN CAPITAL LETTER R WITH CARON
|
||||||
|
0xfd 0x0159 #LATIN SMALL LETTER R WITH CARON
|
||||||
|
0xfe 0x25a0 #BLACK SQUARE
|
||||||
|
0xff 0x00a0 #NO-BREAK SPACE
|
||||||
256
Data/Encoding/CP855.mapping
Normal file
256
Data/Encoding/CP855.mapping
Normal file
@ -0,0 +1,256 @@
|
|||||||
|
0x00 0x0000 #NULL
|
||||||
|
0x01 0x0001 #START OF HEADING
|
||||||
|
0x02 0x0002 #START OF TEXT
|
||||||
|
0x03 0x0003 #END OF TEXT
|
||||||
|
0x04 0x0004 #END OF TRANSMISSION
|
||||||
|
0x05 0x0005 #ENQUIRY
|
||||||
|
0x06 0x0006 #ACKNOWLEDGE
|
||||||
|
0x07 0x0007 #BELL
|
||||||
|
0x08 0x0008 #BACKSPACE
|
||||||
|
0x09 0x0009 #HORIZONTAL TABULATION
|
||||||
|
0x0a 0x000a #LINE FEED
|
||||||
|
0x0b 0x000b #VERTICAL TABULATION
|
||||||
|
0x0c 0x000c #FORM FEED
|
||||||
|
0x0d 0x000d #CARRIAGE RETURN
|
||||||
|
0x0e 0x000e #SHIFT OUT
|
||||||
|
0x0f 0x000f #SHIFT IN
|
||||||
|
0x10 0x0010 #DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 #DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 #DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 #DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 #DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 #SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 #CANCEL
|
||||||
|
0x19 0x0019 #END OF MEDIUM
|
||||||
|
0x1a 0x001a #SUBSTITUTE
|
||||||
|
0x1b 0x001b #ESCAPE
|
||||||
|
0x1c 0x001c #FILE SEPARATOR
|
||||||
|
0x1d 0x001d #GROUP SEPARATOR
|
||||||
|
0x1e 0x001e #RECORD SEPARATOR
|
||||||
|
0x1f 0x001f #UNIT SEPARATOR
|
||||||
|
0x20 0x0020 #SPACE
|
||||||
|
0x21 0x0021 #EXCLAMATION MARK
|
||||||
|
0x22 0x0022 #QUOTATION MARK
|
||||||
|
0x23 0x0023 #NUMBER SIGN
|
||||||
|
0x24 0x0024 #DOLLAR SIGN
|
||||||
|
0x25 0x0025 #PERCENT SIGN
|
||||||
|
0x26 0x0026 #AMPERSAND
|
||||||
|
0x27 0x0027 #APOSTROPHE
|
||||||
|
0x28 0x0028 #LEFT PARENTHESIS
|
||||||
|
0x29 0x0029 #RIGHT PARENTHESIS
|
||||||
|
0x2a 0x002a #ASTERISK
|
||||||
|
0x2b 0x002b #PLUS SIGN
|
||||||
|
0x2c 0x002c #COMMA
|
||||||
|
0x2d 0x002d #HYPHEN-MINUS
|
||||||
|
0x2e 0x002e #FULL STOP
|
||||||
|
0x2f 0x002f #SOLIDUS
|
||||||
|
0x30 0x0030 #DIGIT ZERO
|
||||||
|
0x31 0x0031 #DIGIT ONE
|
||||||
|
0x32 0x0032 #DIGIT TWO
|
||||||
|
0x33 0x0033 #DIGIT THREE
|
||||||
|
0x34 0x0034 #DIGIT FOUR
|
||||||
|
0x35 0x0035 #DIGIT FIVE
|
||||||
|
0x36 0x0036 #DIGIT SIX
|
||||||
|
0x37 0x0037 #DIGIT SEVEN
|
||||||
|
0x38 0x0038 #DIGIT EIGHT
|
||||||
|
0x39 0x0039 #DIGIT NINE
|
||||||
|
0x3a 0x003a #COLON
|
||||||
|
0x3b 0x003b #SEMICOLON
|
||||||
|
0x3c 0x003c #LESS-THAN SIGN
|
||||||
|
0x3d 0x003d #EQUALS SIGN
|
||||||
|
0x3e 0x003e #GREATER-THAN SIGN
|
||||||
|
0x3f 0x003f #QUESTION MARK
|
||||||
|
0x40 0x0040 #COMMERCIAL AT
|
||||||
|
0x41 0x0041 #LATIN CAPITAL LETTER A
|
||||||
|
0x42 0x0042 #LATIN CAPITAL LETTER B
|
||||||
|
0x43 0x0043 #LATIN CAPITAL LETTER C
|
||||||
|
0x44 0x0044 #LATIN CAPITAL LETTER D
|
||||||
|
0x45 0x0045 #LATIN CAPITAL LETTER E
|
||||||
|
0x46 0x0046 #LATIN CAPITAL LETTER F
|
||||||
|
0x47 0x0047 #LATIN CAPITAL LETTER G
|
||||||
|
0x48 0x0048 #LATIN CAPITAL LETTER H
|
||||||
|
0x49 0x0049 #LATIN CAPITAL LETTER I
|
||||||
|
0x4a 0x004a #LATIN CAPITAL LETTER J
|
||||||
|
0x4b 0x004b #LATIN CAPITAL LETTER K
|
||||||
|
0x4c 0x004c #LATIN CAPITAL LETTER L
|
||||||
|
0x4d 0x004d #LATIN CAPITAL LETTER M
|
||||||
|
0x4e 0x004e #LATIN CAPITAL LETTER N
|
||||||
|
0x4f 0x004f #LATIN CAPITAL LETTER O
|
||||||
|
0x50 0x0050 #LATIN CAPITAL LETTER P
|
||||||
|
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
||||||
|
0x52 0x0052 #LATIN CAPITAL LETTER R
|
||||||
|
0x53 0x0053 #LATIN CAPITAL LETTER S
|
||||||
|
0x54 0x0054 #LATIN CAPITAL LETTER T
|
||||||
|
0x55 0x0055 #LATIN CAPITAL LETTER U
|
||||||
|
0x56 0x0056 #LATIN CAPITAL LETTER V
|
||||||
|
0x57 0x0057 #LATIN CAPITAL LETTER W
|
||||||
|
0x58 0x0058 #LATIN CAPITAL LETTER X
|
||||||
|
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
||||||
|
0x5a 0x005a #LATIN CAPITAL LETTER Z
|
||||||
|
0x5b 0x005b #LEFT SQUARE BRACKET
|
||||||
|
0x5c 0x005c #REVERSE SOLIDUS
|
||||||
|
0x5d 0x005d #RIGHT SQUARE BRACKET
|
||||||
|
0x5e 0x005e #CIRCUMFLEX ACCENT
|
||||||
|
0x5f 0x005f #LOW LINE
|
||||||
|
0x60 0x0060 #GRAVE ACCENT
|
||||||
|
0x61 0x0061 #LATIN SMALL LETTER A
|
||||||
|
0x62 0x0062 #LATIN SMALL LETTER B
|
||||||
|
0x63 0x0063 #LATIN SMALL LETTER C
|
||||||
|
0x64 0x0064 #LATIN SMALL LETTER D
|
||||||
|
0x65 0x0065 #LATIN SMALL LETTER E
|
||||||
|
0x66 0x0066 #LATIN SMALL LETTER F
|
||||||
|
0x67 0x0067 #LATIN SMALL LETTER G
|
||||||
|
0x68 0x0068 #LATIN SMALL LETTER H
|
||||||
|
0x69 0x0069 #LATIN SMALL LETTER I
|
||||||
|
0x6a 0x006a #LATIN SMALL LETTER J
|
||||||
|
0x6b 0x006b #LATIN SMALL LETTER K
|
||||||
|
0x6c 0x006c #LATIN SMALL LETTER L
|
||||||
|
0x6d 0x006d #LATIN SMALL LETTER M
|
||||||
|
0x6e 0x006e #LATIN SMALL LETTER N
|
||||||
|
0x6f 0x006f #LATIN SMALL LETTER O
|
||||||
|
0x70 0x0070 #LATIN SMALL LETTER P
|
||||||
|
0x71 0x0071 #LATIN SMALL LETTER Q
|
||||||
|
0x72 0x0072 #LATIN SMALL LETTER R
|
||||||
|
0x73 0x0073 #LATIN SMALL LETTER S
|
||||||
|
0x74 0x0074 #LATIN SMALL LETTER T
|
||||||
|
0x75 0x0075 #LATIN SMALL LETTER U
|
||||||
|
0x76 0x0076 #LATIN SMALL LETTER V
|
||||||
|
0x77 0x0077 #LATIN SMALL LETTER W
|
||||||
|
0x78 0x0078 #LATIN SMALL LETTER X
|
||||||
|
0x79 0x0079 #LATIN SMALL LETTER Y
|
||||||
|
0x7a 0x007a #LATIN SMALL LETTER Z
|
||||||
|
0x7b 0x007b #LEFT CURLY BRACKET
|
||||||
|
0x7c 0x007c #VERTICAL LINE
|
||||||
|
0x7d 0x007d #RIGHT CURLY BRACKET
|
||||||
|
0x7e 0x007e #TILDE
|
||||||
|
0x7f 0x007f #DELETE
|
||||||
|
0x80 0x0452 #CYRILLIC SMALL LETTER DJE
|
||||||
|
0x81 0x0402 #CYRILLIC CAPITAL LETTER DJE
|
||||||
|
0x82 0x0453 #CYRILLIC SMALL LETTER GJE
|
||||||
|
0x83 0x0403 #CYRILLIC CAPITAL LETTER GJE
|
||||||
|
0x84 0x0451 #CYRILLIC SMALL LETTER IO
|
||||||
|
0x85 0x0401 #CYRILLIC CAPITAL LETTER IO
|
||||||
|
0x86 0x0454 #CYRILLIC SMALL LETTER UKRAINIAN IE
|
||||||
|
0x87 0x0404 #CYRILLIC CAPITAL LETTER UKRAINIAN IE
|
||||||
|
0x88 0x0455 #CYRILLIC SMALL LETTER DZE
|
||||||
|
0x89 0x0405 #CYRILLIC CAPITAL LETTER DZE
|
||||||
|
0x8a 0x0456 #CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
|
||||||
|
0x8b 0x0406 #CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
|
||||||
|
0x8c 0x0457 #CYRILLIC SMALL LETTER YI
|
||||||
|
0x8d 0x0407 #CYRILLIC CAPITAL LETTER YI
|
||||||
|
0x8e 0x0458 #CYRILLIC SMALL LETTER JE
|
||||||
|
0x8f 0x0408 #CYRILLIC CAPITAL LETTER JE
|
||||||
|
0x90 0x0459 #CYRILLIC SMALL LETTER LJE
|
||||||
|
0x91 0x0409 #CYRILLIC CAPITAL LETTER LJE
|
||||||
|
0x92 0x045a #CYRILLIC SMALL LETTER NJE
|
||||||
|
0x93 0x040a #CYRILLIC CAPITAL LETTER NJE
|
||||||
|
0x94 0x045b #CYRILLIC SMALL LETTER TSHE
|
||||||
|
0x95 0x040b #CYRILLIC CAPITAL LETTER TSHE
|
||||||
|
0x96 0x045c #CYRILLIC SMALL LETTER KJE
|
||||||
|
0x97 0x040c #CYRILLIC CAPITAL LETTER KJE
|
||||||
|
0x98 0x045e #CYRILLIC SMALL LETTER SHORT U
|
||||||
|
0x99 0x040e #CYRILLIC CAPITAL LETTER SHORT U
|
||||||
|
0x9a 0x045f #CYRILLIC SMALL LETTER DZHE
|
||||||
|
0x9b 0x040f #CYRILLIC CAPITAL LETTER DZHE
|
||||||
|
0x9c 0x044e #CYRILLIC SMALL LETTER YU
|
||||||
|
0x9d 0x042e #CYRILLIC CAPITAL LETTER YU
|
||||||
|
0x9e 0x044a #CYRILLIC SMALL LETTER HARD SIGN
|
||||||
|
0x9f 0x042a #CYRILLIC CAPITAL LETTER HARD SIGN
|
||||||
|
0xa0 0x0430 #CYRILLIC SMALL LETTER A
|
||||||
|
0xa1 0x0410 #CYRILLIC CAPITAL LETTER A
|
||||||
|
0xa2 0x0431 #CYRILLIC SMALL LETTER BE
|
||||||
|
0xa3 0x0411 #CYRILLIC CAPITAL LETTER BE
|
||||||
|
0xa4 0x0446 #CYRILLIC SMALL LETTER TSE
|
||||||
|
0xa5 0x0426 #CYRILLIC CAPITAL LETTER TSE
|
||||||
|
0xa6 0x0434 #CYRILLIC SMALL LETTER DE
|
||||||
|
0xa7 0x0414 #CYRILLIC CAPITAL LETTER DE
|
||||||
|
0xa8 0x0435 #CYRILLIC SMALL LETTER IE
|
||||||
|
0xa9 0x0415 #CYRILLIC CAPITAL LETTER IE
|
||||||
|
0xaa 0x0444 #CYRILLIC SMALL LETTER EF
|
||||||
|
0xab 0x0424 #CYRILLIC CAPITAL LETTER EF
|
||||||
|
0xac 0x0433 #CYRILLIC SMALL LETTER GHE
|
||||||
|
0xad 0x0413 #CYRILLIC CAPITAL LETTER GHE
|
||||||
|
0xae 0x00ab #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xaf 0x00bb #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xb0 0x2591 #LIGHT SHADE
|
||||||
|
0xb1 0x2592 #MEDIUM SHADE
|
||||||
|
0xb2 0x2593 #DARK SHADE
|
||||||
|
0xb3 0x2502 #BOX DRAWINGS LIGHT VERTICAL
|
||||||
|
0xb4 0x2524 #BOX DRAWINGS LIGHT VERTICAL AND LEFT
|
||||||
|
0xb5 0x0445 #CYRILLIC SMALL LETTER HA
|
||||||
|
0xb6 0x0425 #CYRILLIC CAPITAL LETTER HA
|
||||||
|
0xb7 0x0438 #CYRILLIC SMALL LETTER I
|
||||||
|
0xb8 0x0418 #CYRILLIC CAPITAL LETTER I
|
||||||
|
0xb9 0x2563 #BOX DRAWINGS DOUBLE VERTICAL AND LEFT
|
||||||
|
0xba 0x2551 #BOX DRAWINGS DOUBLE VERTICAL
|
||||||
|
0xbb 0x2557 #BOX DRAWINGS DOUBLE DOWN AND LEFT
|
||||||
|
0xbc 0x255d #BOX DRAWINGS DOUBLE UP AND LEFT
|
||||||
|
0xbd 0x0439 #CYRILLIC SMALL LETTER SHORT I
|
||||||
|
0xbe 0x0419 #CYRILLIC CAPITAL LETTER SHORT I
|
||||||
|
0xbf 0x2510 #BOX DRAWINGS LIGHT DOWN AND LEFT
|
||||||
|
0xc0 0x2514 #BOX DRAWINGS LIGHT UP AND RIGHT
|
||||||
|
0xc1 0x2534 #BOX DRAWINGS LIGHT UP AND HORIZONTAL
|
||||||
|
0xc2 0x252c #BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
|
||||||
|
0xc3 0x251c #BOX DRAWINGS LIGHT VERTICAL AND RIGHT
|
||||||
|
0xc4 0x2500 #BOX DRAWINGS LIGHT HORIZONTAL
|
||||||
|
0xc5 0x253c #BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
|
||||||
|
0xc6 0x043a #CYRILLIC SMALL LETTER KA
|
||||||
|
0xc7 0x041a #CYRILLIC CAPITAL LETTER KA
|
||||||
|
0xc8 0x255a #BOX DRAWINGS DOUBLE UP AND RIGHT
|
||||||
|
0xc9 0x2554 #BOX DRAWINGS DOUBLE DOWN AND RIGHT
|
||||||
|
0xca 0x2569 #BOX DRAWINGS DOUBLE UP AND HORIZONTAL
|
||||||
|
0xcb 0x2566 #BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
|
||||||
|
0xcc 0x2560 #BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
|
||||||
|
0xcd 0x2550 #BOX DRAWINGS DOUBLE HORIZONTAL
|
||||||
|
0xce 0x256c #BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
|
||||||
|
0xcf 0x00a4 #CURRENCY SIGN
|
||||||
|
0xd0 0x043b #CYRILLIC SMALL LETTER EL
|
||||||
|
0xd1 0x041b #CYRILLIC CAPITAL LETTER EL
|
||||||
|
0xd2 0x043c #CYRILLIC SMALL LETTER EM
|
||||||
|
0xd3 0x041c #CYRILLIC CAPITAL LETTER EM
|
||||||
|
0xd4 0x043d #CYRILLIC SMALL LETTER EN
|
||||||
|
0xd5 0x041d #CYRILLIC CAPITAL LETTER EN
|
||||||
|
0xd6 0x043e #CYRILLIC SMALL LETTER O
|
||||||
|
0xd7 0x041e #CYRILLIC CAPITAL LETTER O
|
||||||
|
0xd8 0x043f #CYRILLIC SMALL LETTER PE
|
||||||
|
0xd9 0x2518 #BOX DRAWINGS LIGHT UP AND LEFT
|
||||||
|
0xda 0x250c #BOX DRAWINGS LIGHT DOWN AND RIGHT
|
||||||
|
0xdb 0x2588 #FULL BLOCK
|
||||||
|
0xdc 0x2584 #LOWER HALF BLOCK
|
||||||
|
0xdd 0x041f #CYRILLIC CAPITAL LETTER PE
|
||||||
|
0xde 0x044f #CYRILLIC SMALL LETTER YA
|
||||||
|
0xdf 0x2580 #UPPER HALF BLOCK
|
||||||
|
0xe0 0x042f #CYRILLIC CAPITAL LETTER YA
|
||||||
|
0xe1 0x0440 #CYRILLIC SMALL LETTER ER
|
||||||
|
0xe2 0x0420 #CYRILLIC CAPITAL LETTER ER
|
||||||
|
0xe3 0x0441 #CYRILLIC SMALL LETTER ES
|
||||||
|
0xe4 0x0421 #CYRILLIC CAPITAL LETTER ES
|
||||||
|
0xe5 0x0442 #CYRILLIC SMALL LETTER TE
|
||||||
|
0xe6 0x0422 #CYRILLIC CAPITAL LETTER TE
|
||||||
|
0xe7 0x0443 #CYRILLIC SMALL LETTER U
|
||||||
|
0xe8 0x0423 #CYRILLIC CAPITAL LETTER U
|
||||||
|
0xe9 0x0436 #CYRILLIC SMALL LETTER ZHE
|
||||||
|
0xea 0x0416 #CYRILLIC CAPITAL LETTER ZHE
|
||||||
|
0xeb 0x0432 #CYRILLIC SMALL LETTER VE
|
||||||
|
0xec 0x0412 #CYRILLIC CAPITAL LETTER VE
|
||||||
|
0xed 0x044c #CYRILLIC SMALL LETTER SOFT SIGN
|
||||||
|
0xee 0x042c #CYRILLIC CAPITAL LETTER SOFT SIGN
|
||||||
|
0xef 0x2116 #NUMERO SIGN
|
||||||
|
0xf0 0x00ad #SOFT HYPHEN
|
||||||
|
0xf1 0x044b #CYRILLIC SMALL LETTER YERU
|
||||||
|
0xf2 0x042b #CYRILLIC CAPITAL LETTER YERU
|
||||||
|
0xf3 0x0437 #CYRILLIC SMALL LETTER ZE
|
||||||
|
0xf4 0x0417 #CYRILLIC CAPITAL LETTER ZE
|
||||||
|
0xf5 0x0448 #CYRILLIC SMALL LETTER SHA
|
||||||
|
0xf6 0x0428 #CYRILLIC CAPITAL LETTER SHA
|
||||||
|
0xf7 0x044d #CYRILLIC SMALL LETTER E
|
||||||
|
0xf8 0x042d #CYRILLIC CAPITAL LETTER E
|
||||||
|
0xf9 0x0449 #CYRILLIC SMALL LETTER SHCHA
|
||||||
|
0xfa 0x0429 #CYRILLIC CAPITAL LETTER SHCHA
|
||||||
|
0xfb 0x0447 #CYRILLIC SMALL LETTER CHE
|
||||||
|
0xfc 0x0427 #CYRILLIC CAPITAL LETTER CHE
|
||||||
|
0xfd 0x00a7 #SECTION SIGN
|
||||||
|
0xfe 0x25a0 #BLACK SQUARE
|
||||||
|
0xff 0x00a0 #NO-BREAK SPACE
|
||||||
256
Data/Encoding/CP857.mapping
Normal file
256
Data/Encoding/CP857.mapping
Normal file
@ -0,0 +1,256 @@
|
|||||||
|
0x00 0x0000 #NULL
|
||||||
|
0x01 0x0001 #START OF HEADING
|
||||||
|
0x02 0x0002 #START OF TEXT
|
||||||
|
0x03 0x0003 #END OF TEXT
|
||||||
|
0x04 0x0004 #END OF TRANSMISSION
|
||||||
|
0x05 0x0005 #ENQUIRY
|
||||||
|
0x06 0x0006 #ACKNOWLEDGE
|
||||||
|
0x07 0x0007 #BELL
|
||||||
|
0x08 0x0008 #BACKSPACE
|
||||||
|
0x09 0x0009 #HORIZONTAL TABULATION
|
||||||
|
0x0a 0x000a #LINE FEED
|
||||||
|
0x0b 0x000b #VERTICAL TABULATION
|
||||||
|
0x0c 0x000c #FORM FEED
|
||||||
|
0x0d 0x000d #CARRIAGE RETURN
|
||||||
|
0x0e 0x000e #SHIFT OUT
|
||||||
|
0x0f 0x000f #SHIFT IN
|
||||||
|
0x10 0x0010 #DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 #DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 #DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 #DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 #DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 #SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 #CANCEL
|
||||||
|
0x19 0x0019 #END OF MEDIUM
|
||||||
|
0x1a 0x001a #SUBSTITUTE
|
||||||
|
0x1b 0x001b #ESCAPE
|
||||||
|
0x1c 0x001c #FILE SEPARATOR
|
||||||
|
0x1d 0x001d #GROUP SEPARATOR
|
||||||
|
0x1e 0x001e #RECORD SEPARATOR
|
||||||
|
0x1f 0x001f #UNIT SEPARATOR
|
||||||
|
0x20 0x0020 #SPACE
|
||||||
|
0x21 0x0021 #EXCLAMATION MARK
|
||||||
|
0x22 0x0022 #QUOTATION MARK
|
||||||
|
0x23 0x0023 #NUMBER SIGN
|
||||||
|
0x24 0x0024 #DOLLAR SIGN
|
||||||
|
0x25 0x0025 #PERCENT SIGN
|
||||||
|
0x26 0x0026 #AMPERSAND
|
||||||
|
0x27 0x0027 #APOSTROPHE
|
||||||
|
0x28 0x0028 #LEFT PARENTHESIS
|
||||||
|
0x29 0x0029 #RIGHT PARENTHESIS
|
||||||
|
0x2a 0x002a #ASTERISK
|
||||||
|
0x2b 0x002b #PLUS SIGN
|
||||||
|
0x2c 0x002c #COMMA
|
||||||
|
0x2d 0x002d #HYPHEN-MINUS
|
||||||
|
0x2e 0x002e #FULL STOP
|
||||||
|
0x2f 0x002f #SOLIDUS
|
||||||
|
0x30 0x0030 #DIGIT ZERO
|
||||||
|
0x31 0x0031 #DIGIT ONE
|
||||||
|
0x32 0x0032 #DIGIT TWO
|
||||||
|
0x33 0x0033 #DIGIT THREE
|
||||||
|
0x34 0x0034 #DIGIT FOUR
|
||||||
|
0x35 0x0035 #DIGIT FIVE
|
||||||
|
0x36 0x0036 #DIGIT SIX
|
||||||
|
0x37 0x0037 #DIGIT SEVEN
|
||||||
|
0x38 0x0038 #DIGIT EIGHT
|
||||||
|
0x39 0x0039 #DIGIT NINE
|
||||||
|
0x3a 0x003a #COLON
|
||||||
|
0x3b 0x003b #SEMICOLON
|
||||||
|
0x3c 0x003c #LESS-THAN SIGN
|
||||||
|
0x3d 0x003d #EQUALS SIGN
|
||||||
|
0x3e 0x003e #GREATER-THAN SIGN
|
||||||
|
0x3f 0x003f #QUESTION MARK
|
||||||
|
0x40 0x0040 #COMMERCIAL AT
|
||||||
|
0x41 0x0041 #LATIN CAPITAL LETTER A
|
||||||
|
0x42 0x0042 #LATIN CAPITAL LETTER B
|
||||||
|
0x43 0x0043 #LATIN CAPITAL LETTER C
|
||||||
|
0x44 0x0044 #LATIN CAPITAL LETTER D
|
||||||
|
0x45 0x0045 #LATIN CAPITAL LETTER E
|
||||||
|
0x46 0x0046 #LATIN CAPITAL LETTER F
|
||||||
|
0x47 0x0047 #LATIN CAPITAL LETTER G
|
||||||
|
0x48 0x0048 #LATIN CAPITAL LETTER H
|
||||||
|
0x49 0x0049 #LATIN CAPITAL LETTER I
|
||||||
|
0x4a 0x004a #LATIN CAPITAL LETTER J
|
||||||
|
0x4b 0x004b #LATIN CAPITAL LETTER K
|
||||||
|
0x4c 0x004c #LATIN CAPITAL LETTER L
|
||||||
|
0x4d 0x004d #LATIN CAPITAL LETTER M
|
||||||
|
0x4e 0x004e #LATIN CAPITAL LETTER N
|
||||||
|
0x4f 0x004f #LATIN CAPITAL LETTER O
|
||||||
|
0x50 0x0050 #LATIN CAPITAL LETTER P
|
||||||
|
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
||||||
|
0x52 0x0052 #LATIN CAPITAL LETTER R
|
||||||
|
0x53 0x0053 #LATIN CAPITAL LETTER S
|
||||||
|
0x54 0x0054 #LATIN CAPITAL LETTER T
|
||||||
|
0x55 0x0055 #LATIN CAPITAL LETTER U
|
||||||
|
0x56 0x0056 #LATIN CAPITAL LETTER V
|
||||||
|
0x57 0x0057 #LATIN CAPITAL LETTER W
|
||||||
|
0x58 0x0058 #LATIN CAPITAL LETTER X
|
||||||
|
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
||||||
|
0x5a 0x005a #LATIN CAPITAL LETTER Z
|
||||||
|
0x5b 0x005b #LEFT SQUARE BRACKET
|
||||||
|
0x5c 0x005c #REVERSE SOLIDUS
|
||||||
|
0x5d 0x005d #RIGHT SQUARE BRACKET
|
||||||
|
0x5e 0x005e #CIRCUMFLEX ACCENT
|
||||||
|
0x5f 0x005f #LOW LINE
|
||||||
|
0x60 0x0060 #GRAVE ACCENT
|
||||||
|
0x61 0x0061 #LATIN SMALL LETTER A
|
||||||
|
0x62 0x0062 #LATIN SMALL LETTER B
|
||||||
|
0x63 0x0063 #LATIN SMALL LETTER C
|
||||||
|
0x64 0x0064 #LATIN SMALL LETTER D
|
||||||
|
0x65 0x0065 #LATIN SMALL LETTER E
|
||||||
|
0x66 0x0066 #LATIN SMALL LETTER F
|
||||||
|
0x67 0x0067 #LATIN SMALL LETTER G
|
||||||
|
0x68 0x0068 #LATIN SMALL LETTER H
|
||||||
|
0x69 0x0069 #LATIN SMALL LETTER I
|
||||||
|
0x6a 0x006a #LATIN SMALL LETTER J
|
||||||
|
0x6b 0x006b #LATIN SMALL LETTER K
|
||||||
|
0x6c 0x006c #LATIN SMALL LETTER L
|
||||||
|
0x6d 0x006d #LATIN SMALL LETTER M
|
||||||
|
0x6e 0x006e #LATIN SMALL LETTER N
|
||||||
|
0x6f 0x006f #LATIN SMALL LETTER O
|
||||||
|
0x70 0x0070 #LATIN SMALL LETTER P
|
||||||
|
0x71 0x0071 #LATIN SMALL LETTER Q
|
||||||
|
0x72 0x0072 #LATIN SMALL LETTER R
|
||||||
|
0x73 0x0073 #LATIN SMALL LETTER S
|
||||||
|
0x74 0x0074 #LATIN SMALL LETTER T
|
||||||
|
0x75 0x0075 #LATIN SMALL LETTER U
|
||||||
|
0x76 0x0076 #LATIN SMALL LETTER V
|
||||||
|
0x77 0x0077 #LATIN SMALL LETTER W
|
||||||
|
0x78 0x0078 #LATIN SMALL LETTER X
|
||||||
|
0x79 0x0079 #LATIN SMALL LETTER Y
|
||||||
|
0x7a 0x007a #LATIN SMALL LETTER Z
|
||||||
|
0x7b 0x007b #LEFT CURLY BRACKET
|
||||||
|
0x7c 0x007c #VERTICAL LINE
|
||||||
|
0x7d 0x007d #RIGHT CURLY BRACKET
|
||||||
|
0x7e 0x007e #TILDE
|
||||||
|
0x7f 0x007f #DELETE
|
||||||
|
0x80 0x00c7 #LATIN CAPITAL LETTER C WITH CEDILLA
|
||||||
|
0x81 0x00fc #LATIN SMALL LETTER U WITH DIAERESIS
|
||||||
|
0x82 0x00e9 #LATIN SMALL LETTER E WITH ACUTE
|
||||||
|
0x83 0x00e2 #LATIN SMALL LETTER A WITH CIRCUMFLEX
|
||||||
|
0x84 0x00e4 #LATIN SMALL LETTER A WITH DIAERESIS
|
||||||
|
0x85 0x00e0 #LATIN SMALL LETTER A WITH GRAVE
|
||||||
|
0x86 0x00e5 #LATIN SMALL LETTER A WITH RING ABOVE
|
||||||
|
0x87 0x00e7 #LATIN SMALL LETTER C WITH CEDILLA
|
||||||
|
0x88 0x00ea #LATIN SMALL LETTER E WITH CIRCUMFLEX
|
||||||
|
0x89 0x00eb #LATIN SMALL LETTER E WITH DIAERESIS
|
||||||
|
0x8a 0x00e8 #LATIN SMALL LETTER E WITH GRAVE
|
||||||
|
0x8b 0x00ef #LATIN SMALL LETTER I WITH DIAERESIS
|
||||||
|
0x8c 0x00ee #LATIN SMALL LETTER I WITH CIRCUMFLEX
|
||||||
|
0x8d 0x0131 #LATIN SMALL LETTER DOTLESS I
|
||||||
|
0x8e 0x00c4 #LATIN CAPITAL LETTER A WITH DIAERESIS
|
||||||
|
0x8f 0x00c5 #LATIN CAPITAL LETTER A WITH RING ABOVE
|
||||||
|
0x90 0x00c9 #LATIN CAPITAL LETTER E WITH ACUTE
|
||||||
|
0x91 0x00e6 #LATIN SMALL LIGATURE AE
|
||||||
|
0x92 0x00c6 #LATIN CAPITAL LIGATURE AE
|
||||||
|
0x93 0x00f4 #LATIN SMALL LETTER O WITH CIRCUMFLEX
|
||||||
|
0x94 0x00f6 #LATIN SMALL LETTER O WITH DIAERESIS
|
||||||
|
0x95 0x00f2 #LATIN SMALL LETTER O WITH GRAVE
|
||||||
|
0x96 0x00fb #LATIN SMALL LETTER U WITH CIRCUMFLEX
|
||||||
|
0x97 0x00f9 #LATIN SMALL LETTER U WITH GRAVE
|
||||||
|
0x98 0x0130 #LATIN CAPITAL LETTER I WITH DOT ABOVE
|
||||||
|
0x99 0x00d6 #LATIN CAPITAL LETTER O WITH DIAERESIS
|
||||||
|
0x9a 0x00dc #LATIN CAPITAL LETTER U WITH DIAERESIS
|
||||||
|
0x9b 0x00f8 #LATIN SMALL LETTER O WITH STROKE
|
||||||
|
0x9c 0x00a3 #POUND SIGN
|
||||||
|
0x9d 0x00d8 #LATIN CAPITAL LETTER O WITH STROKE
|
||||||
|
0x9e 0x015e #LATIN CAPITAL LETTER S WITH CEDILLA
|
||||||
|
0x9f 0x015f #LATIN SMALL LETTER S WITH CEDILLA
|
||||||
|
0xa0 0x00e1 #LATIN SMALL LETTER A WITH ACUTE
|
||||||
|
0xa1 0x00ed #LATIN SMALL LETTER I WITH ACUTE
|
||||||
|
0xa2 0x00f3 #LATIN SMALL LETTER O WITH ACUTE
|
||||||
|
0xa3 0x00fa #LATIN SMALL LETTER U WITH ACUTE
|
||||||
|
0xa4 0x00f1 #LATIN SMALL LETTER N WITH TILDE
|
||||||
|
0xa5 0x00d1 #LATIN CAPITAL LETTER N WITH TILDE
|
||||||
|
0xa6 0x011e #LATIN CAPITAL LETTER G WITH BREVE
|
||||||
|
0xa7 0x011f #LATIN SMALL LETTER G WITH BREVE
|
||||||
|
0xa8 0x00bf #INVERTED QUESTION MARK
|
||||||
|
0xa9 0x00ae #REGISTERED SIGN
|
||||||
|
0xaa 0x00ac #NOT SIGN
|
||||||
|
0xab 0x00bd #VULGAR FRACTION ONE HALF
|
||||||
|
0xac 0x00bc #VULGAR FRACTION ONE QUARTER
|
||||||
|
0xad 0x00a1 #INVERTED EXCLAMATION MARK
|
||||||
|
0xae 0x00ab #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xaf 0x00bb #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xb0 0x2591 #LIGHT SHADE
|
||||||
|
0xb1 0x2592 #MEDIUM SHADE
|
||||||
|
0xb2 0x2593 #DARK SHADE
|
||||||
|
0xb3 0x2502 #BOX DRAWINGS LIGHT VERTICAL
|
||||||
|
0xb4 0x2524 #BOX DRAWINGS LIGHT VERTICAL AND LEFT
|
||||||
|
0xb5 0x00c1 #LATIN CAPITAL LETTER A WITH ACUTE
|
||||||
|
0xb6 0x00c2 #LATIN CAPITAL LETTER A WITH CIRCUMFLEX
|
||||||
|
0xb7 0x00c0 #LATIN CAPITAL LETTER A WITH GRAVE
|
||||||
|
0xb8 0x00a9 #COPYRIGHT SIGN
|
||||||
|
0xb9 0x2563 #BOX DRAWINGS DOUBLE VERTICAL AND LEFT
|
||||||
|
0xba 0x2551 #BOX DRAWINGS DOUBLE VERTICAL
|
||||||
|
0xbb 0x2557 #BOX DRAWINGS DOUBLE DOWN AND LEFT
|
||||||
|
0xbc 0x255d #BOX DRAWINGS DOUBLE UP AND LEFT
|
||||||
|
0xbd 0x00a2 #CENT SIGN
|
||||||
|
0xbe 0x00a5 #YEN SIGN
|
||||||
|
0xbf 0x2510 #BOX DRAWINGS LIGHT DOWN AND LEFT
|
||||||
|
0xc0 0x2514 #BOX DRAWINGS LIGHT UP AND RIGHT
|
||||||
|
0xc1 0x2534 #BOX DRAWINGS LIGHT UP AND HORIZONTAL
|
||||||
|
0xc2 0x252c #BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
|
||||||
|
0xc3 0x251c #BOX DRAWINGS LIGHT VERTICAL AND RIGHT
|
||||||
|
0xc4 0x2500 #BOX DRAWINGS LIGHT HORIZONTAL
|
||||||
|
0xc5 0x253c #BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
|
||||||
|
0xc6 0x00e3 #LATIN SMALL LETTER A WITH TILDE
|
||||||
|
0xc7 0x00c3 #LATIN CAPITAL LETTER A WITH TILDE
|
||||||
|
0xc8 0x255a #BOX DRAWINGS DOUBLE UP AND RIGHT
|
||||||
|
0xc9 0x2554 #BOX DRAWINGS DOUBLE DOWN AND RIGHT
|
||||||
|
0xca 0x2569 #BOX DRAWINGS DOUBLE UP AND HORIZONTAL
|
||||||
|
0xcb 0x2566 #BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
|
||||||
|
0xcc 0x2560 #BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
|
||||||
|
0xcd 0x2550 #BOX DRAWINGS DOUBLE HORIZONTAL
|
||||||
|
0xce 0x256c #BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
|
||||||
|
0xcf 0x00a4 #CURRENCY SIGN
|
||||||
|
0xd0 0x00ba #MASCULINE ORDINAL INDICATOR
|
||||||
|
0xd1 0x00aa #FEMININE ORDINAL INDICATOR
|
||||||
|
0xd2 0x00ca #LATIN CAPITAL LETTER E WITH CIRCUMFLEX
|
||||||
|
0xd3 0x00cb #LATIN CAPITAL LETTER E WITH DIAERESIS
|
||||||
|
0xd4 0x00c8 #LATIN CAPITAL LETTER E WITH GRAVE
|
||||||
|
0xd5 #UNDEFINED
|
||||||
|
0xd6 0x00cd #LATIN CAPITAL LETTER I WITH ACUTE
|
||||||
|
0xd7 0x00ce #LATIN CAPITAL LETTER I WITH CIRCUMFLEX
|
||||||
|
0xd8 0x00cf #LATIN CAPITAL LETTER I WITH DIAERESIS
|
||||||
|
0xd9 0x2518 #BOX DRAWINGS LIGHT UP AND LEFT
|
||||||
|
0xda 0x250c #BOX DRAWINGS LIGHT DOWN AND RIGHT
|
||||||
|
0xdb 0x2588 #FULL BLOCK
|
||||||
|
0xdc 0x2584 #LOWER HALF BLOCK
|
||||||
|
0xdd 0x00a6 #BROKEN BAR
|
||||||
|
0xde 0x00cc #LATIN CAPITAL LETTER I WITH GRAVE
|
||||||
|
0xdf 0x2580 #UPPER HALF BLOCK
|
||||||
|
0xe0 0x00d3 #LATIN CAPITAL LETTER O WITH ACUTE
|
||||||
|
0xe1 0x00df #LATIN SMALL LETTER SHARP S
|
||||||
|
0xe2 0x00d4 #LATIN CAPITAL LETTER O WITH CIRCUMFLEX
|
||||||
|
0xe3 0x00d2 #LATIN CAPITAL LETTER O WITH GRAVE
|
||||||
|
0xe4 0x00f5 #LATIN SMALL LETTER O WITH TILDE
|
||||||
|
0xe5 0x00d5 #LATIN CAPITAL LETTER O WITH TILDE
|
||||||
|
0xe6 0x00b5 #MICRO SIGN
|
||||||
|
0xe7 #UNDEFINED
|
||||||
|
0xe8 0x00d7 #MULTIPLICATION SIGN
|
||||||
|
0xe9 0x00da #LATIN CAPITAL LETTER U WITH ACUTE
|
||||||
|
0xea 0x00db #LATIN CAPITAL LETTER U WITH CIRCUMFLEX
|
||||||
|
0xeb 0x00d9 #LATIN CAPITAL LETTER U WITH GRAVE
|
||||||
|
0xec 0x00ec #LATIN SMALL LETTER I WITH GRAVE
|
||||||
|
0xed 0x00ff #LATIN SMALL LETTER Y WITH DIAERESIS
|
||||||
|
0xee 0x00af #MACRON
|
||||||
|
0xef 0x00b4 #ACUTE ACCENT
|
||||||
|
0xf0 0x00ad #SOFT HYPHEN
|
||||||
|
0xf1 0x00b1 #PLUS-MINUS SIGN
|
||||||
|
0xf2 #UNDEFINED
|
||||||
|
0xf3 0x00be #VULGAR FRACTION THREE QUARTERS
|
||||||
|
0xf4 0x00b6 #PILCROW SIGN
|
||||||
|
0xf5 0x00a7 #SECTION SIGN
|
||||||
|
0xf6 0x00f7 #DIVISION SIGN
|
||||||
|
0xf7 0x00b8 #CEDILLA
|
||||||
|
0xf8 0x00b0 #DEGREE SIGN
|
||||||
|
0xf9 0x00a8 #DIAERESIS
|
||||||
|
0xfa 0x00b7 #MIDDLE DOT
|
||||||
|
0xfb 0x00b9 #SUPERSCRIPT ONE
|
||||||
|
0xfc 0x00b3 #SUPERSCRIPT THREE
|
||||||
|
0xfd 0x00b2 #SUPERSCRIPT TWO
|
||||||
|
0xfe 0x25a0 #BLACK SQUARE
|
||||||
|
0xff 0x00a0 #NO-BREAK SPACE
|
||||||
256
Data/Encoding/CP860.mapping
Normal file
256
Data/Encoding/CP860.mapping
Normal file
@ -0,0 +1,256 @@
|
|||||||
|
0x00 0x0000 #NULL
|
||||||
|
0x01 0x0001 #START OF HEADING
|
||||||
|
0x02 0x0002 #START OF TEXT
|
||||||
|
0x03 0x0003 #END OF TEXT
|
||||||
|
0x04 0x0004 #END OF TRANSMISSION
|
||||||
|
0x05 0x0005 #ENQUIRY
|
||||||
|
0x06 0x0006 #ACKNOWLEDGE
|
||||||
|
0x07 0x0007 #BELL
|
||||||
|
0x08 0x0008 #BACKSPACE
|
||||||
|
0x09 0x0009 #HORIZONTAL TABULATION
|
||||||
|
0x0a 0x000a #LINE FEED
|
||||||
|
0x0b 0x000b #VERTICAL TABULATION
|
||||||
|
0x0c 0x000c #FORM FEED
|
||||||
|
0x0d 0x000d #CARRIAGE RETURN
|
||||||
|
0x0e 0x000e #SHIFT OUT
|
||||||
|
0x0f 0x000f #SHIFT IN
|
||||||
|
0x10 0x0010 #DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 #DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 #DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 #DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 #DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 #SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 #CANCEL
|
||||||
|
0x19 0x0019 #END OF MEDIUM
|
||||||
|
0x1a 0x001a #SUBSTITUTE
|
||||||
|
0x1b 0x001b #ESCAPE
|
||||||
|
0x1c 0x001c #FILE SEPARATOR
|
||||||
|
0x1d 0x001d #GROUP SEPARATOR
|
||||||
|
0x1e 0x001e #RECORD SEPARATOR
|
||||||
|
0x1f 0x001f #UNIT SEPARATOR
|
||||||
|
0x20 0x0020 #SPACE
|
||||||
|
0x21 0x0021 #EXCLAMATION MARK
|
||||||
|
0x22 0x0022 #QUOTATION MARK
|
||||||
|
0x23 0x0023 #NUMBER SIGN
|
||||||
|
0x24 0x0024 #DOLLAR SIGN
|
||||||
|
0x25 0x0025 #PERCENT SIGN
|
||||||
|
0x26 0x0026 #AMPERSAND
|
||||||
|
0x27 0x0027 #APOSTROPHE
|
||||||
|
0x28 0x0028 #LEFT PARENTHESIS
|
||||||
|
0x29 0x0029 #RIGHT PARENTHESIS
|
||||||
|
0x2a 0x002a #ASTERISK
|
||||||
|
0x2b 0x002b #PLUS SIGN
|
||||||
|
0x2c 0x002c #COMMA
|
||||||
|
0x2d 0x002d #HYPHEN-MINUS
|
||||||
|
0x2e 0x002e #FULL STOP
|
||||||
|
0x2f 0x002f #SOLIDUS
|
||||||
|
0x30 0x0030 #DIGIT ZERO
|
||||||
|
0x31 0x0031 #DIGIT ONE
|
||||||
|
0x32 0x0032 #DIGIT TWO
|
||||||
|
0x33 0x0033 #DIGIT THREE
|
||||||
|
0x34 0x0034 #DIGIT FOUR
|
||||||
|
0x35 0x0035 #DIGIT FIVE
|
||||||
|
0x36 0x0036 #DIGIT SIX
|
||||||
|
0x37 0x0037 #DIGIT SEVEN
|
||||||
|
0x38 0x0038 #DIGIT EIGHT
|
||||||
|
0x39 0x0039 #DIGIT NINE
|
||||||
|
0x3a 0x003a #COLON
|
||||||
|
0x3b 0x003b #SEMICOLON
|
||||||
|
0x3c 0x003c #LESS-THAN SIGN
|
||||||
|
0x3d 0x003d #EQUALS SIGN
|
||||||
|
0x3e 0x003e #GREATER-THAN SIGN
|
||||||
|
0x3f 0x003f #QUESTION MARK
|
||||||
|
0x40 0x0040 #COMMERCIAL AT
|
||||||
|
0x41 0x0041 #LATIN CAPITAL LETTER A
|
||||||
|
0x42 0x0042 #LATIN CAPITAL LETTER B
|
||||||
|
0x43 0x0043 #LATIN CAPITAL LETTER C
|
||||||
|
0x44 0x0044 #LATIN CAPITAL LETTER D
|
||||||
|
0x45 0x0045 #LATIN CAPITAL LETTER E
|
||||||
|
0x46 0x0046 #LATIN CAPITAL LETTER F
|
||||||
|
0x47 0x0047 #LATIN CAPITAL LETTER G
|
||||||
|
0x48 0x0048 #LATIN CAPITAL LETTER H
|
||||||
|
0x49 0x0049 #LATIN CAPITAL LETTER I
|
||||||
|
0x4a 0x004a #LATIN CAPITAL LETTER J
|
||||||
|
0x4b 0x004b #LATIN CAPITAL LETTER K
|
||||||
|
0x4c 0x004c #LATIN CAPITAL LETTER L
|
||||||
|
0x4d 0x004d #LATIN CAPITAL LETTER M
|
||||||
|
0x4e 0x004e #LATIN CAPITAL LETTER N
|
||||||
|
0x4f 0x004f #LATIN CAPITAL LETTER O
|
||||||
|
0x50 0x0050 #LATIN CAPITAL LETTER P
|
||||||
|
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
||||||
|
0x52 0x0052 #LATIN CAPITAL LETTER R
|
||||||
|
0x53 0x0053 #LATIN CAPITAL LETTER S
|
||||||
|
0x54 0x0054 #LATIN CAPITAL LETTER T
|
||||||
|
0x55 0x0055 #LATIN CAPITAL LETTER U
|
||||||
|
0x56 0x0056 #LATIN CAPITAL LETTER V
|
||||||
|
0x57 0x0057 #LATIN CAPITAL LETTER W
|
||||||
|
0x58 0x0058 #LATIN CAPITAL LETTER X
|
||||||
|
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
||||||
|
0x5a 0x005a #LATIN CAPITAL LETTER Z
|
||||||
|
0x5b 0x005b #LEFT SQUARE BRACKET
|
||||||
|
0x5c 0x005c #REVERSE SOLIDUS
|
||||||
|
0x5d 0x005d #RIGHT SQUARE BRACKET
|
||||||
|
0x5e 0x005e #CIRCUMFLEX ACCENT
|
||||||
|
0x5f 0x005f #LOW LINE
|
||||||
|
0x60 0x0060 #GRAVE ACCENT
|
||||||
|
0x61 0x0061 #LATIN SMALL LETTER A
|
||||||
|
0x62 0x0062 #LATIN SMALL LETTER B
|
||||||
|
0x63 0x0063 #LATIN SMALL LETTER C
|
||||||
|
0x64 0x0064 #LATIN SMALL LETTER D
|
||||||
|
0x65 0x0065 #LATIN SMALL LETTER E
|
||||||
|
0x66 0x0066 #LATIN SMALL LETTER F
|
||||||
|
0x67 0x0067 #LATIN SMALL LETTER G
|
||||||
|
0x68 0x0068 #LATIN SMALL LETTER H
|
||||||
|
0x69 0x0069 #LATIN SMALL LETTER I
|
||||||
|
0x6a 0x006a #LATIN SMALL LETTER J
|
||||||
|
0x6b 0x006b #LATIN SMALL LETTER K
|
||||||
|
0x6c 0x006c #LATIN SMALL LETTER L
|
||||||
|
0x6d 0x006d #LATIN SMALL LETTER M
|
||||||
|
0x6e 0x006e #LATIN SMALL LETTER N
|
||||||
|
0x6f 0x006f #LATIN SMALL LETTER O
|
||||||
|
0x70 0x0070 #LATIN SMALL LETTER P
|
||||||
|
0x71 0x0071 #LATIN SMALL LETTER Q
|
||||||
|
0x72 0x0072 #LATIN SMALL LETTER R
|
||||||
|
0x73 0x0073 #LATIN SMALL LETTER S
|
||||||
|
0x74 0x0074 #LATIN SMALL LETTER T
|
||||||
|
0x75 0x0075 #LATIN SMALL LETTER U
|
||||||
|
0x76 0x0076 #LATIN SMALL LETTER V
|
||||||
|
0x77 0x0077 #LATIN SMALL LETTER W
|
||||||
|
0x78 0x0078 #LATIN SMALL LETTER X
|
||||||
|
0x79 0x0079 #LATIN SMALL LETTER Y
|
||||||
|
0x7a 0x007a #LATIN SMALL LETTER Z
|
||||||
|
0x7b 0x007b #LEFT CURLY BRACKET
|
||||||
|
0x7c 0x007c #VERTICAL LINE
|
||||||
|
0x7d 0x007d #RIGHT CURLY BRACKET
|
||||||
|
0x7e 0x007e #TILDE
|
||||||
|
0x7f 0x007f #DELETE
|
||||||
|
0x80 0x00c7 #LATIN CAPITAL LETTER C WITH CEDILLA
|
||||||
|
0x81 0x00fc #LATIN SMALL LETTER U WITH DIAERESIS
|
||||||
|
0x82 0x00e9 #LATIN SMALL LETTER E WITH ACUTE
|
||||||
|
0x83 0x00e2 #LATIN SMALL LETTER A WITH CIRCUMFLEX
|
||||||
|
0x84 0x00e3 #LATIN SMALL LETTER A WITH TILDE
|
||||||
|
0x85 0x00e0 #LATIN SMALL LETTER A WITH GRAVE
|
||||||
|
0x86 0x00c1 #LATIN CAPITAL LETTER A WITH ACUTE
|
||||||
|
0x87 0x00e7 #LATIN SMALL LETTER C WITH CEDILLA
|
||||||
|
0x88 0x00ea #LATIN SMALL LETTER E WITH CIRCUMFLEX
|
||||||
|
0x89 0x00ca #LATIN CAPITAL LETTER E WITH CIRCUMFLEX
|
||||||
|
0x8a 0x00e8 #LATIN SMALL LETTER E WITH GRAVE
|
||||||
|
0x8b 0x00cd #LATIN CAPITAL LETTER I WITH ACUTE
|
||||||
|
0x8c 0x00d4 #LATIN CAPITAL LETTER O WITH CIRCUMFLEX
|
||||||
|
0x8d 0x00ec #LATIN SMALL LETTER I WITH GRAVE
|
||||||
|
0x8e 0x00c3 #LATIN CAPITAL LETTER A WITH TILDE
|
||||||
|
0x8f 0x00c2 #LATIN CAPITAL LETTER A WITH CIRCUMFLEX
|
||||||
|
0x90 0x00c9 #LATIN CAPITAL LETTER E WITH ACUTE
|
||||||
|
0x91 0x00c0 #LATIN CAPITAL LETTER A WITH GRAVE
|
||||||
|
0x92 0x00c8 #LATIN CAPITAL LETTER E WITH GRAVE
|
||||||
|
0x93 0x00f4 #LATIN SMALL LETTER O WITH CIRCUMFLEX
|
||||||
|
0x94 0x00f5 #LATIN SMALL LETTER O WITH TILDE
|
||||||
|
0x95 0x00f2 #LATIN SMALL LETTER O WITH GRAVE
|
||||||
|
0x96 0x00da #LATIN CAPITAL LETTER U WITH ACUTE
|
||||||
|
0x97 0x00f9 #LATIN SMALL LETTER U WITH GRAVE
|
||||||
|
0x98 0x00cc #LATIN CAPITAL LETTER I WITH GRAVE
|
||||||
|
0x99 0x00d5 #LATIN CAPITAL LETTER O WITH TILDE
|
||||||
|
0x9a 0x00dc #LATIN CAPITAL LETTER U WITH DIAERESIS
|
||||||
|
0x9b 0x00a2 #CENT SIGN
|
||||||
|
0x9c 0x00a3 #POUND SIGN
|
||||||
|
0x9d 0x00d9 #LATIN CAPITAL LETTER U WITH GRAVE
|
||||||
|
0x9e 0x20a7 #PESETA SIGN
|
||||||
|
0x9f 0x00d3 #LATIN CAPITAL LETTER O WITH ACUTE
|
||||||
|
0xa0 0x00e1 #LATIN SMALL LETTER A WITH ACUTE
|
||||||
|
0xa1 0x00ed #LATIN SMALL LETTER I WITH ACUTE
|
||||||
|
0xa2 0x00f3 #LATIN SMALL LETTER O WITH ACUTE
|
||||||
|
0xa3 0x00fa #LATIN SMALL LETTER U WITH ACUTE
|
||||||
|
0xa4 0x00f1 #LATIN SMALL LETTER N WITH TILDE
|
||||||
|
0xa5 0x00d1 #LATIN CAPITAL LETTER N WITH TILDE
|
||||||
|
0xa6 0x00aa #FEMININE ORDINAL INDICATOR
|
||||||
|
0xa7 0x00ba #MASCULINE ORDINAL INDICATOR
|
||||||
|
0xa8 0x00bf #INVERTED QUESTION MARK
|
||||||
|
0xa9 0x00d2 #LATIN CAPITAL LETTER O WITH GRAVE
|
||||||
|
0xaa 0x00ac #NOT SIGN
|
||||||
|
0xab 0x00bd #VULGAR FRACTION ONE HALF
|
||||||
|
0xac 0x00bc #VULGAR FRACTION ONE QUARTER
|
||||||
|
0xad 0x00a1 #INVERTED EXCLAMATION MARK
|
||||||
|
0xae 0x00ab #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xaf 0x00bb #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xb0 0x2591 #LIGHT SHADE
|
||||||
|
0xb1 0x2592 #MEDIUM SHADE
|
||||||
|
0xb2 0x2593 #DARK SHADE
|
||||||
|
0xb3 0x2502 #BOX DRAWINGS LIGHT VERTICAL
|
||||||
|
0xb4 0x2524 #BOX DRAWINGS LIGHT VERTICAL AND LEFT
|
||||||
|
0xb5 0x2561 #BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
|
||||||
|
0xb6 0x2562 #BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
|
||||||
|
0xb7 0x2556 #BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
|
||||||
|
0xb8 0x2555 #BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
|
||||||
|
0xb9 0x2563 #BOX DRAWINGS DOUBLE VERTICAL AND LEFT
|
||||||
|
0xba 0x2551 #BOX DRAWINGS DOUBLE VERTICAL
|
||||||
|
0xbb 0x2557 #BOX DRAWINGS DOUBLE DOWN AND LEFT
|
||||||
|
0xbc 0x255d #BOX DRAWINGS DOUBLE UP AND LEFT
|
||||||
|
0xbd 0x255c #BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
|
||||||
|
0xbe 0x255b #BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
|
||||||
|
0xbf 0x2510 #BOX DRAWINGS LIGHT DOWN AND LEFT
|
||||||
|
0xc0 0x2514 #BOX DRAWINGS LIGHT UP AND RIGHT
|
||||||
|
0xc1 0x2534 #BOX DRAWINGS LIGHT UP AND HORIZONTAL
|
||||||
|
0xc2 0x252c #BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
|
||||||
|
0xc3 0x251c #BOX DRAWINGS LIGHT VERTICAL AND RIGHT
|
||||||
|
0xc4 0x2500 #BOX DRAWINGS LIGHT HORIZONTAL
|
||||||
|
0xc5 0x253c #BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
|
||||||
|
0xc6 0x255e #BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
|
||||||
|
0xc7 0x255f #BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
|
||||||
|
0xc8 0x255a #BOX DRAWINGS DOUBLE UP AND RIGHT
|
||||||
|
0xc9 0x2554 #BOX DRAWINGS DOUBLE DOWN AND RIGHT
|
||||||
|
0xca 0x2569 #BOX DRAWINGS DOUBLE UP AND HORIZONTAL
|
||||||
|
0xcb 0x2566 #BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
|
||||||
|
0xcc 0x2560 #BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
|
||||||
|
0xcd 0x2550 #BOX DRAWINGS DOUBLE HORIZONTAL
|
||||||
|
0xce 0x256c #BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
|
||||||
|
0xcf 0x2567 #BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd0 0x2568 #BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd1 0x2564 #BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd2 0x2565 #BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd3 0x2559 #BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
|
||||||
|
0xd4 0x2558 #BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
|
||||||
|
0xd5 0x2552 #BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
|
||||||
|
0xd6 0x2553 #BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
|
||||||
|
0xd7 0x256b #BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd8 0x256a #BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd9 0x2518 #BOX DRAWINGS LIGHT UP AND LEFT
|
||||||
|
0xda 0x250c #BOX DRAWINGS LIGHT DOWN AND RIGHT
|
||||||
|
0xdb 0x2588 #FULL BLOCK
|
||||||
|
0xdc 0x2584 #LOWER HALF BLOCK
|
||||||
|
0xdd 0x258c #LEFT HALF BLOCK
|
||||||
|
0xde 0x2590 #RIGHT HALF BLOCK
|
||||||
|
0xdf 0x2580 #UPPER HALF BLOCK
|
||||||
|
0xe0 0x03b1 #GREEK SMALL LETTER ALPHA
|
||||||
|
0xe1 0x00df #LATIN SMALL LETTER SHARP S
|
||||||
|
0xe2 0x0393 #GREEK CAPITAL LETTER GAMMA
|
||||||
|
0xe3 0x03c0 #GREEK SMALL LETTER PI
|
||||||
|
0xe4 0x03a3 #GREEK CAPITAL LETTER SIGMA
|
||||||
|
0xe5 0x03c3 #GREEK SMALL LETTER SIGMA
|
||||||
|
0xe6 0x00b5 #MICRO SIGN
|
||||||
|
0xe7 0x03c4 #GREEK SMALL LETTER TAU
|
||||||
|
0xe8 0x03a6 #GREEK CAPITAL LETTER PHI
|
||||||
|
0xe9 0x0398 #GREEK CAPITAL LETTER THETA
|
||||||
|
0xea 0x03a9 #GREEK CAPITAL LETTER OMEGA
|
||||||
|
0xeb 0x03b4 #GREEK SMALL LETTER DELTA
|
||||||
|
0xec 0x221e #INFINITY
|
||||||
|
0xed 0x03c6 #GREEK SMALL LETTER PHI
|
||||||
|
0xee 0x03b5 #GREEK SMALL LETTER EPSILON
|
||||||
|
0xef 0x2229 #INTERSECTION
|
||||||
|
0xf0 0x2261 #IDENTICAL TO
|
||||||
|
0xf1 0x00b1 #PLUS-MINUS SIGN
|
||||||
|
0xf2 0x2265 #GREATER-THAN OR EQUAL TO
|
||||||
|
0xf3 0x2264 #LESS-THAN OR EQUAL TO
|
||||||
|
0xf4 0x2320 #TOP HALF INTEGRAL
|
||||||
|
0xf5 0x2321 #BOTTOM HALF INTEGRAL
|
||||||
|
0xf6 0x00f7 #DIVISION SIGN
|
||||||
|
0xf7 0x2248 #ALMOST EQUAL TO
|
||||||
|
0xf8 0x00b0 #DEGREE SIGN
|
||||||
|
0xf9 0x2219 #BULLET OPERATOR
|
||||||
|
0xfa 0x00b7 #MIDDLE DOT
|
||||||
|
0xfb 0x221a #SQUARE ROOT
|
||||||
|
0xfc 0x207f #SUPERSCRIPT LATIN SMALL LETTER N
|
||||||
|
0xfd 0x00b2 #SUPERSCRIPT TWO
|
||||||
|
0xfe 0x25a0 #BLACK SQUARE
|
||||||
|
0xff 0x00a0 #NO-BREAK SPACE
|
||||||
256
Data/Encoding/CP861.mapping
Normal file
256
Data/Encoding/CP861.mapping
Normal file
@ -0,0 +1,256 @@
|
|||||||
|
0x00 0x0000 #NULL
|
||||||
|
0x01 0x0001 #START OF HEADING
|
||||||
|
0x02 0x0002 #START OF TEXT
|
||||||
|
0x03 0x0003 #END OF TEXT
|
||||||
|
0x04 0x0004 #END OF TRANSMISSION
|
||||||
|
0x05 0x0005 #ENQUIRY
|
||||||
|
0x06 0x0006 #ACKNOWLEDGE
|
||||||
|
0x07 0x0007 #BELL
|
||||||
|
0x08 0x0008 #BACKSPACE
|
||||||
|
0x09 0x0009 #HORIZONTAL TABULATION
|
||||||
|
0x0a 0x000a #LINE FEED
|
||||||
|
0x0b 0x000b #VERTICAL TABULATION
|
||||||
|
0x0c 0x000c #FORM FEED
|
||||||
|
0x0d 0x000d #CARRIAGE RETURN
|
||||||
|
0x0e 0x000e #SHIFT OUT
|
||||||
|
0x0f 0x000f #SHIFT IN
|
||||||
|
0x10 0x0010 #DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 #DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 #DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 #DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 #DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 #SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 #CANCEL
|
||||||
|
0x19 0x0019 #END OF MEDIUM
|
||||||
|
0x1a 0x001a #SUBSTITUTE
|
||||||
|
0x1b 0x001b #ESCAPE
|
||||||
|
0x1c 0x001c #FILE SEPARATOR
|
||||||
|
0x1d 0x001d #GROUP SEPARATOR
|
||||||
|
0x1e 0x001e #RECORD SEPARATOR
|
||||||
|
0x1f 0x001f #UNIT SEPARATOR
|
||||||
|
0x20 0x0020 #SPACE
|
||||||
|
0x21 0x0021 #EXCLAMATION MARK
|
||||||
|
0x22 0x0022 #QUOTATION MARK
|
||||||
|
0x23 0x0023 #NUMBER SIGN
|
||||||
|
0x24 0x0024 #DOLLAR SIGN
|
||||||
|
0x25 0x0025 #PERCENT SIGN
|
||||||
|
0x26 0x0026 #AMPERSAND
|
||||||
|
0x27 0x0027 #APOSTROPHE
|
||||||
|
0x28 0x0028 #LEFT PARENTHESIS
|
||||||
|
0x29 0x0029 #RIGHT PARENTHESIS
|
||||||
|
0x2a 0x002a #ASTERISK
|
||||||
|
0x2b 0x002b #PLUS SIGN
|
||||||
|
0x2c 0x002c #COMMA
|
||||||
|
0x2d 0x002d #HYPHEN-MINUS
|
||||||
|
0x2e 0x002e #FULL STOP
|
||||||
|
0x2f 0x002f #SOLIDUS
|
||||||
|
0x30 0x0030 #DIGIT ZERO
|
||||||
|
0x31 0x0031 #DIGIT ONE
|
||||||
|
0x32 0x0032 #DIGIT TWO
|
||||||
|
0x33 0x0033 #DIGIT THREE
|
||||||
|
0x34 0x0034 #DIGIT FOUR
|
||||||
|
0x35 0x0035 #DIGIT FIVE
|
||||||
|
0x36 0x0036 #DIGIT SIX
|
||||||
|
0x37 0x0037 #DIGIT SEVEN
|
||||||
|
0x38 0x0038 #DIGIT EIGHT
|
||||||
|
0x39 0x0039 #DIGIT NINE
|
||||||
|
0x3a 0x003a #COLON
|
||||||
|
0x3b 0x003b #SEMICOLON
|
||||||
|
0x3c 0x003c #LESS-THAN SIGN
|
||||||
|
0x3d 0x003d #EQUALS SIGN
|
||||||
|
0x3e 0x003e #GREATER-THAN SIGN
|
||||||
|
0x3f 0x003f #QUESTION MARK
|
||||||
|
0x40 0x0040 #COMMERCIAL AT
|
||||||
|
0x41 0x0041 #LATIN CAPITAL LETTER A
|
||||||
|
0x42 0x0042 #LATIN CAPITAL LETTER B
|
||||||
|
0x43 0x0043 #LATIN CAPITAL LETTER C
|
||||||
|
0x44 0x0044 #LATIN CAPITAL LETTER D
|
||||||
|
0x45 0x0045 #LATIN CAPITAL LETTER E
|
||||||
|
0x46 0x0046 #LATIN CAPITAL LETTER F
|
||||||
|
0x47 0x0047 #LATIN CAPITAL LETTER G
|
||||||
|
0x48 0x0048 #LATIN CAPITAL LETTER H
|
||||||
|
0x49 0x0049 #LATIN CAPITAL LETTER I
|
||||||
|
0x4a 0x004a #LATIN CAPITAL LETTER J
|
||||||
|
0x4b 0x004b #LATIN CAPITAL LETTER K
|
||||||
|
0x4c 0x004c #LATIN CAPITAL LETTER L
|
||||||
|
0x4d 0x004d #LATIN CAPITAL LETTER M
|
||||||
|
0x4e 0x004e #LATIN CAPITAL LETTER N
|
||||||
|
0x4f 0x004f #LATIN CAPITAL LETTER O
|
||||||
|
0x50 0x0050 #LATIN CAPITAL LETTER P
|
||||||
|
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
||||||
|
0x52 0x0052 #LATIN CAPITAL LETTER R
|
||||||
|
0x53 0x0053 #LATIN CAPITAL LETTER S
|
||||||
|
0x54 0x0054 #LATIN CAPITAL LETTER T
|
||||||
|
0x55 0x0055 #LATIN CAPITAL LETTER U
|
||||||
|
0x56 0x0056 #LATIN CAPITAL LETTER V
|
||||||
|
0x57 0x0057 #LATIN CAPITAL LETTER W
|
||||||
|
0x58 0x0058 #LATIN CAPITAL LETTER X
|
||||||
|
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
||||||
|
0x5a 0x005a #LATIN CAPITAL LETTER Z
|
||||||
|
0x5b 0x005b #LEFT SQUARE BRACKET
|
||||||
|
0x5c 0x005c #REVERSE SOLIDUS
|
||||||
|
0x5d 0x005d #RIGHT SQUARE BRACKET
|
||||||
|
0x5e 0x005e #CIRCUMFLEX ACCENT
|
||||||
|
0x5f 0x005f #LOW LINE
|
||||||
|
0x60 0x0060 #GRAVE ACCENT
|
||||||
|
0x61 0x0061 #LATIN SMALL LETTER A
|
||||||
|
0x62 0x0062 #LATIN SMALL LETTER B
|
||||||
|
0x63 0x0063 #LATIN SMALL LETTER C
|
||||||
|
0x64 0x0064 #LATIN SMALL LETTER D
|
||||||
|
0x65 0x0065 #LATIN SMALL LETTER E
|
||||||
|
0x66 0x0066 #LATIN SMALL LETTER F
|
||||||
|
0x67 0x0067 #LATIN SMALL LETTER G
|
||||||
|
0x68 0x0068 #LATIN SMALL LETTER H
|
||||||
|
0x69 0x0069 #LATIN SMALL LETTER I
|
||||||
|
0x6a 0x006a #LATIN SMALL LETTER J
|
||||||
|
0x6b 0x006b #LATIN SMALL LETTER K
|
||||||
|
0x6c 0x006c #LATIN SMALL LETTER L
|
||||||
|
0x6d 0x006d #LATIN SMALL LETTER M
|
||||||
|
0x6e 0x006e #LATIN SMALL LETTER N
|
||||||
|
0x6f 0x006f #LATIN SMALL LETTER O
|
||||||
|
0x70 0x0070 #LATIN SMALL LETTER P
|
||||||
|
0x71 0x0071 #LATIN SMALL LETTER Q
|
||||||
|
0x72 0x0072 #LATIN SMALL LETTER R
|
||||||
|
0x73 0x0073 #LATIN SMALL LETTER S
|
||||||
|
0x74 0x0074 #LATIN SMALL LETTER T
|
||||||
|
0x75 0x0075 #LATIN SMALL LETTER U
|
||||||
|
0x76 0x0076 #LATIN SMALL LETTER V
|
||||||
|
0x77 0x0077 #LATIN SMALL LETTER W
|
||||||
|
0x78 0x0078 #LATIN SMALL LETTER X
|
||||||
|
0x79 0x0079 #LATIN SMALL LETTER Y
|
||||||
|
0x7a 0x007a #LATIN SMALL LETTER Z
|
||||||
|
0x7b 0x007b #LEFT CURLY BRACKET
|
||||||
|
0x7c 0x007c #VERTICAL LINE
|
||||||
|
0x7d 0x007d #RIGHT CURLY BRACKET
|
||||||
|
0x7e 0x007e #TILDE
|
||||||
|
0x7f 0x007f #DELETE
|
||||||
|
0x80 0x00c7 #LATIN CAPITAL LETTER C WITH CEDILLA
|
||||||
|
0x81 0x00fc #LATIN SMALL LETTER U WITH DIAERESIS
|
||||||
|
0x82 0x00e9 #LATIN SMALL LETTER E WITH ACUTE
|
||||||
|
0x83 0x00e2 #LATIN SMALL LETTER A WITH CIRCUMFLEX
|
||||||
|
0x84 0x00e4 #LATIN SMALL LETTER A WITH DIAERESIS
|
||||||
|
0x85 0x00e0 #LATIN SMALL LETTER A WITH GRAVE
|
||||||
|
0x86 0x00e5 #LATIN SMALL LETTER A WITH RING ABOVE
|
||||||
|
0x87 0x00e7 #LATIN SMALL LETTER C WITH CEDILLA
|
||||||
|
0x88 0x00ea #LATIN SMALL LETTER E WITH CIRCUMFLEX
|
||||||
|
0x89 0x00eb #LATIN SMALL LETTER E WITH DIAERESIS
|
||||||
|
0x8a 0x00e8 #LATIN SMALL LETTER E WITH GRAVE
|
||||||
|
0x8b 0x00d0 #LATIN CAPITAL LETTER ETH
|
||||||
|
0x8c 0x00f0 #LATIN SMALL LETTER ETH
|
||||||
|
0x8d 0x00de #LATIN CAPITAL LETTER THORN
|
||||||
|
0x8e 0x00c4 #LATIN CAPITAL LETTER A WITH DIAERESIS
|
||||||
|
0x8f 0x00c5 #LATIN CAPITAL LETTER A WITH RING ABOVE
|
||||||
|
0x90 0x00c9 #LATIN CAPITAL LETTER E WITH ACUTE
|
||||||
|
0x91 0x00e6 #LATIN SMALL LIGATURE AE
|
||||||
|
0x92 0x00c6 #LATIN CAPITAL LIGATURE AE
|
||||||
|
0x93 0x00f4 #LATIN SMALL LETTER O WITH CIRCUMFLEX
|
||||||
|
0x94 0x00f6 #LATIN SMALL LETTER O WITH DIAERESIS
|
||||||
|
0x95 0x00fe #LATIN SMALL LETTER THORN
|
||||||
|
0x96 0x00fb #LATIN SMALL LETTER U WITH CIRCUMFLEX
|
||||||
|
0x97 0x00dd #LATIN CAPITAL LETTER Y WITH ACUTE
|
||||||
|
0x98 0x00fd #LATIN SMALL LETTER Y WITH ACUTE
|
||||||
|
0x99 0x00d6 #LATIN CAPITAL LETTER O WITH DIAERESIS
|
||||||
|
0x9a 0x00dc #LATIN CAPITAL LETTER U WITH DIAERESIS
|
||||||
|
0x9b 0x00f8 #LATIN SMALL LETTER O WITH STROKE
|
||||||
|
0x9c 0x00a3 #POUND SIGN
|
||||||
|
0x9d 0x00d8 #LATIN CAPITAL LETTER O WITH STROKE
|
||||||
|
0x9e 0x20a7 #PESETA SIGN
|
||||||
|
0x9f 0x0192 #LATIN SMALL LETTER F WITH HOOK
|
||||||
|
0xa0 0x00e1 #LATIN SMALL LETTER A WITH ACUTE
|
||||||
|
0xa1 0x00ed #LATIN SMALL LETTER I WITH ACUTE
|
||||||
|
0xa2 0x00f3 #LATIN SMALL LETTER O WITH ACUTE
|
||||||
|
0xa3 0x00fa #LATIN SMALL LETTER U WITH ACUTE
|
||||||
|
0xa4 0x00c1 #LATIN CAPITAL LETTER A WITH ACUTE
|
||||||
|
0xa5 0x00cd #LATIN CAPITAL LETTER I WITH ACUTE
|
||||||
|
0xa6 0x00d3 #LATIN CAPITAL LETTER O WITH ACUTE
|
||||||
|
0xa7 0x00da #LATIN CAPITAL LETTER U WITH ACUTE
|
||||||
|
0xa8 0x00bf #INVERTED QUESTION MARK
|
||||||
|
0xa9 0x2310 #REVERSED NOT SIGN
|
||||||
|
0xaa 0x00ac #NOT SIGN
|
||||||
|
0xab 0x00bd #VULGAR FRACTION ONE HALF
|
||||||
|
0xac 0x00bc #VULGAR FRACTION ONE QUARTER
|
||||||
|
0xad 0x00a1 #INVERTED EXCLAMATION MARK
|
||||||
|
0xae 0x00ab #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xaf 0x00bb #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xb0 0x2591 #LIGHT SHADE
|
||||||
|
0xb1 0x2592 #MEDIUM SHADE
|
||||||
|
0xb2 0x2593 #DARK SHADE
|
||||||
|
0xb3 0x2502 #BOX DRAWINGS LIGHT VERTICAL
|
||||||
|
0xb4 0x2524 #BOX DRAWINGS LIGHT VERTICAL AND LEFT
|
||||||
|
0xb5 0x2561 #BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
|
||||||
|
0xb6 0x2562 #BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
|
||||||
|
0xb7 0x2556 #BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
|
||||||
|
0xb8 0x2555 #BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
|
||||||
|
0xb9 0x2563 #BOX DRAWINGS DOUBLE VERTICAL AND LEFT
|
||||||
|
0xba 0x2551 #BOX DRAWINGS DOUBLE VERTICAL
|
||||||
|
0xbb 0x2557 #BOX DRAWINGS DOUBLE DOWN AND LEFT
|
||||||
|
0xbc 0x255d #BOX DRAWINGS DOUBLE UP AND LEFT
|
||||||
|
0xbd 0x255c #BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
|
||||||
|
0xbe 0x255b #BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
|
||||||
|
0xbf 0x2510 #BOX DRAWINGS LIGHT DOWN AND LEFT
|
||||||
|
0xc0 0x2514 #BOX DRAWINGS LIGHT UP AND RIGHT
|
||||||
|
0xc1 0x2534 #BOX DRAWINGS LIGHT UP AND HORIZONTAL
|
||||||
|
0xc2 0x252c #BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
|
||||||
|
0xc3 0x251c #BOX DRAWINGS LIGHT VERTICAL AND RIGHT
|
||||||
|
0xc4 0x2500 #BOX DRAWINGS LIGHT HORIZONTAL
|
||||||
|
0xc5 0x253c #BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
|
||||||
|
0xc6 0x255e #BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
|
||||||
|
0xc7 0x255f #BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
|
||||||
|
0xc8 0x255a #BOX DRAWINGS DOUBLE UP AND RIGHT
|
||||||
|
0xc9 0x2554 #BOX DRAWINGS DOUBLE DOWN AND RIGHT
|
||||||
|
0xca 0x2569 #BOX DRAWINGS DOUBLE UP AND HORIZONTAL
|
||||||
|
0xcb 0x2566 #BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
|
||||||
|
0xcc 0x2560 #BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
|
||||||
|
0xcd 0x2550 #BOX DRAWINGS DOUBLE HORIZONTAL
|
||||||
|
0xce 0x256c #BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
|
||||||
|
0xcf 0x2567 #BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd0 0x2568 #BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd1 0x2564 #BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd2 0x2565 #BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd3 0x2559 #BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
|
||||||
|
0xd4 0x2558 #BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
|
||||||
|
0xd5 0x2552 #BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
|
||||||
|
0xd6 0x2553 #BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
|
||||||
|
0xd7 0x256b #BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd8 0x256a #BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd9 0x2518 #BOX DRAWINGS LIGHT UP AND LEFT
|
||||||
|
0xda 0x250c #BOX DRAWINGS LIGHT DOWN AND RIGHT
|
||||||
|
0xdb 0x2588 #FULL BLOCK
|
||||||
|
0xdc 0x2584 #LOWER HALF BLOCK
|
||||||
|
0xdd 0x258c #LEFT HALF BLOCK
|
||||||
|
0xde 0x2590 #RIGHT HALF BLOCK
|
||||||
|
0xdf 0x2580 #UPPER HALF BLOCK
|
||||||
|
0xe0 0x03b1 #GREEK SMALL LETTER ALPHA
|
||||||
|
0xe1 0x00df #LATIN SMALL LETTER SHARP S
|
||||||
|
0xe2 0x0393 #GREEK CAPITAL LETTER GAMMA
|
||||||
|
0xe3 0x03c0 #GREEK SMALL LETTER PI
|
||||||
|
0xe4 0x03a3 #GREEK CAPITAL LETTER SIGMA
|
||||||
|
0xe5 0x03c3 #GREEK SMALL LETTER SIGMA
|
||||||
|
0xe6 0x00b5 #MICRO SIGN
|
||||||
|
0xe7 0x03c4 #GREEK SMALL LETTER TAU
|
||||||
|
0xe8 0x03a6 #GREEK CAPITAL LETTER PHI
|
||||||
|
0xe9 0x0398 #GREEK CAPITAL LETTER THETA
|
||||||
|
0xea 0x03a9 #GREEK CAPITAL LETTER OMEGA
|
||||||
|
0xeb 0x03b4 #GREEK SMALL LETTER DELTA
|
||||||
|
0xec 0x221e #INFINITY
|
||||||
|
0xed 0x03c6 #GREEK SMALL LETTER PHI
|
||||||
|
0xee 0x03b5 #GREEK SMALL LETTER EPSILON
|
||||||
|
0xef 0x2229 #INTERSECTION
|
||||||
|
0xf0 0x2261 #IDENTICAL TO
|
||||||
|
0xf1 0x00b1 #PLUS-MINUS SIGN
|
||||||
|
0xf2 0x2265 #GREATER-THAN OR EQUAL TO
|
||||||
|
0xf3 0x2264 #LESS-THAN OR EQUAL TO
|
||||||
|
0xf4 0x2320 #TOP HALF INTEGRAL
|
||||||
|
0xf5 0x2321 #BOTTOM HALF INTEGRAL
|
||||||
|
0xf6 0x00f7 #DIVISION SIGN
|
||||||
|
0xf7 0x2248 #ALMOST EQUAL TO
|
||||||
|
0xf8 0x00b0 #DEGREE SIGN
|
||||||
|
0xf9 0x2219 #BULLET OPERATOR
|
||||||
|
0xfa 0x00b7 #MIDDLE DOT
|
||||||
|
0xfb 0x221a #SQUARE ROOT
|
||||||
|
0xfc 0x207f #SUPERSCRIPT LATIN SMALL LETTER N
|
||||||
|
0xfd 0x00b2 #SUPERSCRIPT TWO
|
||||||
|
0xfe 0x25a0 #BLACK SQUARE
|
||||||
|
0xff 0x00a0 #NO-BREAK SPACE
|
||||||
256
Data/Encoding/CP862.mapping
Normal file
256
Data/Encoding/CP862.mapping
Normal file
@ -0,0 +1,256 @@
|
|||||||
|
0x00 0x0000 #NULL
|
||||||
|
0x01 0x0001 #START OF HEADING
|
||||||
|
0x02 0x0002 #START OF TEXT
|
||||||
|
0x03 0x0003 #END OF TEXT
|
||||||
|
0x04 0x0004 #END OF TRANSMISSION
|
||||||
|
0x05 0x0005 #ENQUIRY
|
||||||
|
0x06 0x0006 #ACKNOWLEDGE
|
||||||
|
0x07 0x0007 #BELL
|
||||||
|
0x08 0x0008 #BACKSPACE
|
||||||
|
0x09 0x0009 #HORIZONTAL TABULATION
|
||||||
|
0x0a 0x000a #LINE FEED
|
||||||
|
0x0b 0x000b #VERTICAL TABULATION
|
||||||
|
0x0c 0x000c #FORM FEED
|
||||||
|
0x0d 0x000d #CARRIAGE RETURN
|
||||||
|
0x0e 0x000e #SHIFT OUT
|
||||||
|
0x0f 0x000f #SHIFT IN
|
||||||
|
0x10 0x0010 #DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 #DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 #DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 #DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 #DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 #SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 #CANCEL
|
||||||
|
0x19 0x0019 #END OF MEDIUM
|
||||||
|
0x1a 0x001a #SUBSTITUTE
|
||||||
|
0x1b 0x001b #ESCAPE
|
||||||
|
0x1c 0x001c #FILE SEPARATOR
|
||||||
|
0x1d 0x001d #GROUP SEPARATOR
|
||||||
|
0x1e 0x001e #RECORD SEPARATOR
|
||||||
|
0x1f 0x001f #UNIT SEPARATOR
|
||||||
|
0x20 0x0020 #SPACE
|
||||||
|
0x21 0x0021 #EXCLAMATION MARK
|
||||||
|
0x22 0x0022 #QUOTATION MARK
|
||||||
|
0x23 0x0023 #NUMBER SIGN
|
||||||
|
0x24 0x0024 #DOLLAR SIGN
|
||||||
|
0x25 0x0025 #PERCENT SIGN
|
||||||
|
0x26 0x0026 #AMPERSAND
|
||||||
|
0x27 0x0027 #APOSTROPHE
|
||||||
|
0x28 0x0028 #LEFT PARENTHESIS
|
||||||
|
0x29 0x0029 #RIGHT PARENTHESIS
|
||||||
|
0x2a 0x002a #ASTERISK
|
||||||
|
0x2b 0x002b #PLUS SIGN
|
||||||
|
0x2c 0x002c #COMMA
|
||||||
|
0x2d 0x002d #HYPHEN-MINUS
|
||||||
|
0x2e 0x002e #FULL STOP
|
||||||
|
0x2f 0x002f #SOLIDUS
|
||||||
|
0x30 0x0030 #DIGIT ZERO
|
||||||
|
0x31 0x0031 #DIGIT ONE
|
||||||
|
0x32 0x0032 #DIGIT TWO
|
||||||
|
0x33 0x0033 #DIGIT THREE
|
||||||
|
0x34 0x0034 #DIGIT FOUR
|
||||||
|
0x35 0x0035 #DIGIT FIVE
|
||||||
|
0x36 0x0036 #DIGIT SIX
|
||||||
|
0x37 0x0037 #DIGIT SEVEN
|
||||||
|
0x38 0x0038 #DIGIT EIGHT
|
||||||
|
0x39 0x0039 #DIGIT NINE
|
||||||
|
0x3a 0x003a #COLON
|
||||||
|
0x3b 0x003b #SEMICOLON
|
||||||
|
0x3c 0x003c #LESS-THAN SIGN
|
||||||
|
0x3d 0x003d #EQUALS SIGN
|
||||||
|
0x3e 0x003e #GREATER-THAN SIGN
|
||||||
|
0x3f 0x003f #QUESTION MARK
|
||||||
|
0x40 0x0040 #COMMERCIAL AT
|
||||||
|
0x41 0x0041 #LATIN CAPITAL LETTER A
|
||||||
|
0x42 0x0042 #LATIN CAPITAL LETTER B
|
||||||
|
0x43 0x0043 #LATIN CAPITAL LETTER C
|
||||||
|
0x44 0x0044 #LATIN CAPITAL LETTER D
|
||||||
|
0x45 0x0045 #LATIN CAPITAL LETTER E
|
||||||
|
0x46 0x0046 #LATIN CAPITAL LETTER F
|
||||||
|
0x47 0x0047 #LATIN CAPITAL LETTER G
|
||||||
|
0x48 0x0048 #LATIN CAPITAL LETTER H
|
||||||
|
0x49 0x0049 #LATIN CAPITAL LETTER I
|
||||||
|
0x4a 0x004a #LATIN CAPITAL LETTER J
|
||||||
|
0x4b 0x004b #LATIN CAPITAL LETTER K
|
||||||
|
0x4c 0x004c #LATIN CAPITAL LETTER L
|
||||||
|
0x4d 0x004d #LATIN CAPITAL LETTER M
|
||||||
|
0x4e 0x004e #LATIN CAPITAL LETTER N
|
||||||
|
0x4f 0x004f #LATIN CAPITAL LETTER O
|
||||||
|
0x50 0x0050 #LATIN CAPITAL LETTER P
|
||||||
|
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
||||||
|
0x52 0x0052 #LATIN CAPITAL LETTER R
|
||||||
|
0x53 0x0053 #LATIN CAPITAL LETTER S
|
||||||
|
0x54 0x0054 #LATIN CAPITAL LETTER T
|
||||||
|
0x55 0x0055 #LATIN CAPITAL LETTER U
|
||||||
|
0x56 0x0056 #LATIN CAPITAL LETTER V
|
||||||
|
0x57 0x0057 #LATIN CAPITAL LETTER W
|
||||||
|
0x58 0x0058 #LATIN CAPITAL LETTER X
|
||||||
|
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
||||||
|
0x5a 0x005a #LATIN CAPITAL LETTER Z
|
||||||
|
0x5b 0x005b #LEFT SQUARE BRACKET
|
||||||
|
0x5c 0x005c #REVERSE SOLIDUS
|
||||||
|
0x5d 0x005d #RIGHT SQUARE BRACKET
|
||||||
|
0x5e 0x005e #CIRCUMFLEX ACCENT
|
||||||
|
0x5f 0x005f #LOW LINE
|
||||||
|
0x60 0x0060 #GRAVE ACCENT
|
||||||
|
0x61 0x0061 #LATIN SMALL LETTER A
|
||||||
|
0x62 0x0062 #LATIN SMALL LETTER B
|
||||||
|
0x63 0x0063 #LATIN SMALL LETTER C
|
||||||
|
0x64 0x0064 #LATIN SMALL LETTER D
|
||||||
|
0x65 0x0065 #LATIN SMALL LETTER E
|
||||||
|
0x66 0x0066 #LATIN SMALL LETTER F
|
||||||
|
0x67 0x0067 #LATIN SMALL LETTER G
|
||||||
|
0x68 0x0068 #LATIN SMALL LETTER H
|
||||||
|
0x69 0x0069 #LATIN SMALL LETTER I
|
||||||
|
0x6a 0x006a #LATIN SMALL LETTER J
|
||||||
|
0x6b 0x006b #LATIN SMALL LETTER K
|
||||||
|
0x6c 0x006c #LATIN SMALL LETTER L
|
||||||
|
0x6d 0x006d #LATIN SMALL LETTER M
|
||||||
|
0x6e 0x006e #LATIN SMALL LETTER N
|
||||||
|
0x6f 0x006f #LATIN SMALL LETTER O
|
||||||
|
0x70 0x0070 #LATIN SMALL LETTER P
|
||||||
|
0x71 0x0071 #LATIN SMALL LETTER Q
|
||||||
|
0x72 0x0072 #LATIN SMALL LETTER R
|
||||||
|
0x73 0x0073 #LATIN SMALL LETTER S
|
||||||
|
0x74 0x0074 #LATIN SMALL LETTER T
|
||||||
|
0x75 0x0075 #LATIN SMALL LETTER U
|
||||||
|
0x76 0x0076 #LATIN SMALL LETTER V
|
||||||
|
0x77 0x0077 #LATIN SMALL LETTER W
|
||||||
|
0x78 0x0078 #LATIN SMALL LETTER X
|
||||||
|
0x79 0x0079 #LATIN SMALL LETTER Y
|
||||||
|
0x7a 0x007a #LATIN SMALL LETTER Z
|
||||||
|
0x7b 0x007b #LEFT CURLY BRACKET
|
||||||
|
0x7c 0x007c #VERTICAL LINE
|
||||||
|
0x7d 0x007d #RIGHT CURLY BRACKET
|
||||||
|
0x7e 0x007e #TILDE
|
||||||
|
0x7f 0x007f #DELETE
|
||||||
|
0x80 0x05d0 #HEBREW LETTER ALEF
|
||||||
|
0x81 0x05d1 #HEBREW LETTER BET
|
||||||
|
0x82 0x05d2 #HEBREW LETTER GIMEL
|
||||||
|
0x83 0x05d3 #HEBREW LETTER DALET
|
||||||
|
0x84 0x05d4 #HEBREW LETTER HE
|
||||||
|
0x85 0x05d5 #HEBREW LETTER VAV
|
||||||
|
0x86 0x05d6 #HEBREW LETTER ZAYIN
|
||||||
|
0x87 0x05d7 #HEBREW LETTER HET
|
||||||
|
0x88 0x05d8 #HEBREW LETTER TET
|
||||||
|
0x89 0x05d9 #HEBREW LETTER YOD
|
||||||
|
0x8a 0x05da #HEBREW LETTER FINAL KAF
|
||||||
|
0x8b 0x05db #HEBREW LETTER KAF
|
||||||
|
0x8c 0x05dc #HEBREW LETTER LAMED
|
||||||
|
0x8d 0x05dd #HEBREW LETTER FINAL MEM
|
||||||
|
0x8e 0x05de #HEBREW LETTER MEM
|
||||||
|
0x8f 0x05df #HEBREW LETTER FINAL NUN
|
||||||
|
0x90 0x05e0 #HEBREW LETTER NUN
|
||||||
|
0x91 0x05e1 #HEBREW LETTER SAMEKH
|
||||||
|
0x92 0x05e2 #HEBREW LETTER AYIN
|
||||||
|
0x93 0x05e3 #HEBREW LETTER FINAL PE
|
||||||
|
0x94 0x05e4 #HEBREW LETTER PE
|
||||||
|
0x95 0x05e5 #HEBREW LETTER FINAL TSADI
|
||||||
|
0x96 0x05e6 #HEBREW LETTER TSADI
|
||||||
|
0x97 0x05e7 #HEBREW LETTER QOF
|
||||||
|
0x98 0x05e8 #HEBREW LETTER RESH
|
||||||
|
0x99 0x05e9 #HEBREW LETTER SHIN
|
||||||
|
0x9a 0x05ea #HEBREW LETTER TAV
|
||||||
|
0x9b 0x00a2 #CENT SIGN
|
||||||
|
0x9c 0x00a3 #POUND SIGN
|
||||||
|
0x9d 0x00a5 #YEN SIGN
|
||||||
|
0x9e 0x20a7 #PESETA SIGN
|
||||||
|
0x9f 0x0192 #LATIN SMALL LETTER F WITH HOOK
|
||||||
|
0xa0 0x00e1 #LATIN SMALL LETTER A WITH ACUTE
|
||||||
|
0xa1 0x00ed #LATIN SMALL LETTER I WITH ACUTE
|
||||||
|
0xa2 0x00f3 #LATIN SMALL LETTER O WITH ACUTE
|
||||||
|
0xa3 0x00fa #LATIN SMALL LETTER U WITH ACUTE
|
||||||
|
0xa4 0x00f1 #LATIN SMALL LETTER N WITH TILDE
|
||||||
|
0xa5 0x00d1 #LATIN CAPITAL LETTER N WITH TILDE
|
||||||
|
0xa6 0x00aa #FEMININE ORDINAL INDICATOR
|
||||||
|
0xa7 0x00ba #MASCULINE ORDINAL INDICATOR
|
||||||
|
0xa8 0x00bf #INVERTED QUESTION MARK
|
||||||
|
0xa9 0x2310 #REVERSED NOT SIGN
|
||||||
|
0xaa 0x00ac #NOT SIGN
|
||||||
|
0xab 0x00bd #VULGAR FRACTION ONE HALF
|
||||||
|
0xac 0x00bc #VULGAR FRACTION ONE QUARTER
|
||||||
|
0xad 0x00a1 #INVERTED EXCLAMATION MARK
|
||||||
|
0xae 0x00ab #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xaf 0x00bb #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xb0 0x2591 #LIGHT SHADE
|
||||||
|
0xb1 0x2592 #MEDIUM SHADE
|
||||||
|
0xb2 0x2593 #DARK SHADE
|
||||||
|
0xb3 0x2502 #BOX DRAWINGS LIGHT VERTICAL
|
||||||
|
0xb4 0x2524 #BOX DRAWINGS LIGHT VERTICAL AND LEFT
|
||||||
|
0xb5 0x2561 #BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
|
||||||
|
0xb6 0x2562 #BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
|
||||||
|
0xb7 0x2556 #BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
|
||||||
|
0xb8 0x2555 #BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
|
||||||
|
0xb9 0x2563 #BOX DRAWINGS DOUBLE VERTICAL AND LEFT
|
||||||
|
0xba 0x2551 #BOX DRAWINGS DOUBLE VERTICAL
|
||||||
|
0xbb 0x2557 #BOX DRAWINGS DOUBLE DOWN AND LEFT
|
||||||
|
0xbc 0x255d #BOX DRAWINGS DOUBLE UP AND LEFT
|
||||||
|
0xbd 0x255c #BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
|
||||||
|
0xbe 0x255b #BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
|
||||||
|
0xbf 0x2510 #BOX DRAWINGS LIGHT DOWN AND LEFT
|
||||||
|
0xc0 0x2514 #BOX DRAWINGS LIGHT UP AND RIGHT
|
||||||
|
0xc1 0x2534 #BOX DRAWINGS LIGHT UP AND HORIZONTAL
|
||||||
|
0xc2 0x252c #BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
|
||||||
|
0xc3 0x251c #BOX DRAWINGS LIGHT VERTICAL AND RIGHT
|
||||||
|
0xc4 0x2500 #BOX DRAWINGS LIGHT HORIZONTAL
|
||||||
|
0xc5 0x253c #BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
|
||||||
|
0xc6 0x255e #BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
|
||||||
|
0xc7 0x255f #BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
|
||||||
|
0xc8 0x255a #BOX DRAWINGS DOUBLE UP AND RIGHT
|
||||||
|
0xc9 0x2554 #BOX DRAWINGS DOUBLE DOWN AND RIGHT
|
||||||
|
0xca 0x2569 #BOX DRAWINGS DOUBLE UP AND HORIZONTAL
|
||||||
|
0xcb 0x2566 #BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
|
||||||
|
0xcc 0x2560 #BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
|
||||||
|
0xcd 0x2550 #BOX DRAWINGS DOUBLE HORIZONTAL
|
||||||
|
0xce 0x256c #BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
|
||||||
|
0xcf 0x2567 #BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd0 0x2568 #BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd1 0x2564 #BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd2 0x2565 #BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd3 0x2559 #BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
|
||||||
|
0xd4 0x2558 #BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
|
||||||
|
0xd5 0x2552 #BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
|
||||||
|
0xd6 0x2553 #BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
|
||||||
|
0xd7 0x256b #BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd8 0x256a #BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd9 0x2518 #BOX DRAWINGS LIGHT UP AND LEFT
|
||||||
|
0xda 0x250c #BOX DRAWINGS LIGHT DOWN AND RIGHT
|
||||||
|
0xdb 0x2588 #FULL BLOCK
|
||||||
|
0xdc 0x2584 #LOWER HALF BLOCK
|
||||||
|
0xdd 0x258c #LEFT HALF BLOCK
|
||||||
|
0xde 0x2590 #RIGHT HALF BLOCK
|
||||||
|
0xdf 0x2580 #UPPER HALF BLOCK
|
||||||
|
0xe0 0x03b1 #GREEK SMALL LETTER ALPHA
|
||||||
|
0xe1 0x00df #LATIN SMALL LETTER SHARP S (GERMAN)
|
||||||
|
0xe2 0x0393 #GREEK CAPITAL LETTER GAMMA
|
||||||
|
0xe3 0x03c0 #GREEK SMALL LETTER PI
|
||||||
|
0xe4 0x03a3 #GREEK CAPITAL LETTER SIGMA
|
||||||
|
0xe5 0x03c3 #GREEK SMALL LETTER SIGMA
|
||||||
|
0xe6 0x00b5 #MICRO SIGN
|
||||||
|
0xe7 0x03c4 #GREEK SMALL LETTER TAU
|
||||||
|
0xe8 0x03a6 #GREEK CAPITAL LETTER PHI
|
||||||
|
0xe9 0x0398 #GREEK CAPITAL LETTER THETA
|
||||||
|
0xea 0x03a9 #GREEK CAPITAL LETTER OMEGA
|
||||||
|
0xeb 0x03b4 #GREEK SMALL LETTER DELTA
|
||||||
|
0xec 0x221e #INFINITY
|
||||||
|
0xed 0x03c6 #GREEK SMALL LETTER PHI
|
||||||
|
0xee 0x03b5 #GREEK SMALL LETTER EPSILON
|
||||||
|
0xef 0x2229 #INTERSECTION
|
||||||
|
0xf0 0x2261 #IDENTICAL TO
|
||||||
|
0xf1 0x00b1 #PLUS-MINUS SIGN
|
||||||
|
0xf2 0x2265 #GREATER-THAN OR EQUAL TO
|
||||||
|
0xf3 0x2264 #LESS-THAN OR EQUAL TO
|
||||||
|
0xf4 0x2320 #TOP HALF INTEGRAL
|
||||||
|
0xf5 0x2321 #BOTTOM HALF INTEGRAL
|
||||||
|
0xf6 0x00f7 #DIVISION SIGN
|
||||||
|
0xf7 0x2248 #ALMOST EQUAL TO
|
||||||
|
0xf8 0x00b0 #DEGREE SIGN
|
||||||
|
0xf9 0x2219 #BULLET OPERATOR
|
||||||
|
0xfa 0x00b7 #MIDDLE DOT
|
||||||
|
0xfb 0x221a #SQUARE ROOT
|
||||||
|
0xfc 0x207f #SUPERSCRIPT LATIN SMALL LETTER N
|
||||||
|
0xfd 0x00b2 #SUPERSCRIPT TWO
|
||||||
|
0xfe 0x25a0 #BLACK SQUARE
|
||||||
|
0xff 0x00a0 #NO-BREAK SPACE
|
||||||
256
Data/Encoding/CP863.mapping
Normal file
256
Data/Encoding/CP863.mapping
Normal file
@ -0,0 +1,256 @@
|
|||||||
|
0x00 0x0000 #NULL
|
||||||
|
0x01 0x0001 #START OF HEADING
|
||||||
|
0x02 0x0002 #START OF TEXT
|
||||||
|
0x03 0x0003 #END OF TEXT
|
||||||
|
0x04 0x0004 #END OF TRANSMISSION
|
||||||
|
0x05 0x0005 #ENQUIRY
|
||||||
|
0x06 0x0006 #ACKNOWLEDGE
|
||||||
|
0x07 0x0007 #BELL
|
||||||
|
0x08 0x0008 #BACKSPACE
|
||||||
|
0x09 0x0009 #HORIZONTAL TABULATION
|
||||||
|
0x0a 0x000a #LINE FEED
|
||||||
|
0x0b 0x000b #VERTICAL TABULATION
|
||||||
|
0x0c 0x000c #FORM FEED
|
||||||
|
0x0d 0x000d #CARRIAGE RETURN
|
||||||
|
0x0e 0x000e #SHIFT OUT
|
||||||
|
0x0f 0x000f #SHIFT IN
|
||||||
|
0x10 0x0010 #DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 #DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 #DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 #DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 #DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 #SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 #CANCEL
|
||||||
|
0x19 0x0019 #END OF MEDIUM
|
||||||
|
0x1a 0x001a #SUBSTITUTE
|
||||||
|
0x1b 0x001b #ESCAPE
|
||||||
|
0x1c 0x001c #FILE SEPARATOR
|
||||||
|
0x1d 0x001d #GROUP SEPARATOR
|
||||||
|
0x1e 0x001e #RECORD SEPARATOR
|
||||||
|
0x1f 0x001f #UNIT SEPARATOR
|
||||||
|
0x20 0x0020 #SPACE
|
||||||
|
0x21 0x0021 #EXCLAMATION MARK
|
||||||
|
0x22 0x0022 #QUOTATION MARK
|
||||||
|
0x23 0x0023 #NUMBER SIGN
|
||||||
|
0x24 0x0024 #DOLLAR SIGN
|
||||||
|
0x25 0x0025 #PERCENT SIGN
|
||||||
|
0x26 0x0026 #AMPERSAND
|
||||||
|
0x27 0x0027 #APOSTROPHE
|
||||||
|
0x28 0x0028 #LEFT PARENTHESIS
|
||||||
|
0x29 0x0029 #RIGHT PARENTHESIS
|
||||||
|
0x2a 0x002a #ASTERISK
|
||||||
|
0x2b 0x002b #PLUS SIGN
|
||||||
|
0x2c 0x002c #COMMA
|
||||||
|
0x2d 0x002d #HYPHEN-MINUS
|
||||||
|
0x2e 0x002e #FULL STOP
|
||||||
|
0x2f 0x002f #SOLIDUS
|
||||||
|
0x30 0x0030 #DIGIT ZERO
|
||||||
|
0x31 0x0031 #DIGIT ONE
|
||||||
|
0x32 0x0032 #DIGIT TWO
|
||||||
|
0x33 0x0033 #DIGIT THREE
|
||||||
|
0x34 0x0034 #DIGIT FOUR
|
||||||
|
0x35 0x0035 #DIGIT FIVE
|
||||||
|
0x36 0x0036 #DIGIT SIX
|
||||||
|
0x37 0x0037 #DIGIT SEVEN
|
||||||
|
0x38 0x0038 #DIGIT EIGHT
|
||||||
|
0x39 0x0039 #DIGIT NINE
|
||||||
|
0x3a 0x003a #COLON
|
||||||
|
0x3b 0x003b #SEMICOLON
|
||||||
|
0x3c 0x003c #LESS-THAN SIGN
|
||||||
|
0x3d 0x003d #EQUALS SIGN
|
||||||
|
0x3e 0x003e #GREATER-THAN SIGN
|
||||||
|
0x3f 0x003f #QUESTION MARK
|
||||||
|
0x40 0x0040 #COMMERCIAL AT
|
||||||
|
0x41 0x0041 #LATIN CAPITAL LETTER A
|
||||||
|
0x42 0x0042 #LATIN CAPITAL LETTER B
|
||||||
|
0x43 0x0043 #LATIN CAPITAL LETTER C
|
||||||
|
0x44 0x0044 #LATIN CAPITAL LETTER D
|
||||||
|
0x45 0x0045 #LATIN CAPITAL LETTER E
|
||||||
|
0x46 0x0046 #LATIN CAPITAL LETTER F
|
||||||
|
0x47 0x0047 #LATIN CAPITAL LETTER G
|
||||||
|
0x48 0x0048 #LATIN CAPITAL LETTER H
|
||||||
|
0x49 0x0049 #LATIN CAPITAL LETTER I
|
||||||
|
0x4a 0x004a #LATIN CAPITAL LETTER J
|
||||||
|
0x4b 0x004b #LATIN CAPITAL LETTER K
|
||||||
|
0x4c 0x004c #LATIN CAPITAL LETTER L
|
||||||
|
0x4d 0x004d #LATIN CAPITAL LETTER M
|
||||||
|
0x4e 0x004e #LATIN CAPITAL LETTER N
|
||||||
|
0x4f 0x004f #LATIN CAPITAL LETTER O
|
||||||
|
0x50 0x0050 #LATIN CAPITAL LETTER P
|
||||||
|
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
||||||
|
0x52 0x0052 #LATIN CAPITAL LETTER R
|
||||||
|
0x53 0x0053 #LATIN CAPITAL LETTER S
|
||||||
|
0x54 0x0054 #LATIN CAPITAL LETTER T
|
||||||
|
0x55 0x0055 #LATIN CAPITAL LETTER U
|
||||||
|
0x56 0x0056 #LATIN CAPITAL LETTER V
|
||||||
|
0x57 0x0057 #LATIN CAPITAL LETTER W
|
||||||
|
0x58 0x0058 #LATIN CAPITAL LETTER X
|
||||||
|
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
||||||
|
0x5a 0x005a #LATIN CAPITAL LETTER Z
|
||||||
|
0x5b 0x005b #LEFT SQUARE BRACKET
|
||||||
|
0x5c 0x005c #REVERSE SOLIDUS
|
||||||
|
0x5d 0x005d #RIGHT SQUARE BRACKET
|
||||||
|
0x5e 0x005e #CIRCUMFLEX ACCENT
|
||||||
|
0x5f 0x005f #LOW LINE
|
||||||
|
0x60 0x0060 #GRAVE ACCENT
|
||||||
|
0x61 0x0061 #LATIN SMALL LETTER A
|
||||||
|
0x62 0x0062 #LATIN SMALL LETTER B
|
||||||
|
0x63 0x0063 #LATIN SMALL LETTER C
|
||||||
|
0x64 0x0064 #LATIN SMALL LETTER D
|
||||||
|
0x65 0x0065 #LATIN SMALL LETTER E
|
||||||
|
0x66 0x0066 #LATIN SMALL LETTER F
|
||||||
|
0x67 0x0067 #LATIN SMALL LETTER G
|
||||||
|
0x68 0x0068 #LATIN SMALL LETTER H
|
||||||
|
0x69 0x0069 #LATIN SMALL LETTER I
|
||||||
|
0x6a 0x006a #LATIN SMALL LETTER J
|
||||||
|
0x6b 0x006b #LATIN SMALL LETTER K
|
||||||
|
0x6c 0x006c #LATIN SMALL LETTER L
|
||||||
|
0x6d 0x006d #LATIN SMALL LETTER M
|
||||||
|
0x6e 0x006e #LATIN SMALL LETTER N
|
||||||
|
0x6f 0x006f #LATIN SMALL LETTER O
|
||||||
|
0x70 0x0070 #LATIN SMALL LETTER P
|
||||||
|
0x71 0x0071 #LATIN SMALL LETTER Q
|
||||||
|
0x72 0x0072 #LATIN SMALL LETTER R
|
||||||
|
0x73 0x0073 #LATIN SMALL LETTER S
|
||||||
|
0x74 0x0074 #LATIN SMALL LETTER T
|
||||||
|
0x75 0x0075 #LATIN SMALL LETTER U
|
||||||
|
0x76 0x0076 #LATIN SMALL LETTER V
|
||||||
|
0x77 0x0077 #LATIN SMALL LETTER W
|
||||||
|
0x78 0x0078 #LATIN SMALL LETTER X
|
||||||
|
0x79 0x0079 #LATIN SMALL LETTER Y
|
||||||
|
0x7a 0x007a #LATIN SMALL LETTER Z
|
||||||
|
0x7b 0x007b #LEFT CURLY BRACKET
|
||||||
|
0x7c 0x007c #VERTICAL LINE
|
||||||
|
0x7d 0x007d #RIGHT CURLY BRACKET
|
||||||
|
0x7e 0x007e #TILDE
|
||||||
|
0x7f 0x007f #DELETE
|
||||||
|
0x80 0x00c7 #LATIN CAPITAL LETTER C WITH CEDILLA
|
||||||
|
0x81 0x00fc #LATIN SMALL LETTER U WITH DIAERESIS
|
||||||
|
0x82 0x00e9 #LATIN SMALL LETTER E WITH ACUTE
|
||||||
|
0x83 0x00e2 #LATIN SMALL LETTER A WITH CIRCUMFLEX
|
||||||
|
0x84 0x00c2 #LATIN CAPITAL LETTER A WITH CIRCUMFLEX
|
||||||
|
0x85 0x00e0 #LATIN SMALL LETTER A WITH GRAVE
|
||||||
|
0x86 0x00b6 #PILCROW SIGN
|
||||||
|
0x87 0x00e7 #LATIN SMALL LETTER C WITH CEDILLA
|
||||||
|
0x88 0x00ea #LATIN SMALL LETTER E WITH CIRCUMFLEX
|
||||||
|
0x89 0x00eb #LATIN SMALL LETTER E WITH DIAERESIS
|
||||||
|
0x8a 0x00e8 #LATIN SMALL LETTER E WITH GRAVE
|
||||||
|
0x8b 0x00ef #LATIN SMALL LETTER I WITH DIAERESIS
|
||||||
|
0x8c 0x00ee #LATIN SMALL LETTER I WITH CIRCUMFLEX
|
||||||
|
0x8d 0x2017 #DOUBLE LOW LINE
|
||||||
|
0x8e 0x00c0 #LATIN CAPITAL LETTER A WITH GRAVE
|
||||||
|
0x8f 0x00a7 #SECTION SIGN
|
||||||
|
0x90 0x00c9 #LATIN CAPITAL LETTER E WITH ACUTE
|
||||||
|
0x91 0x00c8 #LATIN CAPITAL LETTER E WITH GRAVE
|
||||||
|
0x92 0x00ca #LATIN CAPITAL LETTER E WITH CIRCUMFLEX
|
||||||
|
0x93 0x00f4 #LATIN SMALL LETTER O WITH CIRCUMFLEX
|
||||||
|
0x94 0x00cb #LATIN CAPITAL LETTER E WITH DIAERESIS
|
||||||
|
0x95 0x00cf #LATIN CAPITAL LETTER I WITH DIAERESIS
|
||||||
|
0x96 0x00fb #LATIN SMALL LETTER U WITH CIRCUMFLEX
|
||||||
|
0x97 0x00f9 #LATIN SMALL LETTER U WITH GRAVE
|
||||||
|
0x98 0x00a4 #CURRENCY SIGN
|
||||||
|
0x99 0x00d4 #LATIN CAPITAL LETTER O WITH CIRCUMFLEX
|
||||||
|
0x9a 0x00dc #LATIN CAPITAL LETTER U WITH DIAERESIS
|
||||||
|
0x9b 0x00a2 #CENT SIGN
|
||||||
|
0x9c 0x00a3 #POUND SIGN
|
||||||
|
0x9d 0x00d9 #LATIN CAPITAL LETTER U WITH GRAVE
|
||||||
|
0x9e 0x00db #LATIN CAPITAL LETTER U WITH CIRCUMFLEX
|
||||||
|
0x9f 0x0192 #LATIN SMALL LETTER F WITH HOOK
|
||||||
|
0xa0 0x00a6 #BROKEN BAR
|
||||||
|
0xa1 0x00b4 #ACUTE ACCENT
|
||||||
|
0xa2 0x00f3 #LATIN SMALL LETTER O WITH ACUTE
|
||||||
|
0xa3 0x00fa #LATIN SMALL LETTER U WITH ACUTE
|
||||||
|
0xa4 0x00a8 #DIAERESIS
|
||||||
|
0xa5 0x00b8 #CEDILLA
|
||||||
|
0xa6 0x00b3 #SUPERSCRIPT THREE
|
||||||
|
0xa7 0x00af #MACRON
|
||||||
|
0xa8 0x00ce #LATIN CAPITAL LETTER I WITH CIRCUMFLEX
|
||||||
|
0xa9 0x2310 #REVERSED NOT SIGN
|
||||||
|
0xaa 0x00ac #NOT SIGN
|
||||||
|
0xab 0x00bd #VULGAR FRACTION ONE HALF
|
||||||
|
0xac 0x00bc #VULGAR FRACTION ONE QUARTER
|
||||||
|
0xad 0x00be #VULGAR FRACTION THREE QUARTERS
|
||||||
|
0xae 0x00ab #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xaf 0x00bb #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xb0 0x2591 #LIGHT SHADE
|
||||||
|
0xb1 0x2592 #MEDIUM SHADE
|
||||||
|
0xb2 0x2593 #DARK SHADE
|
||||||
|
0xb3 0x2502 #BOX DRAWINGS LIGHT VERTICAL
|
||||||
|
0xb4 0x2524 #BOX DRAWINGS LIGHT VERTICAL AND LEFT
|
||||||
|
0xb5 0x2561 #BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
|
||||||
|
0xb6 0x2562 #BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
|
||||||
|
0xb7 0x2556 #BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
|
||||||
|
0xb8 0x2555 #BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
|
||||||
|
0xb9 0x2563 #BOX DRAWINGS DOUBLE VERTICAL AND LEFT
|
||||||
|
0xba 0x2551 #BOX DRAWINGS DOUBLE VERTICAL
|
||||||
|
0xbb 0x2557 #BOX DRAWINGS DOUBLE DOWN AND LEFT
|
||||||
|
0xbc 0x255d #BOX DRAWINGS DOUBLE UP AND LEFT
|
||||||
|
0xbd 0x255c #BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
|
||||||
|
0xbe 0x255b #BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
|
||||||
|
0xbf 0x2510 #BOX DRAWINGS LIGHT DOWN AND LEFT
|
||||||
|
0xc0 0x2514 #BOX DRAWINGS LIGHT UP AND RIGHT
|
||||||
|
0xc1 0x2534 #BOX DRAWINGS LIGHT UP AND HORIZONTAL
|
||||||
|
0xc2 0x252c #BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
|
||||||
|
0xc3 0x251c #BOX DRAWINGS LIGHT VERTICAL AND RIGHT
|
||||||
|
0xc4 0x2500 #BOX DRAWINGS LIGHT HORIZONTAL
|
||||||
|
0xc5 0x253c #BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
|
||||||
|
0xc6 0x255e #BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
|
||||||
|
0xc7 0x255f #BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
|
||||||
|
0xc8 0x255a #BOX DRAWINGS DOUBLE UP AND RIGHT
|
||||||
|
0xc9 0x2554 #BOX DRAWINGS DOUBLE DOWN AND RIGHT
|
||||||
|
0xca 0x2569 #BOX DRAWINGS DOUBLE UP AND HORIZONTAL
|
||||||
|
0xcb 0x2566 #BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
|
||||||
|
0xcc 0x2560 #BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
|
||||||
|
0xcd 0x2550 #BOX DRAWINGS DOUBLE HORIZONTAL
|
||||||
|
0xce 0x256c #BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
|
||||||
|
0xcf 0x2567 #BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd0 0x2568 #BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd1 0x2564 #BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd2 0x2565 #BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd3 0x2559 #BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
|
||||||
|
0xd4 0x2558 #BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
|
||||||
|
0xd5 0x2552 #BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
|
||||||
|
0xd6 0x2553 #BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
|
||||||
|
0xd7 0x256b #BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd8 0x256a #BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd9 0x2518 #BOX DRAWINGS LIGHT UP AND LEFT
|
||||||
|
0xda 0x250c #BOX DRAWINGS LIGHT DOWN AND RIGHT
|
||||||
|
0xdb 0x2588 #FULL BLOCK
|
||||||
|
0xdc 0x2584 #LOWER HALF BLOCK
|
||||||
|
0xdd 0x258c #LEFT HALF BLOCK
|
||||||
|
0xde 0x2590 #RIGHT HALF BLOCK
|
||||||
|
0xdf 0x2580 #UPPER HALF BLOCK
|
||||||
|
0xe0 0x03b1 #GREEK SMALL LETTER ALPHA
|
||||||
|
0xe1 0x00df #LATIN SMALL LETTER SHARP S
|
||||||
|
0xe2 0x0393 #GREEK CAPITAL LETTER GAMMA
|
||||||
|
0xe3 0x03c0 #GREEK SMALL LETTER PI
|
||||||
|
0xe4 0x03a3 #GREEK CAPITAL LETTER SIGMA
|
||||||
|
0xe5 0x03c3 #GREEK SMALL LETTER SIGMA
|
||||||
|
0xe6 0x00b5 #MICRO SIGN
|
||||||
|
0xe7 0x03c4 #GREEK SMALL LETTER TAU
|
||||||
|
0xe8 0x03a6 #GREEK CAPITAL LETTER PHI
|
||||||
|
0xe9 0x0398 #GREEK CAPITAL LETTER THETA
|
||||||
|
0xea 0x03a9 #GREEK CAPITAL LETTER OMEGA
|
||||||
|
0xeb 0x03b4 #GREEK SMALL LETTER DELTA
|
||||||
|
0xec 0x221e #INFINITY
|
||||||
|
0xed 0x03c6 #GREEK SMALL LETTER PHI
|
||||||
|
0xee 0x03b5 #GREEK SMALL LETTER EPSILON
|
||||||
|
0xef 0x2229 #INTERSECTION
|
||||||
|
0xf0 0x2261 #IDENTICAL TO
|
||||||
|
0xf1 0x00b1 #PLUS-MINUS SIGN
|
||||||
|
0xf2 0x2265 #GREATER-THAN OR EQUAL TO
|
||||||
|
0xf3 0x2264 #LESS-THAN OR EQUAL TO
|
||||||
|
0xf4 0x2320 #TOP HALF INTEGRAL
|
||||||
|
0xf5 0x2321 #BOTTOM HALF INTEGRAL
|
||||||
|
0xf6 0x00f7 #DIVISION SIGN
|
||||||
|
0xf7 0x2248 #ALMOST EQUAL TO
|
||||||
|
0xf8 0x00b0 #DEGREE SIGN
|
||||||
|
0xf9 0x2219 #BULLET OPERATOR
|
||||||
|
0xfa 0x00b7 #MIDDLE DOT
|
||||||
|
0xfb 0x221a #SQUARE ROOT
|
||||||
|
0xfc 0x207f #SUPERSCRIPT LATIN SMALL LETTER N
|
||||||
|
0xfd 0x00b2 #SUPERSCRIPT TWO
|
||||||
|
0xfe 0x25a0 #BLACK SQUARE
|
||||||
|
0xff 0x00a0 #NO-BREAK SPACE
|
||||||
256
Data/Encoding/CP864.mapping
Normal file
256
Data/Encoding/CP864.mapping
Normal file
@ -0,0 +1,256 @@
|
|||||||
|
0x00 0x0000 #NULL
|
||||||
|
0x01 0x0001 #START OF HEADING
|
||||||
|
0x02 0x0002 #START OF TEXT
|
||||||
|
0x03 0x0003 #END OF TEXT
|
||||||
|
0x04 0x0004 #END OF TRANSMISSION
|
||||||
|
0x05 0x0005 #ENQUIRY
|
||||||
|
0x06 0x0006 #ACKNOWLEDGE
|
||||||
|
0x07 0x0007 #BELL
|
||||||
|
0x08 0x0008 #BACKSPACE
|
||||||
|
0x09 0x0009 #HORIZONTAL TABULATION
|
||||||
|
0x0a 0x000a #LINE FEED
|
||||||
|
0x0b 0x000b #VERTICAL TABULATION
|
||||||
|
0x0c 0x000c #FORM FEED
|
||||||
|
0x0d 0x000d #CARRIAGE RETURN
|
||||||
|
0x0e 0x000e #SHIFT OUT
|
||||||
|
0x0f 0x000f #SHIFT IN
|
||||||
|
0x10 0x0010 #DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 #DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 #DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 #DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 #DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 #SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 #CANCEL
|
||||||
|
0x19 0x0019 #END OF MEDIUM
|
||||||
|
0x1a 0x001a #SUBSTITUTE
|
||||||
|
0x1b 0x001b #ESCAPE
|
||||||
|
0x1c 0x001c #FILE SEPARATOR
|
||||||
|
0x1d 0x001d #GROUP SEPARATOR
|
||||||
|
0x1e 0x001e #RECORD SEPARATOR
|
||||||
|
0x1f 0x001f #UNIT SEPARATOR
|
||||||
|
0x20 0x0020 #SPACE
|
||||||
|
0x21 0x0021 #EXCLAMATION MARK
|
||||||
|
0x22 0x0022 #QUOTATION MARK
|
||||||
|
0x23 0x0023 #NUMBER SIGN
|
||||||
|
0x24 0x0024 #DOLLAR SIGN
|
||||||
|
0x25 0x066a #ARABIC PERCENT SIGN
|
||||||
|
0x26 0x0026 #AMPERSAND
|
||||||
|
0x27 0x0027 #APOSTROPHE
|
||||||
|
0x28 0x0028 #LEFT PARENTHESIS
|
||||||
|
0x29 0x0029 #RIGHT PARENTHESIS
|
||||||
|
0x2a 0x002a #ASTERISK
|
||||||
|
0x2b 0x002b #PLUS SIGN
|
||||||
|
0x2c 0x002c #COMMA
|
||||||
|
0x2d 0x002d #HYPHEN-MINUS
|
||||||
|
0x2e 0x002e #FULL STOP
|
||||||
|
0x2f 0x002f #SOLIDUS
|
||||||
|
0x30 0x0030 #DIGIT ZERO
|
||||||
|
0x31 0x0031 #DIGIT ONE
|
||||||
|
0x32 0x0032 #DIGIT TWO
|
||||||
|
0x33 0x0033 #DIGIT THREE
|
||||||
|
0x34 0x0034 #DIGIT FOUR
|
||||||
|
0x35 0x0035 #DIGIT FIVE
|
||||||
|
0x36 0x0036 #DIGIT SIX
|
||||||
|
0x37 0x0037 #DIGIT SEVEN
|
||||||
|
0x38 0x0038 #DIGIT EIGHT
|
||||||
|
0x39 0x0039 #DIGIT NINE
|
||||||
|
0x3a 0x003a #COLON
|
||||||
|
0x3b 0x003b #SEMICOLON
|
||||||
|
0x3c 0x003c #LESS-THAN SIGN
|
||||||
|
0x3d 0x003d #EQUALS SIGN
|
||||||
|
0x3e 0x003e #GREATER-THAN SIGN
|
||||||
|
0x3f 0x003f #QUESTION MARK
|
||||||
|
0x40 0x0040 #COMMERCIAL AT
|
||||||
|
0x41 0x0041 #LATIN CAPITAL LETTER A
|
||||||
|
0x42 0x0042 #LATIN CAPITAL LETTER B
|
||||||
|
0x43 0x0043 #LATIN CAPITAL LETTER C
|
||||||
|
0x44 0x0044 #LATIN CAPITAL LETTER D
|
||||||
|
0x45 0x0045 #LATIN CAPITAL LETTER E
|
||||||
|
0x46 0x0046 #LATIN CAPITAL LETTER F
|
||||||
|
0x47 0x0047 #LATIN CAPITAL LETTER G
|
||||||
|
0x48 0x0048 #LATIN CAPITAL LETTER H
|
||||||
|
0x49 0x0049 #LATIN CAPITAL LETTER I
|
||||||
|
0x4a 0x004a #LATIN CAPITAL LETTER J
|
||||||
|
0x4b 0x004b #LATIN CAPITAL LETTER K
|
||||||
|
0x4c 0x004c #LATIN CAPITAL LETTER L
|
||||||
|
0x4d 0x004d #LATIN CAPITAL LETTER M
|
||||||
|
0x4e 0x004e #LATIN CAPITAL LETTER N
|
||||||
|
0x4f 0x004f #LATIN CAPITAL LETTER O
|
||||||
|
0x50 0x0050 #LATIN CAPITAL LETTER P
|
||||||
|
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
||||||
|
0x52 0x0052 #LATIN CAPITAL LETTER R
|
||||||
|
0x53 0x0053 #LATIN CAPITAL LETTER S
|
||||||
|
0x54 0x0054 #LATIN CAPITAL LETTER T
|
||||||
|
0x55 0x0055 #LATIN CAPITAL LETTER U
|
||||||
|
0x56 0x0056 #LATIN CAPITAL LETTER V
|
||||||
|
0x57 0x0057 #LATIN CAPITAL LETTER W
|
||||||
|
0x58 0x0058 #LATIN CAPITAL LETTER X
|
||||||
|
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
||||||
|
0x5a 0x005a #LATIN CAPITAL LETTER Z
|
||||||
|
0x5b 0x005b #LEFT SQUARE BRACKET
|
||||||
|
0x5c 0x005c #REVERSE SOLIDUS
|
||||||
|
0x5d 0x005d #RIGHT SQUARE BRACKET
|
||||||
|
0x5e 0x005e #CIRCUMFLEX ACCENT
|
||||||
|
0x5f 0x005f #LOW LINE
|
||||||
|
0x60 0x0060 #GRAVE ACCENT
|
||||||
|
0x61 0x0061 #LATIN SMALL LETTER A
|
||||||
|
0x62 0x0062 #LATIN SMALL LETTER B
|
||||||
|
0x63 0x0063 #LATIN SMALL LETTER C
|
||||||
|
0x64 0x0064 #LATIN SMALL LETTER D
|
||||||
|
0x65 0x0065 #LATIN SMALL LETTER E
|
||||||
|
0x66 0x0066 #LATIN SMALL LETTER F
|
||||||
|
0x67 0x0067 #LATIN SMALL LETTER G
|
||||||
|
0x68 0x0068 #LATIN SMALL LETTER H
|
||||||
|
0x69 0x0069 #LATIN SMALL LETTER I
|
||||||
|
0x6a 0x006a #LATIN SMALL LETTER J
|
||||||
|
0x6b 0x006b #LATIN SMALL LETTER K
|
||||||
|
0x6c 0x006c #LATIN SMALL LETTER L
|
||||||
|
0x6d 0x006d #LATIN SMALL LETTER M
|
||||||
|
0x6e 0x006e #LATIN SMALL LETTER N
|
||||||
|
0x6f 0x006f #LATIN SMALL LETTER O
|
||||||
|
0x70 0x0070 #LATIN SMALL LETTER P
|
||||||
|
0x71 0x0071 #LATIN SMALL LETTER Q
|
||||||
|
0x72 0x0072 #LATIN SMALL LETTER R
|
||||||
|
0x73 0x0073 #LATIN SMALL LETTER S
|
||||||
|
0x74 0x0074 #LATIN SMALL LETTER T
|
||||||
|
0x75 0x0075 #LATIN SMALL LETTER U
|
||||||
|
0x76 0x0076 #LATIN SMALL LETTER V
|
||||||
|
0x77 0x0077 #LATIN SMALL LETTER W
|
||||||
|
0x78 0x0078 #LATIN SMALL LETTER X
|
||||||
|
0x79 0x0079 #LATIN SMALL LETTER Y
|
||||||
|
0x7a 0x007a #LATIN SMALL LETTER Z
|
||||||
|
0x7b 0x007b #LEFT CURLY BRACKET
|
||||||
|
0x7c 0x007c #VERTICAL LINE
|
||||||
|
0x7d 0x007d #RIGHT CURLY BRACKET
|
||||||
|
0x7e 0x007e #TILDE
|
||||||
|
0x7f 0x007f #DELETE
|
||||||
|
0x80 0x00b0 #DEGREE SIGN
|
||||||
|
0x81 0x00b7 #MIDDLE DOT
|
||||||
|
0x82 0x2219 #BULLET OPERATOR
|
||||||
|
0x83 0x221a #SQUARE ROOT
|
||||||
|
0x84 0x2592 #MEDIUM SHADE
|
||||||
|
0x85 0x2500 #FORMS LIGHT HORIZONTAL
|
||||||
|
0x86 0x2502 #FORMS LIGHT VERTICAL
|
||||||
|
0x87 0x253c #FORMS LIGHT VERTICAL AND HORIZONTAL
|
||||||
|
0x88 0x2524 #FORMS LIGHT VERTICAL AND LEFT
|
||||||
|
0x89 0x252c #FORMS LIGHT DOWN AND HORIZONTAL
|
||||||
|
0x8a 0x251c #FORMS LIGHT VERTICAL AND RIGHT
|
||||||
|
0x8b 0x2534 #FORMS LIGHT UP AND HORIZONTAL
|
||||||
|
0x8c 0x2510 #FORMS LIGHT DOWN AND LEFT
|
||||||
|
0x8d 0x250c #FORMS LIGHT DOWN AND RIGHT
|
||||||
|
0x8e 0x2514 #FORMS LIGHT UP AND RIGHT
|
||||||
|
0x8f 0x2518 #FORMS LIGHT UP AND LEFT
|
||||||
|
0x90 0x03b2 #GREEK SMALL BETA
|
||||||
|
0x91 0x221e #INFINITY
|
||||||
|
0x92 0x03c6 #GREEK SMALL PHI
|
||||||
|
0x93 0x00b1 #PLUS-OR-MINUS SIGN
|
||||||
|
0x94 0x00bd #FRACTION 1/2
|
||||||
|
0x95 0x00bc #FRACTION 1/4
|
||||||
|
0x96 0x2248 #ALMOST EQUAL TO
|
||||||
|
0x97 0x00ab #LEFT POINTING GUILLEMET
|
||||||
|
0x98 0x00bb #RIGHT POINTING GUILLEMET
|
||||||
|
0x99 0xfef7 #ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE ISOLATED FORM
|
||||||
|
0x9a 0xfef8 #ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE FINAL FORM
|
||||||
|
0x9b #UNDEFINED
|
||||||
|
0x9c #UNDEFINED
|
||||||
|
0x9d 0xfefb #ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM
|
||||||
|
0x9e 0xfefc #ARABIC LIGATURE LAM WITH ALEF FINAL FORM
|
||||||
|
0x9f #UNDEFINED
|
||||||
|
0xa0 0x00a0 #NON-BREAKING SPACE
|
||||||
|
0xa1 0x00ad #SOFT HYPHEN
|
||||||
|
0xa2 0xfe82 #ARABIC LETTER ALEF WITH MADDA ABOVE FINAL FORM
|
||||||
|
0xa3 0x00a3 #POUND SIGN
|
||||||
|
0xa4 0x00a4 #CURRENCY SIGN
|
||||||
|
0xa5 0xfe84 #ARABIC LETTER ALEF WITH HAMZA ABOVE FINAL FORM
|
||||||
|
0xa6 #UNDEFINED
|
||||||
|
0xa7 #UNDEFINED
|
||||||
|
0xa8 0xfe8e #ARABIC LETTER ALEF FINAL FORM
|
||||||
|
0xa9 0xfe8f #ARABIC LETTER BEH ISOLATED FORM
|
||||||
|
0xaa 0xfe95 #ARABIC LETTER TEH ISOLATED FORM
|
||||||
|
0xab 0xfe99 #ARABIC LETTER THEH ISOLATED FORM
|
||||||
|
0xac 0x060c #ARABIC COMMA
|
||||||
|
0xad 0xfe9d #ARABIC LETTER JEEM ISOLATED FORM
|
||||||
|
0xae 0xfea1 #ARABIC LETTER HAH ISOLATED FORM
|
||||||
|
0xaf 0xfea5 #ARABIC LETTER KHAH ISOLATED FORM
|
||||||
|
0xb0 0x0660 #ARABIC-INDIC DIGIT ZERO
|
||||||
|
0xb1 0x0661 #ARABIC-INDIC DIGIT ONE
|
||||||
|
0xb2 0x0662 #ARABIC-INDIC DIGIT TWO
|
||||||
|
0xb3 0x0663 #ARABIC-INDIC DIGIT THREE
|
||||||
|
0xb4 0x0664 #ARABIC-INDIC DIGIT FOUR
|
||||||
|
0xb5 0x0665 #ARABIC-INDIC DIGIT FIVE
|
||||||
|
0xb6 0x0666 #ARABIC-INDIC DIGIT SIX
|
||||||
|
0xb7 0x0667 #ARABIC-INDIC DIGIT SEVEN
|
||||||
|
0xb8 0x0668 #ARABIC-INDIC DIGIT EIGHT
|
||||||
|
0xb9 0x0669 #ARABIC-INDIC DIGIT NINE
|
||||||
|
0xba 0xfed1 #ARABIC LETTER FEH ISOLATED FORM
|
||||||
|
0xbb 0x061b #ARABIC SEMICOLON
|
||||||
|
0xbc 0xfeb1 #ARABIC LETTER SEEN ISOLATED FORM
|
||||||
|
0xbd 0xfeb5 #ARABIC LETTER SHEEN ISOLATED FORM
|
||||||
|
0xbe 0xfeb9 #ARABIC LETTER SAD ISOLATED FORM
|
||||||
|
0xbf 0x061f #ARABIC QUESTION MARK
|
||||||
|
0xc0 0x00a2 #CENT SIGN
|
||||||
|
0xc1 0xfe80 #ARABIC LETTER HAMZA ISOLATED FORM
|
||||||
|
0xc2 0xfe81 #ARABIC LETTER ALEF WITH MADDA ABOVE ISOLATED FORM
|
||||||
|
0xc3 0xfe83 #ARABIC LETTER ALEF WITH HAMZA ABOVE ISOLATED FORM
|
||||||
|
0xc4 0xfe85 #ARABIC LETTER WAW WITH HAMZA ABOVE ISOLATED FORM
|
||||||
|
0xc5 0xfeca #ARABIC LETTER AIN FINAL FORM
|
||||||
|
0xc6 0xfe8b #ARABIC LETTER YEH WITH HAMZA ABOVE INITIAL FORM
|
||||||
|
0xc7 0xfe8d #ARABIC LETTER ALEF ISOLATED FORM
|
||||||
|
0xc8 0xfe91 #ARABIC LETTER BEH INITIAL FORM
|
||||||
|
0xc9 0xfe93 #ARABIC LETTER TEH MARBUTA ISOLATED FORM
|
||||||
|
0xca 0xfe97 #ARABIC LETTER TEH INITIAL FORM
|
||||||
|
0xcb 0xfe9b #ARABIC LETTER THEH INITIAL FORM
|
||||||
|
0xcc 0xfe9f #ARABIC LETTER JEEM INITIAL FORM
|
||||||
|
0xcd 0xfea3 #ARABIC LETTER HAH INITIAL FORM
|
||||||
|
0xce 0xfea7 #ARABIC LETTER KHAH INITIAL FORM
|
||||||
|
0xcf 0xfea9 #ARABIC LETTER DAL ISOLATED FORM
|
||||||
|
0xd0 0xfeab #ARABIC LETTER THAL ISOLATED FORM
|
||||||
|
0xd1 0xfead #ARABIC LETTER REH ISOLATED FORM
|
||||||
|
0xd2 0xfeaf #ARABIC LETTER ZAIN ISOLATED FORM
|
||||||
|
0xd3 0xfeb3 #ARABIC LETTER SEEN INITIAL FORM
|
||||||
|
0xd4 0xfeb7 #ARABIC LETTER SHEEN INITIAL FORM
|
||||||
|
0xd5 0xfebb #ARABIC LETTER SAD INITIAL FORM
|
||||||
|
0xd6 0xfebf #ARABIC LETTER DAD INITIAL FORM
|
||||||
|
0xd7 0xfec1 #ARABIC LETTER TAH ISOLATED FORM
|
||||||
|
0xd8 0xfec5 #ARABIC LETTER ZAH ISOLATED FORM
|
||||||
|
0xd9 0xfecb #ARABIC LETTER AIN INITIAL FORM
|
||||||
|
0xda 0xfecf #ARABIC LETTER GHAIN INITIAL FORM
|
||||||
|
0xdb 0x00a6 #BROKEN VERTICAL BAR
|
||||||
|
0xdc 0x00ac #NOT SIGN
|
||||||
|
0xdd 0x00f7 #DIVISION SIGN
|
||||||
|
0xde 0x00d7 #MULTIPLICATION SIGN
|
||||||
|
0xdf 0xfec9 #ARABIC LETTER AIN ISOLATED FORM
|
||||||
|
0xe0 0x0640 #ARABIC TATWEEL
|
||||||
|
0xe1 0xfed3 #ARABIC LETTER FEH INITIAL FORM
|
||||||
|
0xe2 0xfed7 #ARABIC LETTER QAF INITIAL FORM
|
||||||
|
0xe3 0xfedb #ARABIC LETTER KAF INITIAL FORM
|
||||||
|
0xe4 0xfedf #ARABIC LETTER LAM INITIAL FORM
|
||||||
|
0xe5 0xfee3 #ARABIC LETTER MEEM INITIAL FORM
|
||||||
|
0xe6 0xfee7 #ARABIC LETTER NOON INITIAL FORM
|
||||||
|
0xe7 0xfeeb #ARABIC LETTER HEH INITIAL FORM
|
||||||
|
0xe8 0xfeed #ARABIC LETTER WAW ISOLATED FORM
|
||||||
|
0xe9 0xfeef #ARABIC LETTER ALEF MAKSURA ISOLATED FORM
|
||||||
|
0xea 0xfef3 #ARABIC LETTER YEH INITIAL FORM
|
||||||
|
0xeb 0xfebd #ARABIC LETTER DAD ISOLATED FORM
|
||||||
|
0xec 0xfecc #ARABIC LETTER AIN MEDIAL FORM
|
||||||
|
0xed 0xfece #ARABIC LETTER GHAIN FINAL FORM
|
||||||
|
0xee 0xfecd #ARABIC LETTER GHAIN ISOLATED FORM
|
||||||
|
0xef 0xfee1 #ARABIC LETTER MEEM ISOLATED FORM
|
||||||
|
0xf0 0xfe7d #ARABIC SHADDA MEDIAL FORM
|
||||||
|
0xf1 0x0651 #ARABIC SHADDAH
|
||||||
|
0xf2 0xfee5 #ARABIC LETTER NOON ISOLATED FORM
|
||||||
|
0xf3 0xfee9 #ARABIC LETTER HEH ISOLATED FORM
|
||||||
|
0xf4 0xfeec #ARABIC LETTER HEH MEDIAL FORM
|
||||||
|
0xf5 0xfef0 #ARABIC LETTER ALEF MAKSURA FINAL FORM
|
||||||
|
0xf6 0xfef2 #ARABIC LETTER YEH FINAL FORM
|
||||||
|
0xf7 0xfed0 #ARABIC LETTER GHAIN MEDIAL FORM
|
||||||
|
0xf8 0xfed5 #ARABIC LETTER QAF ISOLATED FORM
|
||||||
|
0xf9 0xfef5 #ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM
|
||||||
|
0xfa 0xfef6 #ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE FINAL FORM
|
||||||
|
0xfb 0xfedd #ARABIC LETTER LAM ISOLATED FORM
|
||||||
|
0xfc 0xfed9 #ARABIC LETTER KAF ISOLATED FORM
|
||||||
|
0xfd 0xfef1 #ARABIC LETTER YEH ISOLATED FORM
|
||||||
|
0xfe 0x25a0 #BLACK SQUARE
|
||||||
|
0xff #UNDEFINED
|
||||||
256
Data/Encoding/CP865.mapping
Normal file
256
Data/Encoding/CP865.mapping
Normal file
@ -0,0 +1,256 @@
|
|||||||
|
0x00 0x0000 #NULL
|
||||||
|
0x01 0x0001 #START OF HEADING
|
||||||
|
0x02 0x0002 #START OF TEXT
|
||||||
|
0x03 0x0003 #END OF TEXT
|
||||||
|
0x04 0x0004 #END OF TRANSMISSION
|
||||||
|
0x05 0x0005 #ENQUIRY
|
||||||
|
0x06 0x0006 #ACKNOWLEDGE
|
||||||
|
0x07 0x0007 #BELL
|
||||||
|
0x08 0x0008 #BACKSPACE
|
||||||
|
0x09 0x0009 #HORIZONTAL TABULATION
|
||||||
|
0x0a 0x000a #LINE FEED
|
||||||
|
0x0b 0x000b #VERTICAL TABULATION
|
||||||
|
0x0c 0x000c #FORM FEED
|
||||||
|
0x0d 0x000d #CARRIAGE RETURN
|
||||||
|
0x0e 0x000e #SHIFT OUT
|
||||||
|
0x0f 0x000f #SHIFT IN
|
||||||
|
0x10 0x0010 #DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 #DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 #DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 #DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 #DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 #SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 #CANCEL
|
||||||
|
0x19 0x0019 #END OF MEDIUM
|
||||||
|
0x1a 0x001a #SUBSTITUTE
|
||||||
|
0x1b 0x001b #ESCAPE
|
||||||
|
0x1c 0x001c #FILE SEPARATOR
|
||||||
|
0x1d 0x001d #GROUP SEPARATOR
|
||||||
|
0x1e 0x001e #RECORD SEPARATOR
|
||||||
|
0x1f 0x001f #UNIT SEPARATOR
|
||||||
|
0x20 0x0020 #SPACE
|
||||||
|
0x21 0x0021 #EXCLAMATION MARK
|
||||||
|
0x22 0x0022 #QUOTATION MARK
|
||||||
|
0x23 0x0023 #NUMBER SIGN
|
||||||
|
0x24 0x0024 #DOLLAR SIGN
|
||||||
|
0x25 0x0025 #PERCENT SIGN
|
||||||
|
0x26 0x0026 #AMPERSAND
|
||||||
|
0x27 0x0027 #APOSTROPHE
|
||||||
|
0x28 0x0028 #LEFT PARENTHESIS
|
||||||
|
0x29 0x0029 #RIGHT PARENTHESIS
|
||||||
|
0x2a 0x002a #ASTERISK
|
||||||
|
0x2b 0x002b #PLUS SIGN
|
||||||
|
0x2c 0x002c #COMMA
|
||||||
|
0x2d 0x002d #HYPHEN-MINUS
|
||||||
|
0x2e 0x002e #FULL STOP
|
||||||
|
0x2f 0x002f #SOLIDUS
|
||||||
|
0x30 0x0030 #DIGIT ZERO
|
||||||
|
0x31 0x0031 #DIGIT ONE
|
||||||
|
0x32 0x0032 #DIGIT TWO
|
||||||
|
0x33 0x0033 #DIGIT THREE
|
||||||
|
0x34 0x0034 #DIGIT FOUR
|
||||||
|
0x35 0x0035 #DIGIT FIVE
|
||||||
|
0x36 0x0036 #DIGIT SIX
|
||||||
|
0x37 0x0037 #DIGIT SEVEN
|
||||||
|
0x38 0x0038 #DIGIT EIGHT
|
||||||
|
0x39 0x0039 #DIGIT NINE
|
||||||
|
0x3a 0x003a #COLON
|
||||||
|
0x3b 0x003b #SEMICOLON
|
||||||
|
0x3c 0x003c #LESS-THAN SIGN
|
||||||
|
0x3d 0x003d #EQUALS SIGN
|
||||||
|
0x3e 0x003e #GREATER-THAN SIGN
|
||||||
|
0x3f 0x003f #QUESTION MARK
|
||||||
|
0x40 0x0040 #COMMERCIAL AT
|
||||||
|
0x41 0x0041 #LATIN CAPITAL LETTER A
|
||||||
|
0x42 0x0042 #LATIN CAPITAL LETTER B
|
||||||
|
0x43 0x0043 #LATIN CAPITAL LETTER C
|
||||||
|
0x44 0x0044 #LATIN CAPITAL LETTER D
|
||||||
|
0x45 0x0045 #LATIN CAPITAL LETTER E
|
||||||
|
0x46 0x0046 #LATIN CAPITAL LETTER F
|
||||||
|
0x47 0x0047 #LATIN CAPITAL LETTER G
|
||||||
|
0x48 0x0048 #LATIN CAPITAL LETTER H
|
||||||
|
0x49 0x0049 #LATIN CAPITAL LETTER I
|
||||||
|
0x4a 0x004a #LATIN CAPITAL LETTER J
|
||||||
|
0x4b 0x004b #LATIN CAPITAL LETTER K
|
||||||
|
0x4c 0x004c #LATIN CAPITAL LETTER L
|
||||||
|
0x4d 0x004d #LATIN CAPITAL LETTER M
|
||||||
|
0x4e 0x004e #LATIN CAPITAL LETTER N
|
||||||
|
0x4f 0x004f #LATIN CAPITAL LETTER O
|
||||||
|
0x50 0x0050 #LATIN CAPITAL LETTER P
|
||||||
|
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
||||||
|
0x52 0x0052 #LATIN CAPITAL LETTER R
|
||||||
|
0x53 0x0053 #LATIN CAPITAL LETTER S
|
||||||
|
0x54 0x0054 #LATIN CAPITAL LETTER T
|
||||||
|
0x55 0x0055 #LATIN CAPITAL LETTER U
|
||||||
|
0x56 0x0056 #LATIN CAPITAL LETTER V
|
||||||
|
0x57 0x0057 #LATIN CAPITAL LETTER W
|
||||||
|
0x58 0x0058 #LATIN CAPITAL LETTER X
|
||||||
|
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
||||||
|
0x5a 0x005a #LATIN CAPITAL LETTER Z
|
||||||
|
0x5b 0x005b #LEFT SQUARE BRACKET
|
||||||
|
0x5c 0x005c #REVERSE SOLIDUS
|
||||||
|
0x5d 0x005d #RIGHT SQUARE BRACKET
|
||||||
|
0x5e 0x005e #CIRCUMFLEX ACCENT
|
||||||
|
0x5f 0x005f #LOW LINE
|
||||||
|
0x60 0x0060 #GRAVE ACCENT
|
||||||
|
0x61 0x0061 #LATIN SMALL LETTER A
|
||||||
|
0x62 0x0062 #LATIN SMALL LETTER B
|
||||||
|
0x63 0x0063 #LATIN SMALL LETTER C
|
||||||
|
0x64 0x0064 #LATIN SMALL LETTER D
|
||||||
|
0x65 0x0065 #LATIN SMALL LETTER E
|
||||||
|
0x66 0x0066 #LATIN SMALL LETTER F
|
||||||
|
0x67 0x0067 #LATIN SMALL LETTER G
|
||||||
|
0x68 0x0068 #LATIN SMALL LETTER H
|
||||||
|
0x69 0x0069 #LATIN SMALL LETTER I
|
||||||
|
0x6a 0x006a #LATIN SMALL LETTER J
|
||||||
|
0x6b 0x006b #LATIN SMALL LETTER K
|
||||||
|
0x6c 0x006c #LATIN SMALL LETTER L
|
||||||
|
0x6d 0x006d #LATIN SMALL LETTER M
|
||||||
|
0x6e 0x006e #LATIN SMALL LETTER N
|
||||||
|
0x6f 0x006f #LATIN SMALL LETTER O
|
||||||
|
0x70 0x0070 #LATIN SMALL LETTER P
|
||||||
|
0x71 0x0071 #LATIN SMALL LETTER Q
|
||||||
|
0x72 0x0072 #LATIN SMALL LETTER R
|
||||||
|
0x73 0x0073 #LATIN SMALL LETTER S
|
||||||
|
0x74 0x0074 #LATIN SMALL LETTER T
|
||||||
|
0x75 0x0075 #LATIN SMALL LETTER U
|
||||||
|
0x76 0x0076 #LATIN SMALL LETTER V
|
||||||
|
0x77 0x0077 #LATIN SMALL LETTER W
|
||||||
|
0x78 0x0078 #LATIN SMALL LETTER X
|
||||||
|
0x79 0x0079 #LATIN SMALL LETTER Y
|
||||||
|
0x7a 0x007a #LATIN SMALL LETTER Z
|
||||||
|
0x7b 0x007b #LEFT CURLY BRACKET
|
||||||
|
0x7c 0x007c #VERTICAL LINE
|
||||||
|
0x7d 0x007d #RIGHT CURLY BRACKET
|
||||||
|
0x7e 0x007e #TILDE
|
||||||
|
0x7f 0x007f #DELETE
|
||||||
|
0x80 0x00c7 #LATIN CAPITAL LETTER C WITH CEDILLA
|
||||||
|
0x81 0x00fc #LATIN SMALL LETTER U WITH DIAERESIS
|
||||||
|
0x82 0x00e9 #LATIN SMALL LETTER E WITH ACUTE
|
||||||
|
0x83 0x00e2 #LATIN SMALL LETTER A WITH CIRCUMFLEX
|
||||||
|
0x84 0x00e4 #LATIN SMALL LETTER A WITH DIAERESIS
|
||||||
|
0x85 0x00e0 #LATIN SMALL LETTER A WITH GRAVE
|
||||||
|
0x86 0x00e5 #LATIN SMALL LETTER A WITH RING ABOVE
|
||||||
|
0x87 0x00e7 #LATIN SMALL LETTER C WITH CEDILLA
|
||||||
|
0x88 0x00ea #LATIN SMALL LETTER E WITH CIRCUMFLEX
|
||||||
|
0x89 0x00eb #LATIN SMALL LETTER E WITH DIAERESIS
|
||||||
|
0x8a 0x00e8 #LATIN SMALL LETTER E WITH GRAVE
|
||||||
|
0x8b 0x00ef #LATIN SMALL LETTER I WITH DIAERESIS
|
||||||
|
0x8c 0x00ee #LATIN SMALL LETTER I WITH CIRCUMFLEX
|
||||||
|
0x8d 0x00ec #LATIN SMALL LETTER I WITH GRAVE
|
||||||
|
0x8e 0x00c4 #LATIN CAPITAL LETTER A WITH DIAERESIS
|
||||||
|
0x8f 0x00c5 #LATIN CAPITAL LETTER A WITH RING ABOVE
|
||||||
|
0x90 0x00c9 #LATIN CAPITAL LETTER E WITH ACUTE
|
||||||
|
0x91 0x00e6 #LATIN SMALL LIGATURE AE
|
||||||
|
0x92 0x00c6 #LATIN CAPITAL LIGATURE AE
|
||||||
|
0x93 0x00f4 #LATIN SMALL LETTER O WITH CIRCUMFLEX
|
||||||
|
0x94 0x00f6 #LATIN SMALL LETTER O WITH DIAERESIS
|
||||||
|
0x95 0x00f2 #LATIN SMALL LETTER O WITH GRAVE
|
||||||
|
0x96 0x00fb #LATIN SMALL LETTER U WITH CIRCUMFLEX
|
||||||
|
0x97 0x00f9 #LATIN SMALL LETTER U WITH GRAVE
|
||||||
|
0x98 0x00ff #LATIN SMALL LETTER Y WITH DIAERESIS
|
||||||
|
0x99 0x00d6 #LATIN CAPITAL LETTER O WITH DIAERESIS
|
||||||
|
0x9a 0x00dc #LATIN CAPITAL LETTER U WITH DIAERESIS
|
||||||
|
0x9b 0x00f8 #LATIN SMALL LETTER O WITH STROKE
|
||||||
|
0x9c 0x00a3 #POUND SIGN
|
||||||
|
0x9d 0x00d8 #LATIN CAPITAL LETTER O WITH STROKE
|
||||||
|
0x9e 0x20a7 #PESETA SIGN
|
||||||
|
0x9f 0x0192 #LATIN SMALL LETTER F WITH HOOK
|
||||||
|
0xa0 0x00e1 #LATIN SMALL LETTER A WITH ACUTE
|
||||||
|
0xa1 0x00ed #LATIN SMALL LETTER I WITH ACUTE
|
||||||
|
0xa2 0x00f3 #LATIN SMALL LETTER O WITH ACUTE
|
||||||
|
0xa3 0x00fa #LATIN SMALL LETTER U WITH ACUTE
|
||||||
|
0xa4 0x00f1 #LATIN SMALL LETTER N WITH TILDE
|
||||||
|
0xa5 0x00d1 #LATIN CAPITAL LETTER N WITH TILDE
|
||||||
|
0xa6 0x00aa #FEMININE ORDINAL INDICATOR
|
||||||
|
0xa7 0x00ba #MASCULINE ORDINAL INDICATOR
|
||||||
|
0xa8 0x00bf #INVERTED QUESTION MARK
|
||||||
|
0xa9 0x2310 #REVERSED NOT SIGN
|
||||||
|
0xaa 0x00ac #NOT SIGN
|
||||||
|
0xab 0x00bd #VULGAR FRACTION ONE HALF
|
||||||
|
0xac 0x00bc #VULGAR FRACTION ONE QUARTER
|
||||||
|
0xad 0x00a1 #INVERTED EXCLAMATION MARK
|
||||||
|
0xae 0x00ab #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xaf 0x00a4 #CURRENCY SIGN
|
||||||
|
0xb0 0x2591 #LIGHT SHADE
|
||||||
|
0xb1 0x2592 #MEDIUM SHADE
|
||||||
|
0xb2 0x2593 #DARK SHADE
|
||||||
|
0xb3 0x2502 #BOX DRAWINGS LIGHT VERTICAL
|
||||||
|
0xb4 0x2524 #BOX DRAWINGS LIGHT VERTICAL AND LEFT
|
||||||
|
0xb5 0x2561 #BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
|
||||||
|
0xb6 0x2562 #BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
|
||||||
|
0xb7 0x2556 #BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
|
||||||
|
0xb8 0x2555 #BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
|
||||||
|
0xb9 0x2563 #BOX DRAWINGS DOUBLE VERTICAL AND LEFT
|
||||||
|
0xba 0x2551 #BOX DRAWINGS DOUBLE VERTICAL
|
||||||
|
0xbb 0x2557 #BOX DRAWINGS DOUBLE DOWN AND LEFT
|
||||||
|
0xbc 0x255d #BOX DRAWINGS DOUBLE UP AND LEFT
|
||||||
|
0xbd 0x255c #BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
|
||||||
|
0xbe 0x255b #BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
|
||||||
|
0xbf 0x2510 #BOX DRAWINGS LIGHT DOWN AND LEFT
|
||||||
|
0xc0 0x2514 #BOX DRAWINGS LIGHT UP AND RIGHT
|
||||||
|
0xc1 0x2534 #BOX DRAWINGS LIGHT UP AND HORIZONTAL
|
||||||
|
0xc2 0x252c #BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
|
||||||
|
0xc3 0x251c #BOX DRAWINGS LIGHT VERTICAL AND RIGHT
|
||||||
|
0xc4 0x2500 #BOX DRAWINGS LIGHT HORIZONTAL
|
||||||
|
0xc5 0x253c #BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
|
||||||
|
0xc6 0x255e #BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
|
||||||
|
0xc7 0x255f #BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
|
||||||
|
0xc8 0x255a #BOX DRAWINGS DOUBLE UP AND RIGHT
|
||||||
|
0xc9 0x2554 #BOX DRAWINGS DOUBLE DOWN AND RIGHT
|
||||||
|
0xca 0x2569 #BOX DRAWINGS DOUBLE UP AND HORIZONTAL
|
||||||
|
0xcb 0x2566 #BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
|
||||||
|
0xcc 0x2560 #BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
|
||||||
|
0xcd 0x2550 #BOX DRAWINGS DOUBLE HORIZONTAL
|
||||||
|
0xce 0x256c #BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
|
||||||
|
0xcf 0x2567 #BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd0 0x2568 #BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd1 0x2564 #BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd2 0x2565 #BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd3 0x2559 #BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
|
||||||
|
0xd4 0x2558 #BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
|
||||||
|
0xd5 0x2552 #BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
|
||||||
|
0xd6 0x2553 #BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
|
||||||
|
0xd7 0x256b #BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd8 0x256a #BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd9 0x2518 #BOX DRAWINGS LIGHT UP AND LEFT
|
||||||
|
0xda 0x250c #BOX DRAWINGS LIGHT DOWN AND RIGHT
|
||||||
|
0xdb 0x2588 #FULL BLOCK
|
||||||
|
0xdc 0x2584 #LOWER HALF BLOCK
|
||||||
|
0xdd 0x258c #LEFT HALF BLOCK
|
||||||
|
0xde 0x2590 #RIGHT HALF BLOCK
|
||||||
|
0xdf 0x2580 #UPPER HALF BLOCK
|
||||||
|
0xe0 0x03b1 #GREEK SMALL LETTER ALPHA
|
||||||
|
0xe1 0x00df #LATIN SMALL LETTER SHARP S
|
||||||
|
0xe2 0x0393 #GREEK CAPITAL LETTER GAMMA
|
||||||
|
0xe3 0x03c0 #GREEK SMALL LETTER PI
|
||||||
|
0xe4 0x03a3 #GREEK CAPITAL LETTER SIGMA
|
||||||
|
0xe5 0x03c3 #GREEK SMALL LETTER SIGMA
|
||||||
|
0xe6 0x00b5 #MICRO SIGN
|
||||||
|
0xe7 0x03c4 #GREEK SMALL LETTER TAU
|
||||||
|
0xe8 0x03a6 #GREEK CAPITAL LETTER PHI
|
||||||
|
0xe9 0x0398 #GREEK CAPITAL LETTER THETA
|
||||||
|
0xea 0x03a9 #GREEK CAPITAL LETTER OMEGA
|
||||||
|
0xeb 0x03b4 #GREEK SMALL LETTER DELTA
|
||||||
|
0xec 0x221e #INFINITY
|
||||||
|
0xed 0x03c6 #GREEK SMALL LETTER PHI
|
||||||
|
0xee 0x03b5 #GREEK SMALL LETTER EPSILON
|
||||||
|
0xef 0x2229 #INTERSECTION
|
||||||
|
0xf0 0x2261 #IDENTICAL TO
|
||||||
|
0xf1 0x00b1 #PLUS-MINUS SIGN
|
||||||
|
0xf2 0x2265 #GREATER-THAN OR EQUAL TO
|
||||||
|
0xf3 0x2264 #LESS-THAN OR EQUAL TO
|
||||||
|
0xf4 0x2320 #TOP HALF INTEGRAL
|
||||||
|
0xf5 0x2321 #BOTTOM HALF INTEGRAL
|
||||||
|
0xf6 0x00f7 #DIVISION SIGN
|
||||||
|
0xf7 0x2248 #ALMOST EQUAL TO
|
||||||
|
0xf8 0x00b0 #DEGREE SIGN
|
||||||
|
0xf9 0x2219 #BULLET OPERATOR
|
||||||
|
0xfa 0x00b7 #MIDDLE DOT
|
||||||
|
0xfb 0x221a #SQUARE ROOT
|
||||||
|
0xfc 0x207f #SUPERSCRIPT LATIN SMALL LETTER N
|
||||||
|
0xfd 0x00b2 #SUPERSCRIPT TWO
|
||||||
|
0xfe 0x25a0 #BLACK SQUARE
|
||||||
|
0xff 0x00a0 #NO-BREAK SPACE
|
||||||
256
Data/Encoding/CP866.mapping
Normal file
256
Data/Encoding/CP866.mapping
Normal file
@ -0,0 +1,256 @@
|
|||||||
|
0x00 0x0000 #NULL
|
||||||
|
0x01 0x0001 #START OF HEADING
|
||||||
|
0x02 0x0002 #START OF TEXT
|
||||||
|
0x03 0x0003 #END OF TEXT
|
||||||
|
0x04 0x0004 #END OF TRANSMISSION
|
||||||
|
0x05 0x0005 #ENQUIRY
|
||||||
|
0x06 0x0006 #ACKNOWLEDGE
|
||||||
|
0x07 0x0007 #BELL
|
||||||
|
0x08 0x0008 #BACKSPACE
|
||||||
|
0x09 0x0009 #HORIZONTAL TABULATION
|
||||||
|
0x0a 0x000a #LINE FEED
|
||||||
|
0x0b 0x000b #VERTICAL TABULATION
|
||||||
|
0x0c 0x000c #FORM FEED
|
||||||
|
0x0d 0x000d #CARRIAGE RETURN
|
||||||
|
0x0e 0x000e #SHIFT OUT
|
||||||
|
0x0f 0x000f #SHIFT IN
|
||||||
|
0x10 0x0010 #DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 #DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 #DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 #DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 #DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 #SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 #CANCEL
|
||||||
|
0x19 0x0019 #END OF MEDIUM
|
||||||
|
0x1a 0x001a #SUBSTITUTE
|
||||||
|
0x1b 0x001b #ESCAPE
|
||||||
|
0x1c 0x001c #FILE SEPARATOR
|
||||||
|
0x1d 0x001d #GROUP SEPARATOR
|
||||||
|
0x1e 0x001e #RECORD SEPARATOR
|
||||||
|
0x1f 0x001f #UNIT SEPARATOR
|
||||||
|
0x20 0x0020 #SPACE
|
||||||
|
0x21 0x0021 #EXCLAMATION MARK
|
||||||
|
0x22 0x0022 #QUOTATION MARK
|
||||||
|
0x23 0x0023 #NUMBER SIGN
|
||||||
|
0x24 0x0024 #DOLLAR SIGN
|
||||||
|
0x25 0x0025 #PERCENT SIGN
|
||||||
|
0x26 0x0026 #AMPERSAND
|
||||||
|
0x27 0x0027 #APOSTROPHE
|
||||||
|
0x28 0x0028 #LEFT PARENTHESIS
|
||||||
|
0x29 0x0029 #RIGHT PARENTHESIS
|
||||||
|
0x2a 0x002a #ASTERISK
|
||||||
|
0x2b 0x002b #PLUS SIGN
|
||||||
|
0x2c 0x002c #COMMA
|
||||||
|
0x2d 0x002d #HYPHEN-MINUS
|
||||||
|
0x2e 0x002e #FULL STOP
|
||||||
|
0x2f 0x002f #SOLIDUS
|
||||||
|
0x30 0x0030 #DIGIT ZERO
|
||||||
|
0x31 0x0031 #DIGIT ONE
|
||||||
|
0x32 0x0032 #DIGIT TWO
|
||||||
|
0x33 0x0033 #DIGIT THREE
|
||||||
|
0x34 0x0034 #DIGIT FOUR
|
||||||
|
0x35 0x0035 #DIGIT FIVE
|
||||||
|
0x36 0x0036 #DIGIT SIX
|
||||||
|
0x37 0x0037 #DIGIT SEVEN
|
||||||
|
0x38 0x0038 #DIGIT EIGHT
|
||||||
|
0x39 0x0039 #DIGIT NINE
|
||||||
|
0x3a 0x003a #COLON
|
||||||
|
0x3b 0x003b #SEMICOLON
|
||||||
|
0x3c 0x003c #LESS-THAN SIGN
|
||||||
|
0x3d 0x003d #EQUALS SIGN
|
||||||
|
0x3e 0x003e #GREATER-THAN SIGN
|
||||||
|
0x3f 0x003f #QUESTION MARK
|
||||||
|
0x40 0x0040 #COMMERCIAL AT
|
||||||
|
0x41 0x0041 #LATIN CAPITAL LETTER A
|
||||||
|
0x42 0x0042 #LATIN CAPITAL LETTER B
|
||||||
|
0x43 0x0043 #LATIN CAPITAL LETTER C
|
||||||
|
0x44 0x0044 #LATIN CAPITAL LETTER D
|
||||||
|
0x45 0x0045 #LATIN CAPITAL LETTER E
|
||||||
|
0x46 0x0046 #LATIN CAPITAL LETTER F
|
||||||
|
0x47 0x0047 #LATIN CAPITAL LETTER G
|
||||||
|
0x48 0x0048 #LATIN CAPITAL LETTER H
|
||||||
|
0x49 0x0049 #LATIN CAPITAL LETTER I
|
||||||
|
0x4a 0x004a #LATIN CAPITAL LETTER J
|
||||||
|
0x4b 0x004b #LATIN CAPITAL LETTER K
|
||||||
|
0x4c 0x004c #LATIN CAPITAL LETTER L
|
||||||
|
0x4d 0x004d #LATIN CAPITAL LETTER M
|
||||||
|
0x4e 0x004e #LATIN CAPITAL LETTER N
|
||||||
|
0x4f 0x004f #LATIN CAPITAL LETTER O
|
||||||
|
0x50 0x0050 #LATIN CAPITAL LETTER P
|
||||||
|
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
||||||
|
0x52 0x0052 #LATIN CAPITAL LETTER R
|
||||||
|
0x53 0x0053 #LATIN CAPITAL LETTER S
|
||||||
|
0x54 0x0054 #LATIN CAPITAL LETTER T
|
||||||
|
0x55 0x0055 #LATIN CAPITAL LETTER U
|
||||||
|
0x56 0x0056 #LATIN CAPITAL LETTER V
|
||||||
|
0x57 0x0057 #LATIN CAPITAL LETTER W
|
||||||
|
0x58 0x0058 #LATIN CAPITAL LETTER X
|
||||||
|
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
||||||
|
0x5a 0x005a #LATIN CAPITAL LETTER Z
|
||||||
|
0x5b 0x005b #LEFT SQUARE BRACKET
|
||||||
|
0x5c 0x005c #REVERSE SOLIDUS
|
||||||
|
0x5d 0x005d #RIGHT SQUARE BRACKET
|
||||||
|
0x5e 0x005e #CIRCUMFLEX ACCENT
|
||||||
|
0x5f 0x005f #LOW LINE
|
||||||
|
0x60 0x0060 #GRAVE ACCENT
|
||||||
|
0x61 0x0061 #LATIN SMALL LETTER A
|
||||||
|
0x62 0x0062 #LATIN SMALL LETTER B
|
||||||
|
0x63 0x0063 #LATIN SMALL LETTER C
|
||||||
|
0x64 0x0064 #LATIN SMALL LETTER D
|
||||||
|
0x65 0x0065 #LATIN SMALL LETTER E
|
||||||
|
0x66 0x0066 #LATIN SMALL LETTER F
|
||||||
|
0x67 0x0067 #LATIN SMALL LETTER G
|
||||||
|
0x68 0x0068 #LATIN SMALL LETTER H
|
||||||
|
0x69 0x0069 #LATIN SMALL LETTER I
|
||||||
|
0x6a 0x006a #LATIN SMALL LETTER J
|
||||||
|
0x6b 0x006b #LATIN SMALL LETTER K
|
||||||
|
0x6c 0x006c #LATIN SMALL LETTER L
|
||||||
|
0x6d 0x006d #LATIN SMALL LETTER M
|
||||||
|
0x6e 0x006e #LATIN SMALL LETTER N
|
||||||
|
0x6f 0x006f #LATIN SMALL LETTER O
|
||||||
|
0x70 0x0070 #LATIN SMALL LETTER P
|
||||||
|
0x71 0x0071 #LATIN SMALL LETTER Q
|
||||||
|
0x72 0x0072 #LATIN SMALL LETTER R
|
||||||
|
0x73 0x0073 #LATIN SMALL LETTER S
|
||||||
|
0x74 0x0074 #LATIN SMALL LETTER T
|
||||||
|
0x75 0x0075 #LATIN SMALL LETTER U
|
||||||
|
0x76 0x0076 #LATIN SMALL LETTER V
|
||||||
|
0x77 0x0077 #LATIN SMALL LETTER W
|
||||||
|
0x78 0x0078 #LATIN SMALL LETTER X
|
||||||
|
0x79 0x0079 #LATIN SMALL LETTER Y
|
||||||
|
0x7a 0x007a #LATIN SMALL LETTER Z
|
||||||
|
0x7b 0x007b #LEFT CURLY BRACKET
|
||||||
|
0x7c 0x007c #VERTICAL LINE
|
||||||
|
0x7d 0x007d #RIGHT CURLY BRACKET
|
||||||
|
0x7e 0x007e #TILDE
|
||||||
|
0x7f 0x007f #DELETE
|
||||||
|
0x80 0x0410 #CYRILLIC CAPITAL LETTER A
|
||||||
|
0x81 0x0411 #CYRILLIC CAPITAL LETTER BE
|
||||||
|
0x82 0x0412 #CYRILLIC CAPITAL LETTER VE
|
||||||
|
0x83 0x0413 #CYRILLIC CAPITAL LETTER GHE
|
||||||
|
0x84 0x0414 #CYRILLIC CAPITAL LETTER DE
|
||||||
|
0x85 0x0415 #CYRILLIC CAPITAL LETTER IE
|
||||||
|
0x86 0x0416 #CYRILLIC CAPITAL LETTER ZHE
|
||||||
|
0x87 0x0417 #CYRILLIC CAPITAL LETTER ZE
|
||||||
|
0x88 0x0418 #CYRILLIC CAPITAL LETTER I
|
||||||
|
0x89 0x0419 #CYRILLIC CAPITAL LETTER SHORT I
|
||||||
|
0x8a 0x041a #CYRILLIC CAPITAL LETTER KA
|
||||||
|
0x8b 0x041b #CYRILLIC CAPITAL LETTER EL
|
||||||
|
0x8c 0x041c #CYRILLIC CAPITAL LETTER EM
|
||||||
|
0x8d 0x041d #CYRILLIC CAPITAL LETTER EN
|
||||||
|
0x8e 0x041e #CYRILLIC CAPITAL LETTER O
|
||||||
|
0x8f 0x041f #CYRILLIC CAPITAL LETTER PE
|
||||||
|
0x90 0x0420 #CYRILLIC CAPITAL LETTER ER
|
||||||
|
0x91 0x0421 #CYRILLIC CAPITAL LETTER ES
|
||||||
|
0x92 0x0422 #CYRILLIC CAPITAL LETTER TE
|
||||||
|
0x93 0x0423 #CYRILLIC CAPITAL LETTER U
|
||||||
|
0x94 0x0424 #CYRILLIC CAPITAL LETTER EF
|
||||||
|
0x95 0x0425 #CYRILLIC CAPITAL LETTER HA
|
||||||
|
0x96 0x0426 #CYRILLIC CAPITAL LETTER TSE
|
||||||
|
0x97 0x0427 #CYRILLIC CAPITAL LETTER CHE
|
||||||
|
0x98 0x0428 #CYRILLIC CAPITAL LETTER SHA
|
||||||
|
0x99 0x0429 #CYRILLIC CAPITAL LETTER SHCHA
|
||||||
|
0x9a 0x042a #CYRILLIC CAPITAL LETTER HARD SIGN
|
||||||
|
0x9b 0x042b #CYRILLIC CAPITAL LETTER YERU
|
||||||
|
0x9c 0x042c #CYRILLIC CAPITAL LETTER SOFT SIGN
|
||||||
|
0x9d 0x042d #CYRILLIC CAPITAL LETTER E
|
||||||
|
0x9e 0x042e #CYRILLIC CAPITAL LETTER YU
|
||||||
|
0x9f 0x042f #CYRILLIC CAPITAL LETTER YA
|
||||||
|
0xa0 0x0430 #CYRILLIC SMALL LETTER A
|
||||||
|
0xa1 0x0431 #CYRILLIC SMALL LETTER BE
|
||||||
|
0xa2 0x0432 #CYRILLIC SMALL LETTER VE
|
||||||
|
0xa3 0x0433 #CYRILLIC SMALL LETTER GHE
|
||||||
|
0xa4 0x0434 #CYRILLIC SMALL LETTER DE
|
||||||
|
0xa5 0x0435 #CYRILLIC SMALL LETTER IE
|
||||||
|
0xa6 0x0436 #CYRILLIC SMALL LETTER ZHE
|
||||||
|
0xa7 0x0437 #CYRILLIC SMALL LETTER ZE
|
||||||
|
0xa8 0x0438 #CYRILLIC SMALL LETTER I
|
||||||
|
0xa9 0x0439 #CYRILLIC SMALL LETTER SHORT I
|
||||||
|
0xaa 0x043a #CYRILLIC SMALL LETTER KA
|
||||||
|
0xab 0x043b #CYRILLIC SMALL LETTER EL
|
||||||
|
0xac 0x043c #CYRILLIC SMALL LETTER EM
|
||||||
|
0xad 0x043d #CYRILLIC SMALL LETTER EN
|
||||||
|
0xae 0x043e #CYRILLIC SMALL LETTER O
|
||||||
|
0xaf 0x043f #CYRILLIC SMALL LETTER PE
|
||||||
|
0xb0 0x2591 #LIGHT SHADE
|
||||||
|
0xb1 0x2592 #MEDIUM SHADE
|
||||||
|
0xb2 0x2593 #DARK SHADE
|
||||||
|
0xb3 0x2502 #BOX DRAWINGS LIGHT VERTICAL
|
||||||
|
0xb4 0x2524 #BOX DRAWINGS LIGHT VERTICAL AND LEFT
|
||||||
|
0xb5 0x2561 #BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
|
||||||
|
0xb6 0x2562 #BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
|
||||||
|
0xb7 0x2556 #BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
|
||||||
|
0xb8 0x2555 #BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
|
||||||
|
0xb9 0x2563 #BOX DRAWINGS DOUBLE VERTICAL AND LEFT
|
||||||
|
0xba 0x2551 #BOX DRAWINGS DOUBLE VERTICAL
|
||||||
|
0xbb 0x2557 #BOX DRAWINGS DOUBLE DOWN AND LEFT
|
||||||
|
0xbc 0x255d #BOX DRAWINGS DOUBLE UP AND LEFT
|
||||||
|
0xbd 0x255c #BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
|
||||||
|
0xbe 0x255b #BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
|
||||||
|
0xbf 0x2510 #BOX DRAWINGS LIGHT DOWN AND LEFT
|
||||||
|
0xc0 0x2514 #BOX DRAWINGS LIGHT UP AND RIGHT
|
||||||
|
0xc1 0x2534 #BOX DRAWINGS LIGHT UP AND HORIZONTAL
|
||||||
|
0xc2 0x252c #BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
|
||||||
|
0xc3 0x251c #BOX DRAWINGS LIGHT VERTICAL AND RIGHT
|
||||||
|
0xc4 0x2500 #BOX DRAWINGS LIGHT HORIZONTAL
|
||||||
|
0xc5 0x253c #BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
|
||||||
|
0xc6 0x255e #BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
|
||||||
|
0xc7 0x255f #BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
|
||||||
|
0xc8 0x255a #BOX DRAWINGS DOUBLE UP AND RIGHT
|
||||||
|
0xc9 0x2554 #BOX DRAWINGS DOUBLE DOWN AND RIGHT
|
||||||
|
0xca 0x2569 #BOX DRAWINGS DOUBLE UP AND HORIZONTAL
|
||||||
|
0xcb 0x2566 #BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
|
||||||
|
0xcc 0x2560 #BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
|
||||||
|
0xcd 0x2550 #BOX DRAWINGS DOUBLE HORIZONTAL
|
||||||
|
0xce 0x256c #BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
|
||||||
|
0xcf 0x2567 #BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd0 0x2568 #BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd1 0x2564 #BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd2 0x2565 #BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd3 0x2559 #BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
|
||||||
|
0xd4 0x2558 #BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
|
||||||
|
0xd5 0x2552 #BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
|
||||||
|
0xd6 0x2553 #BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
|
||||||
|
0xd7 0x256b #BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
|
||||||
|
0xd8 0x256a #BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
|
||||||
|
0xd9 0x2518 #BOX DRAWINGS LIGHT UP AND LEFT
|
||||||
|
0xda 0x250c #BOX DRAWINGS LIGHT DOWN AND RIGHT
|
||||||
|
0xdb 0x2588 #FULL BLOCK
|
||||||
|
0xdc 0x2584 #LOWER HALF BLOCK
|
||||||
|
0xdd 0x258c #LEFT HALF BLOCK
|
||||||
|
0xde 0x2590 #RIGHT HALF BLOCK
|
||||||
|
0xdf 0x2580 #UPPER HALF BLOCK
|
||||||
|
0xe0 0x0440 #CYRILLIC SMALL LETTER ER
|
||||||
|
0xe1 0x0441 #CYRILLIC SMALL LETTER ES
|
||||||
|
0xe2 0x0442 #CYRILLIC SMALL LETTER TE
|
||||||
|
0xe3 0x0443 #CYRILLIC SMALL LETTER U
|
||||||
|
0xe4 0x0444 #CYRILLIC SMALL LETTER EF
|
||||||
|
0xe5 0x0445 #CYRILLIC SMALL LETTER HA
|
||||||
|
0xe6 0x0446 #CYRILLIC SMALL LETTER TSE
|
||||||
|
0xe7 0x0447 #CYRILLIC SMALL LETTER CHE
|
||||||
|
0xe8 0x0448 #CYRILLIC SMALL LETTER SHA
|
||||||
|
0xe9 0x0449 #CYRILLIC SMALL LETTER SHCHA
|
||||||
|
0xea 0x044a #CYRILLIC SMALL LETTER HARD SIGN
|
||||||
|
0xeb 0x044b #CYRILLIC SMALL LETTER YERU
|
||||||
|
0xec 0x044c #CYRILLIC SMALL LETTER SOFT SIGN
|
||||||
|
0xed 0x044d #CYRILLIC SMALL LETTER E
|
||||||
|
0xee 0x044e #CYRILLIC SMALL LETTER YU
|
||||||
|
0xef 0x044f #CYRILLIC SMALL LETTER YA
|
||||||
|
0xf0 0x0401 #CYRILLIC CAPITAL LETTER IO
|
||||||
|
0xf1 0x0451 #CYRILLIC SMALL LETTER IO
|
||||||
|
0xf2 0x0404 #CYRILLIC CAPITAL LETTER UKRAINIAN IE
|
||||||
|
0xf3 0x0454 #CYRILLIC SMALL LETTER UKRAINIAN IE
|
||||||
|
0xf4 0x0407 #CYRILLIC CAPITAL LETTER YI
|
||||||
|
0xf5 0x0457 #CYRILLIC SMALL LETTER YI
|
||||||
|
0xf6 0x040e #CYRILLIC CAPITAL LETTER SHORT U
|
||||||
|
0xf7 0x045e #CYRILLIC SMALL LETTER SHORT U
|
||||||
|
0xf8 0x00b0 #DEGREE SIGN
|
||||||
|
0xf9 0x2219 #BULLET OPERATOR
|
||||||
|
0xfa 0x00b7 #MIDDLE DOT
|
||||||
|
0xfb 0x221a #SQUARE ROOT
|
||||||
|
0xfc 0x2116 #NUMERO SIGN
|
||||||
|
0xfd 0x00a4 #CURRENCY SIGN
|
||||||
|
0xfe 0x25a0 #BLACK SQUARE
|
||||||
|
0xff 0x00a0 #NO-BREAK SPACE
|
||||||
256
Data/Encoding/CP869.mapping
Normal file
256
Data/Encoding/CP869.mapping
Normal file
@ -0,0 +1,256 @@
|
|||||||
|
0x00 0x0000 #NULL
|
||||||
|
0x01 0x0001 #START OF HEADING
|
||||||
|
0x02 0x0002 #START OF TEXT
|
||||||
|
0x03 0x0003 #END OF TEXT
|
||||||
|
0x04 0x0004 #END OF TRANSMISSION
|
||||||
|
0x05 0x0005 #ENQUIRY
|
||||||
|
0x06 0x0006 #ACKNOWLEDGE
|
||||||
|
0x07 0x0007 #BELL
|
||||||
|
0x08 0x0008 #BACKSPACE
|
||||||
|
0x09 0x0009 #HORIZONTAL TABULATION
|
||||||
|
0x0a 0x000a #LINE FEED
|
||||||
|
0x0b 0x000b #VERTICAL TABULATION
|
||||||
|
0x0c 0x000c #FORM FEED
|
||||||
|
0x0d 0x000d #CARRIAGE RETURN
|
||||||
|
0x0e 0x000e #SHIFT OUT
|
||||||
|
0x0f 0x000f #SHIFT IN
|
||||||
|
0x10 0x0010 #DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 #DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 #DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 #DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 #DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 #SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 #CANCEL
|
||||||
|
0x19 0x0019 #END OF MEDIUM
|
||||||
|
0x1a 0x001a #SUBSTITUTE
|
||||||
|
0x1b 0x001b #ESCAPE
|
||||||
|
0x1c 0x001c #FILE SEPARATOR
|
||||||
|
0x1d 0x001d #GROUP SEPARATOR
|
||||||
|
0x1e 0x001e #RECORD SEPARATOR
|
||||||
|
0x1f 0x001f #UNIT SEPARATOR
|
||||||
|
0x20 0x0020 #SPACE
|
||||||
|
0x21 0x0021 #EXCLAMATION MARK
|
||||||
|
0x22 0x0022 #QUOTATION MARK
|
||||||
|
0x23 0x0023 #NUMBER SIGN
|
||||||
|
0x24 0x0024 #DOLLAR SIGN
|
||||||
|
0x25 0x0025 #PERCENT SIGN
|
||||||
|
0x26 0x0026 #AMPERSAND
|
||||||
|
0x27 0x0027 #APOSTROPHE
|
||||||
|
0x28 0x0028 #LEFT PARENTHESIS
|
||||||
|
0x29 0x0029 #RIGHT PARENTHESIS
|
||||||
|
0x2a 0x002a #ASTERISK
|
||||||
|
0x2b 0x002b #PLUS SIGN
|
||||||
|
0x2c 0x002c #COMMA
|
||||||
|
0x2d 0x002d #HYPHEN-MINUS
|
||||||
|
0x2e 0x002e #FULL STOP
|
||||||
|
0x2f 0x002f #SOLIDUS
|
||||||
|
0x30 0x0030 #DIGIT ZERO
|
||||||
|
0x31 0x0031 #DIGIT ONE
|
||||||
|
0x32 0x0032 #DIGIT TWO
|
||||||
|
0x33 0x0033 #DIGIT THREE
|
||||||
|
0x34 0x0034 #DIGIT FOUR
|
||||||
|
0x35 0x0035 #DIGIT FIVE
|
||||||
|
0x36 0x0036 #DIGIT SIX
|
||||||
|
0x37 0x0037 #DIGIT SEVEN
|
||||||
|
0x38 0x0038 #DIGIT EIGHT
|
||||||
|
0x39 0x0039 #DIGIT NINE
|
||||||
|
0x3a 0x003a #COLON
|
||||||
|
0x3b 0x003b #SEMICOLON
|
||||||
|
0x3c 0x003c #LESS-THAN SIGN
|
||||||
|
0x3d 0x003d #EQUALS SIGN
|
||||||
|
0x3e 0x003e #GREATER-THAN SIGN
|
||||||
|
0x3f 0x003f #QUESTION MARK
|
||||||
|
0x40 0x0040 #COMMERCIAL AT
|
||||||
|
0x41 0x0041 #LATIN CAPITAL LETTER A
|
||||||
|
0x42 0x0042 #LATIN CAPITAL LETTER B
|
||||||
|
0x43 0x0043 #LATIN CAPITAL LETTER C
|
||||||
|
0x44 0x0044 #LATIN CAPITAL LETTER D
|
||||||
|
0x45 0x0045 #LATIN CAPITAL LETTER E
|
||||||
|
0x46 0x0046 #LATIN CAPITAL LETTER F
|
||||||
|
0x47 0x0047 #LATIN CAPITAL LETTER G
|
||||||
|
0x48 0x0048 #LATIN CAPITAL LETTER H
|
||||||
|
0x49 0x0049 #LATIN CAPITAL LETTER I
|
||||||
|
0x4a 0x004a #LATIN CAPITAL LETTER J
|
||||||
|
0x4b 0x004b #LATIN CAPITAL LETTER K
|
||||||
|
0x4c 0x004c #LATIN CAPITAL LETTER L
|
||||||
|
0x4d 0x004d #LATIN CAPITAL LETTER M
|
||||||
|
0x4e 0x004e #LATIN CAPITAL LETTER N
|
||||||
|
0x4f 0x004f #LATIN CAPITAL LETTER O
|
||||||
|
0x50 0x0050 #LATIN CAPITAL LETTER P
|
||||||
|
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
||||||
|
0x52 0x0052 #LATIN CAPITAL LETTER R
|
||||||
|
0x53 0x0053 #LATIN CAPITAL LETTER S
|
||||||
|
0x54 0x0054 #LATIN CAPITAL LETTER T
|
||||||
|
0x55 0x0055 #LATIN CAPITAL LETTER U
|
||||||
|
0x56 0x0056 #LATIN CAPITAL LETTER V
|
||||||
|
0x57 0x0057 #LATIN CAPITAL LETTER W
|
||||||
|
0x58 0x0058 #LATIN CAPITAL LETTER X
|
||||||
|
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
||||||
|
0x5a 0x005a #LATIN CAPITAL LETTER Z
|
||||||
|
0x5b 0x005b #LEFT SQUARE BRACKET
|
||||||
|
0x5c 0x005c #REVERSE SOLIDUS
|
||||||
|
0x5d 0x005d #RIGHT SQUARE BRACKET
|
||||||
|
0x5e 0x005e #CIRCUMFLEX ACCENT
|
||||||
|
0x5f 0x005f #LOW LINE
|
||||||
|
0x60 0x0060 #GRAVE ACCENT
|
||||||
|
0x61 0x0061 #LATIN SMALL LETTER A
|
||||||
|
0x62 0x0062 #LATIN SMALL LETTER B
|
||||||
|
0x63 0x0063 #LATIN SMALL LETTER C
|
||||||
|
0x64 0x0064 #LATIN SMALL LETTER D
|
||||||
|
0x65 0x0065 #LATIN SMALL LETTER E
|
||||||
|
0x66 0x0066 #LATIN SMALL LETTER F
|
||||||
|
0x67 0x0067 #LATIN SMALL LETTER G
|
||||||
|
0x68 0x0068 #LATIN SMALL LETTER H
|
||||||
|
0x69 0x0069 #LATIN SMALL LETTER I
|
||||||
|
0x6a 0x006a #LATIN SMALL LETTER J
|
||||||
|
0x6b 0x006b #LATIN SMALL LETTER K
|
||||||
|
0x6c 0x006c #LATIN SMALL LETTER L
|
||||||
|
0x6d 0x006d #LATIN SMALL LETTER M
|
||||||
|
0x6e 0x006e #LATIN SMALL LETTER N
|
||||||
|
0x6f 0x006f #LATIN SMALL LETTER O
|
||||||
|
0x70 0x0070 #LATIN SMALL LETTER P
|
||||||
|
0x71 0x0071 #LATIN SMALL LETTER Q
|
||||||
|
0x72 0x0072 #LATIN SMALL LETTER R
|
||||||
|
0x73 0x0073 #LATIN SMALL LETTER S
|
||||||
|
0x74 0x0074 #LATIN SMALL LETTER T
|
||||||
|
0x75 0x0075 #LATIN SMALL LETTER U
|
||||||
|
0x76 0x0076 #LATIN SMALL LETTER V
|
||||||
|
0x77 0x0077 #LATIN SMALL LETTER W
|
||||||
|
0x78 0x0078 #LATIN SMALL LETTER X
|
||||||
|
0x79 0x0079 #LATIN SMALL LETTER Y
|
||||||
|
0x7a 0x007a #LATIN SMALL LETTER Z
|
||||||
|
0x7b 0x007b #LEFT CURLY BRACKET
|
||||||
|
0x7c 0x007c #VERTICAL LINE
|
||||||
|
0x7d 0x007d #RIGHT CURLY BRACKET
|
||||||
|
0x7e 0x007e #TILDE
|
||||||
|
0x7f 0x007f #DELETE
|
||||||
|
0x80 #UNDEFINED
|
||||||
|
0x81 #UNDEFINED
|
||||||
|
0x82 #UNDEFINED
|
||||||
|
0x83 #UNDEFINED
|
||||||
|
0x84 #UNDEFINED
|
||||||
|
0x85 #UNDEFINED
|
||||||
|
0x86 0x0386 #GREEK CAPITAL LETTER ALPHA WITH TONOS
|
||||||
|
0x87 #UNDEFINED
|
||||||
|
0x88 0x00b7 #MIDDLE DOT
|
||||||
|
0x89 0x00ac #NOT SIGN
|
||||||
|
0x8a 0x00a6 #BROKEN BAR
|
||||||
|
0x8b 0x2018 #LEFT SINGLE QUOTATION MARK
|
||||||
|
0x8c 0x2019 #RIGHT SINGLE QUOTATION MARK
|
||||||
|
0x8d 0x0388 #GREEK CAPITAL LETTER EPSILON WITH TONOS
|
||||||
|
0x8e 0x2015 #HORIZONTAL BAR
|
||||||
|
0x8f 0x0389 #GREEK CAPITAL LETTER ETA WITH TONOS
|
||||||
|
0x90 0x038a #GREEK CAPITAL LETTER IOTA WITH TONOS
|
||||||
|
0x91 0x03aa #GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
|
||||||
|
0x92 0x038c #GREEK CAPITAL LETTER OMICRON WITH TONOS
|
||||||
|
0x93 #UNDEFINED
|
||||||
|
0x94 #UNDEFINED
|
||||||
|
0x95 0x038e #GREEK CAPITAL LETTER UPSILON WITH TONOS
|
||||||
|
0x96 0x03ab #GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
|
||||||
|
0x97 0x00a9 #COPYRIGHT SIGN
|
||||||
|
0x98 0x038f #GREEK CAPITAL LETTER OMEGA WITH TONOS
|
||||||
|
0x99 0x00b2 #SUPERSCRIPT TWO
|
||||||
|
0x9a 0x00b3 #SUPERSCRIPT THREE
|
||||||
|
0x9b 0x03ac #GREEK SMALL LETTER ALPHA WITH TONOS
|
||||||
|
0x9c 0x00a3 #POUND SIGN
|
||||||
|
0x9d 0x03ad #GREEK SMALL LETTER EPSILON WITH TONOS
|
||||||
|
0x9e 0x03ae #GREEK SMALL LETTER ETA WITH TONOS
|
||||||
|
0x9f 0x03af #GREEK SMALL LETTER IOTA WITH TONOS
|
||||||
|
0xa0 0x03ca #GREEK SMALL LETTER IOTA WITH DIALYTIKA
|
||||||
|
0xa1 0x0390 #GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
|
||||||
|
0xa2 0x03cc #GREEK SMALL LETTER OMICRON WITH TONOS
|
||||||
|
0xa3 0x03cd #GREEK SMALL LETTER UPSILON WITH TONOS
|
||||||
|
0xa4 0x0391 #GREEK CAPITAL LETTER ALPHA
|
||||||
|
0xa5 0x0392 #GREEK CAPITAL LETTER BETA
|
||||||
|
0xa6 0x0393 #GREEK CAPITAL LETTER GAMMA
|
||||||
|
0xa7 0x0394 #GREEK CAPITAL LETTER DELTA
|
||||||
|
0xa8 0x0395 #GREEK CAPITAL LETTER EPSILON
|
||||||
|
0xa9 0x0396 #GREEK CAPITAL LETTER ZETA
|
||||||
|
0xaa 0x0397 #GREEK CAPITAL LETTER ETA
|
||||||
|
0xab 0x00bd #VULGAR FRACTION ONE HALF
|
||||||
|
0xac 0x0398 #GREEK CAPITAL LETTER THETA
|
||||||
|
0xad 0x0399 #GREEK CAPITAL LETTER IOTA
|
||||||
|
0xae 0x00ab #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xaf 0x00bb #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
|
0xb0 0x2591 #LIGHT SHADE
|
||||||
|
0xb1 0x2592 #MEDIUM SHADE
|
||||||
|
0xb2 0x2593 #DARK SHADE
|
||||||
|
0xb3 0x2502 #BOX DRAWINGS LIGHT VERTICAL
|
||||||
|
0xb4 0x2524 #BOX DRAWINGS LIGHT VERTICAL AND LEFT
|
||||||
|
0xb5 0x039a #GREEK CAPITAL LETTER KAPPA
|
||||||
|
0xb6 0x039b #GREEK CAPITAL LETTER LAMDA
|
||||||
|
0xb7 0x039c #GREEK CAPITAL LETTER MU
|
||||||
|
0xb8 0x039d #GREEK CAPITAL LETTER NU
|
||||||
|
0xb9 0x2563 #BOX DRAWINGS DOUBLE VERTICAL AND LEFT
|
||||||
|
0xba 0x2551 #BOX DRAWINGS DOUBLE VERTICAL
|
||||||
|
0xbb 0x2557 #BOX DRAWINGS DOUBLE DOWN AND LEFT
|
||||||
|
0xbc 0x255d #BOX DRAWINGS DOUBLE UP AND LEFT
|
||||||
|
0xbd 0x039e #GREEK CAPITAL LETTER XI
|
||||||
|
0xbe 0x039f #GREEK CAPITAL LETTER OMICRON
|
||||||
|
0xbf 0x2510 #BOX DRAWINGS LIGHT DOWN AND LEFT
|
||||||
|
0xc0 0x2514 #BOX DRAWINGS LIGHT UP AND RIGHT
|
||||||
|
0xc1 0x2534 #BOX DRAWINGS LIGHT UP AND HORIZONTAL
|
||||||
|
0xc2 0x252c #BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
|
||||||
|
0xc3 0x251c #BOX DRAWINGS LIGHT VERTICAL AND RIGHT
|
||||||
|
0xc4 0x2500 #BOX DRAWINGS LIGHT HORIZONTAL
|
||||||
|
0xc5 0x253c #BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
|
||||||
|
0xc6 0x03a0 #GREEK CAPITAL LETTER PI
|
||||||
|
0xc7 0x03a1 #GREEK CAPITAL LETTER RHO
|
||||||
|
0xc8 0x255a #BOX DRAWINGS DOUBLE UP AND RIGHT
|
||||||
|
0xc9 0x2554 #BOX DRAWINGS DOUBLE DOWN AND RIGHT
|
||||||
|
0xca 0x2569 #BOX DRAWINGS DOUBLE UP AND HORIZONTAL
|
||||||
|
0xcb 0x2566 #BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
|
||||||
|
0xcc 0x2560 #BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
|
||||||
|
0xcd 0x2550 #BOX DRAWINGS DOUBLE HORIZONTAL
|
||||||
|
0xce 0x256c #BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
|
||||||
|
0xcf 0x03a3 #GREEK CAPITAL LETTER SIGMA
|
||||||
|
0xd0 0x03a4 #GREEK CAPITAL LETTER TAU
|
||||||
|
0xd1 0x03a5 #GREEK CAPITAL LETTER UPSILON
|
||||||
|
0xd2 0x03a6 #GREEK CAPITAL LETTER PHI
|
||||||
|
0xd3 0x03a7 #GREEK CAPITAL LETTER CHI
|
||||||
|
0xd4 0x03a8 #GREEK CAPITAL LETTER PSI
|
||||||
|
0xd5 0x03a9 #GREEK CAPITAL LETTER OMEGA
|
||||||
|
0xd6 0x03b1 #GREEK SMALL LETTER ALPHA
|
||||||
|
0xd7 0x03b2 #GREEK SMALL LETTER BETA
|
||||||
|
0xd8 0x03b3 #GREEK SMALL LETTER GAMMA
|
||||||
|
0xd9 0x2518 #BOX DRAWINGS LIGHT UP AND LEFT
|
||||||
|
0xda 0x250c #BOX DRAWINGS LIGHT DOWN AND RIGHT
|
||||||
|
0xdb 0x2588 #FULL BLOCK
|
||||||
|
0xdc 0x2584 #LOWER HALF BLOCK
|
||||||
|
0xdd 0x03b4 #GREEK SMALL LETTER DELTA
|
||||||
|
0xde 0x03b5 #GREEK SMALL LETTER EPSILON
|
||||||
|
0xdf 0x2580 #UPPER HALF BLOCK
|
||||||
|
0xe0 0x03b6 #GREEK SMALL LETTER ZETA
|
||||||
|
0xe1 0x03b7 #GREEK SMALL LETTER ETA
|
||||||
|
0xe2 0x03b8 #GREEK SMALL LETTER THETA
|
||||||
|
0xe3 0x03b9 #GREEK SMALL LETTER IOTA
|
||||||
|
0xe4 0x03ba #GREEK SMALL LETTER KAPPA
|
||||||
|
0xe5 0x03bb #GREEK SMALL LETTER LAMDA
|
||||||
|
0xe6 0x03bc #GREEK SMALL LETTER MU
|
||||||
|
0xe7 0x03bd #GREEK SMALL LETTER NU
|
||||||
|
0xe8 0x03be #GREEK SMALL LETTER XI
|
||||||
|
0xe9 0x03bf #GREEK SMALL LETTER OMICRON
|
||||||
|
0xea 0x03c0 #GREEK SMALL LETTER PI
|
||||||
|
0xeb 0x03c1 #GREEK SMALL LETTER RHO
|
||||||
|
0xec 0x03c3 #GREEK SMALL LETTER SIGMA
|
||||||
|
0xed 0x03c2 #GREEK SMALL LETTER FINAL SIGMA
|
||||||
|
0xee 0x03c4 #GREEK SMALL LETTER TAU
|
||||||
|
0xef 0x0384 #GREEK TONOS
|
||||||
|
0xf0 0x00ad #SOFT HYPHEN
|
||||||
|
0xf1 0x00b1 #PLUS-MINUS SIGN
|
||||||
|
0xf2 0x03c5 #GREEK SMALL LETTER UPSILON
|
||||||
|
0xf3 0x03c6 #GREEK SMALL LETTER PHI
|
||||||
|
0xf4 0x03c7 #GREEK SMALL LETTER CHI
|
||||||
|
0xf5 0x00a7 #SECTION SIGN
|
||||||
|
0xf6 0x03c8 #GREEK SMALL LETTER PSI
|
||||||
|
0xf7 0x0385 #GREEK DIALYTIKA TONOS
|
||||||
|
0xf8 0x00b0 #DEGREE SIGN
|
||||||
|
0xf9 0x00a8 #DIAERESIS
|
||||||
|
0xfa 0x03c9 #GREEK SMALL LETTER OMEGA
|
||||||
|
0xfb 0x03cb #GREEK SMALL LETTER UPSILON WITH DIALYTIKA
|
||||||
|
0xfc 0x03b0 #GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
|
||||||
|
0xfd 0x03ce #GREEK SMALL LETTER OMEGA WITH TONOS
|
||||||
|
0xfe 0x25a0 #BLACK SQUARE
|
||||||
|
0xff 0x00a0 #NO-BREAK SPACE
|
||||||
256
Data/Encoding/CP874.mapping
Normal file
256
Data/Encoding/CP874.mapping
Normal file
@ -0,0 +1,256 @@
|
|||||||
|
0x00 0x0000 #NULL
|
||||||
|
0x01 0x0001 #START OF HEADING
|
||||||
|
0x02 0x0002 #START OF TEXT
|
||||||
|
0x03 0x0003 #END OF TEXT
|
||||||
|
0x04 0x0004 #END OF TRANSMISSION
|
||||||
|
0x05 0x0005 #ENQUIRY
|
||||||
|
0x06 0x0006 #ACKNOWLEDGE
|
||||||
|
0x07 0x0007 #BELL
|
||||||
|
0x08 0x0008 #BACKSPACE
|
||||||
|
0x09 0x0009 #HORIZONTAL TABULATION
|
||||||
|
0x0A 0x000A #LINE FEED
|
||||||
|
0x0B 0x000B #VERTICAL TABULATION
|
||||||
|
0x0C 0x000C #FORM FEED
|
||||||
|
0x0D 0x000D #CARRIAGE RETURN
|
||||||
|
0x0E 0x000E #SHIFT OUT
|
||||||
|
0x0F 0x000F #SHIFT IN
|
||||||
|
0x10 0x0010 #DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 #DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 #DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 #DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 #DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 #SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 #CANCEL
|
||||||
|
0x19 0x0019 #END OF MEDIUM
|
||||||
|
0x1A 0x001A #SUBSTITUTE
|
||||||
|
0x1B 0x001B #ESCAPE
|
||||||
|
0x1C 0x001C #FILE SEPARATOR
|
||||||
|
0x1D 0x001D #GROUP SEPARATOR
|
||||||
|
0x1E 0x001E #RECORD SEPARATOR
|
||||||
|
0x1F 0x001F #UNIT SEPARATOR
|
||||||
|
0x20 0x0020 #SPACE
|
||||||
|
0x21 0x0021 #EXCLAMATION MARK
|
||||||
|
0x22 0x0022 #QUOTATION MARK
|
||||||
|
0x23 0x0023 #NUMBER SIGN
|
||||||
|
0x24 0x0024 #DOLLAR SIGN
|
||||||
|
0x25 0x0025 #PERCENT SIGN
|
||||||
|
0x26 0x0026 #AMPERSAND
|
||||||
|
0x27 0x0027 #APOSTROPHE
|
||||||
|
0x28 0x0028 #LEFT PARENTHESIS
|
||||||
|
0x29 0x0029 #RIGHT PARENTHESIS
|
||||||
|
0x2A 0x002A #ASTERISK
|
||||||
|
0x2B 0x002B #PLUS SIGN
|
||||||
|
0x2C 0x002C #COMMA
|
||||||
|
0x2D 0x002D #HYPHEN-MINUS
|
||||||
|
0x2E 0x002E #FULL STOP
|
||||||
|
0x2F 0x002F #SOLIDUS
|
||||||
|
0x30 0x0030 #DIGIT ZERO
|
||||||
|
0x31 0x0031 #DIGIT ONE
|
||||||
|
0x32 0x0032 #DIGIT TWO
|
||||||
|
0x33 0x0033 #DIGIT THREE
|
||||||
|
0x34 0x0034 #DIGIT FOUR
|
||||||
|
0x35 0x0035 #DIGIT FIVE
|
||||||
|
0x36 0x0036 #DIGIT SIX
|
||||||
|
0x37 0x0037 #DIGIT SEVEN
|
||||||
|
0x38 0x0038 #DIGIT EIGHT
|
||||||
|
0x39 0x0039 #DIGIT NINE
|
||||||
|
0x3A 0x003A #COLON
|
||||||
|
0x3B 0x003B #SEMICOLON
|
||||||
|
0x3C 0x003C #LESS-THAN SIGN
|
||||||
|
0x3D 0x003D #EQUALS SIGN
|
||||||
|
0x3E 0x003E #GREATER-THAN SIGN
|
||||||
|
0x3F 0x003F #QUESTION MARK
|
||||||
|
0x40 0x0040 #COMMERCIAL AT
|
||||||
|
0x41 0x0041 #LATIN CAPITAL LETTER A
|
||||||
|
0x42 0x0042 #LATIN CAPITAL LETTER B
|
||||||
|
0x43 0x0043 #LATIN CAPITAL LETTER C
|
||||||
|
0x44 0x0044 #LATIN CAPITAL LETTER D
|
||||||
|
0x45 0x0045 #LATIN CAPITAL LETTER E
|
||||||
|
0x46 0x0046 #LATIN CAPITAL LETTER F
|
||||||
|
0x47 0x0047 #LATIN CAPITAL LETTER G
|
||||||
|
0x48 0x0048 #LATIN CAPITAL LETTER H
|
||||||
|
0x49 0x0049 #LATIN CAPITAL LETTER I
|
||||||
|
0x4A 0x004A #LATIN CAPITAL LETTER J
|
||||||
|
0x4B 0x004B #LATIN CAPITAL LETTER K
|
||||||
|
0x4C 0x004C #LATIN CAPITAL LETTER L
|
||||||
|
0x4D 0x004D #LATIN CAPITAL LETTER M
|
||||||
|
0x4E 0x004E #LATIN CAPITAL LETTER N
|
||||||
|
0x4F 0x004F #LATIN CAPITAL LETTER O
|
||||||
|
0x50 0x0050 #LATIN CAPITAL LETTER P
|
||||||
|
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
||||||
|
0x52 0x0052 #LATIN CAPITAL LETTER R
|
||||||
|
0x53 0x0053 #LATIN CAPITAL LETTER S
|
||||||
|
0x54 0x0054 #LATIN CAPITAL LETTER T
|
||||||
|
0x55 0x0055 #LATIN CAPITAL LETTER U
|
||||||
|
0x56 0x0056 #LATIN CAPITAL LETTER V
|
||||||
|
0x57 0x0057 #LATIN CAPITAL LETTER W
|
||||||
|
0x58 0x0058 #LATIN CAPITAL LETTER X
|
||||||
|
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
||||||
|
0x5A 0x005A #LATIN CAPITAL LETTER Z
|
||||||
|
0x5B 0x005B #LEFT SQUARE BRACKET
|
||||||
|
0x5C 0x005C #REVERSE SOLIDUS
|
||||||
|
0x5D 0x005D #RIGHT SQUARE BRACKET
|
||||||
|
0x5E 0x005E #CIRCUMFLEX ACCENT
|
||||||
|
0x5F 0x005F #LOW LINE
|
||||||
|
0x60 0x0060 #GRAVE ACCENT
|
||||||
|
0x61 0x0061 #LATIN SMALL LETTER A
|
||||||
|
0x62 0x0062 #LATIN SMALL LETTER B
|
||||||
|
0x63 0x0063 #LATIN SMALL LETTER C
|
||||||
|
0x64 0x0064 #LATIN SMALL LETTER D
|
||||||
|
0x65 0x0065 #LATIN SMALL LETTER E
|
||||||
|
0x66 0x0066 #LATIN SMALL LETTER F
|
||||||
|
0x67 0x0067 #LATIN SMALL LETTER G
|
||||||
|
0x68 0x0068 #LATIN SMALL LETTER H
|
||||||
|
0x69 0x0069 #LATIN SMALL LETTER I
|
||||||
|
0x6A 0x006A #LATIN SMALL LETTER J
|
||||||
|
0x6B 0x006B #LATIN SMALL LETTER K
|
||||||
|
0x6C 0x006C #LATIN SMALL LETTER L
|
||||||
|
0x6D 0x006D #LATIN SMALL LETTER M
|
||||||
|
0x6E 0x006E #LATIN SMALL LETTER N
|
||||||
|
0x6F 0x006F #LATIN SMALL LETTER O
|
||||||
|
0x70 0x0070 #LATIN SMALL LETTER P
|
||||||
|
0x71 0x0071 #LATIN SMALL LETTER Q
|
||||||
|
0x72 0x0072 #LATIN SMALL LETTER R
|
||||||
|
0x73 0x0073 #LATIN SMALL LETTER S
|
||||||
|
0x74 0x0074 #LATIN SMALL LETTER T
|
||||||
|
0x75 0x0075 #LATIN SMALL LETTER U
|
||||||
|
0x76 0x0076 #LATIN SMALL LETTER V
|
||||||
|
0x77 0x0077 #LATIN SMALL LETTER W
|
||||||
|
0x78 0x0078 #LATIN SMALL LETTER X
|
||||||
|
0x79 0x0079 #LATIN SMALL LETTER Y
|
||||||
|
0x7A 0x007A #LATIN SMALL LETTER Z
|
||||||
|
0x7B 0x007B #LEFT CURLY BRACKET
|
||||||
|
0x7C 0x007C #VERTICAL LINE
|
||||||
|
0x7D 0x007D #RIGHT CURLY BRACKET
|
||||||
|
0x7E 0x007E #TILDE
|
||||||
|
0x7F 0x007F #DELETE
|
||||||
|
0x80 0x20AC #EURO SIGN
|
||||||
|
0x81 #UNDEFINED
|
||||||
|
0x82 #UNDEFINED
|
||||||
|
0x83 #UNDEFINED
|
||||||
|
0x84 #UNDEFINED
|
||||||
|
0x85 0x2026 #HORIZONTAL ELLIPSIS
|
||||||
|
0x86 #UNDEFINED
|
||||||
|
0x87 #UNDEFINED
|
||||||
|
0x88 #UNDEFINED
|
||||||
|
0x89 #UNDEFINED
|
||||||
|
0x8A #UNDEFINED
|
||||||
|
0x8B #UNDEFINED
|
||||||
|
0x8C #UNDEFINED
|
||||||
|
0x8D #UNDEFINED
|
||||||
|
0x8E #UNDEFINED
|
||||||
|
0x8F #UNDEFINED
|
||||||
|
0x90 #UNDEFINED
|
||||||
|
0x91 0x2018 #LEFT SINGLE QUOTATION MARK
|
||||||
|
0x92 0x2019 #RIGHT SINGLE QUOTATION MARK
|
||||||
|
0x93 0x201C #LEFT DOUBLE QUOTATION MARK
|
||||||
|
0x94 0x201D #RIGHT DOUBLE QUOTATION MARK
|
||||||
|
0x95 0x2022 #BULLET
|
||||||
|
0x96 0x2013 #EN DASH
|
||||||
|
0x97 0x2014 #EM DASH
|
||||||
|
0x98 #UNDEFINED
|
||||||
|
0x99 #UNDEFINED
|
||||||
|
0x9A #UNDEFINED
|
||||||
|
0x9B #UNDEFINED
|
||||||
|
0x9C #UNDEFINED
|
||||||
|
0x9D #UNDEFINED
|
||||||
|
0x9E #UNDEFINED
|
||||||
|
0x9F #UNDEFINED
|
||||||
|
0xA0 0x00A0 #NO-BREAK SPACE
|
||||||
|
0xA1 0x0E01 #THAI CHARACTER KO KAI
|
||||||
|
0xA2 0x0E02 #THAI CHARACTER KHO KHAI
|
||||||
|
0xA3 0x0E03 #THAI CHARACTER KHO KHUAT
|
||||||
|
0xA4 0x0E04 #THAI CHARACTER KHO KHWAI
|
||||||
|
0xA5 0x0E05 #THAI CHARACTER KHO KHON
|
||||||
|
0xA6 0x0E06 #THAI CHARACTER KHO RAKHANG
|
||||||
|
0xA7 0x0E07 #THAI CHARACTER NGO NGU
|
||||||
|
0xA8 0x0E08 #THAI CHARACTER CHO CHAN
|
||||||
|
0xA9 0x0E09 #THAI CHARACTER CHO CHING
|
||||||
|
0xAA 0x0E0A #THAI CHARACTER CHO CHANG
|
||||||
|
0xAB 0x0E0B #THAI CHARACTER SO SO
|
||||||
|
0xAC 0x0E0C #THAI CHARACTER CHO CHOE
|
||||||
|
0xAD 0x0E0D #THAI CHARACTER YO YING
|
||||||
|
0xAE 0x0E0E #THAI CHARACTER DO CHADA
|
||||||
|
0xAF 0x0E0F #THAI CHARACTER TO PATAK
|
||||||
|
0xB0 0x0E10 #THAI CHARACTER THO THAN
|
||||||
|
0xB1 0x0E11 #THAI CHARACTER THO NANGMONTHO
|
||||||
|
0xB2 0x0E12 #THAI CHARACTER THO PHUTHAO
|
||||||
|
0xB3 0x0E13 #THAI CHARACTER NO NEN
|
||||||
|
0xB4 0x0E14 #THAI CHARACTER DO DEK
|
||||||
|
0xB5 0x0E15 #THAI CHARACTER TO TAO
|
||||||
|
0xB6 0x0E16 #THAI CHARACTER THO THUNG
|
||||||
|
0xB7 0x0E17 #THAI CHARACTER THO THAHAN
|
||||||
|
0xB8 0x0E18 #THAI CHARACTER THO THONG
|
||||||
|
0xB9 0x0E19 #THAI CHARACTER NO NU
|
||||||
|
0xBA 0x0E1A #THAI CHARACTER BO BAIMAI
|
||||||
|
0xBB 0x0E1B #THAI CHARACTER PO PLA
|
||||||
|
0xBC 0x0E1C #THAI CHARACTER PHO PHUNG
|
||||||
|
0xBD 0x0E1D #THAI CHARACTER FO FA
|
||||||
|
0xBE 0x0E1E #THAI CHARACTER PHO PHAN
|
||||||
|
0xBF 0x0E1F #THAI CHARACTER FO FAN
|
||||||
|
0xC0 0x0E20 #THAI CHARACTER PHO SAMPHAO
|
||||||
|
0xC1 0x0E21 #THAI CHARACTER MO MA
|
||||||
|
0xC2 0x0E22 #THAI CHARACTER YO YAK
|
||||||
|
0xC3 0x0E23 #THAI CHARACTER RO RUA
|
||||||
|
0xC4 0x0E24 #THAI CHARACTER RU
|
||||||
|
0xC5 0x0E25 #THAI CHARACTER LO LING
|
||||||
|
0xC6 0x0E26 #THAI CHARACTER LU
|
||||||
|
0xC7 0x0E27 #THAI CHARACTER WO WAEN
|
||||||
|
0xC8 0x0E28 #THAI CHARACTER SO SALA
|
||||||
|
0xC9 0x0E29 #THAI CHARACTER SO RUSI
|
||||||
|
0xCA 0x0E2A #THAI CHARACTER SO SUA
|
||||||
|
0xCB 0x0E2B #THAI CHARACTER HO HIP
|
||||||
|
0xCC 0x0E2C #THAI CHARACTER LO CHULA
|
||||||
|
0xCD 0x0E2D #THAI CHARACTER O ANG
|
||||||
|
0xCE 0x0E2E #THAI CHARACTER HO NOKHUK
|
||||||
|
0xCF 0x0E2F #THAI CHARACTER PAIYANNOI
|
||||||
|
0xD0 0x0E30 #THAI CHARACTER SARA A
|
||||||
|
0xD1 0x0E31 #THAI CHARACTER MAI HAN-AKAT
|
||||||
|
0xD2 0x0E32 #THAI CHARACTER SARA AA
|
||||||
|
0xD3 0x0E33 #THAI CHARACTER SARA AM
|
||||||
|
0xD4 0x0E34 #THAI CHARACTER SARA I
|
||||||
|
0xD5 0x0E35 #THAI CHARACTER SARA II
|
||||||
|
0xD6 0x0E36 #THAI CHARACTER SARA UE
|
||||||
|
0xD7 0x0E37 #THAI CHARACTER SARA UEE
|
||||||
|
0xD8 0x0E38 #THAI CHARACTER SARA U
|
||||||
|
0xD9 0x0E39 #THAI CHARACTER SARA UU
|
||||||
|
0xDA 0x0E3A #THAI CHARACTER PHINTHU
|
||||||
|
0xDB #UNDEFINED
|
||||||
|
0xDC #UNDEFINED
|
||||||
|
0xDD #UNDEFINED
|
||||||
|
0xDE #UNDEFINED
|
||||||
|
0xDF 0x0E3F #THAI CURRENCY SYMBOL BAHT
|
||||||
|
0xE0 0x0E40 #THAI CHARACTER SARA E
|
||||||
|
0xE1 0x0E41 #THAI CHARACTER SARA AE
|
||||||
|
0xE2 0x0E42 #THAI CHARACTER SARA O
|
||||||
|
0xE3 0x0E43 #THAI CHARACTER SARA AI MAIMUAN
|
||||||
|
0xE4 0x0E44 #THAI CHARACTER SARA AI MAIMALAI
|
||||||
|
0xE5 0x0E45 #THAI CHARACTER LAKKHANGYAO
|
||||||
|
0xE6 0x0E46 #THAI CHARACTER MAIYAMOK
|
||||||
|
0xE7 0x0E47 #THAI CHARACTER MAITAIKHU
|
||||||
|
0xE8 0x0E48 #THAI CHARACTER MAI EK
|
||||||
|
0xE9 0x0E49 #THAI CHARACTER MAI THO
|
||||||
|
0xEA 0x0E4A #THAI CHARACTER MAI TRI
|
||||||
|
0xEB 0x0E4B #THAI CHARACTER MAI CHATTAWA
|
||||||
|
0xEC 0x0E4C #THAI CHARACTER THANTHAKHAT
|
||||||
|
0xED 0x0E4D #THAI CHARACTER NIKHAHIT
|
||||||
|
0xEE 0x0E4E #THAI CHARACTER YAMAKKAN
|
||||||
|
0xEF 0x0E4F #THAI CHARACTER FONGMAN
|
||||||
|
0xF0 0x0E50 #THAI DIGIT ZERO
|
||||||
|
0xF1 0x0E51 #THAI DIGIT ONE
|
||||||
|
0xF2 0x0E52 #THAI DIGIT TWO
|
||||||
|
0xF3 0x0E53 #THAI DIGIT THREE
|
||||||
|
0xF4 0x0E54 #THAI DIGIT FOUR
|
||||||
|
0xF5 0x0E55 #THAI DIGIT FIVE
|
||||||
|
0xF6 0x0E56 #THAI DIGIT SIX
|
||||||
|
0xF7 0x0E57 #THAI DIGIT SEVEN
|
||||||
|
0xF8 0x0E58 #THAI DIGIT EIGHT
|
||||||
|
0xF9 0x0E59 #THAI DIGIT NINE
|
||||||
|
0xFA 0x0E5A #THAI CHARACTER ANGKHANKHU
|
||||||
|
0xFB 0x0E5B #THAI CHARACTER KHOMUT
|
||||||
|
0xFC #UNDEFINED
|
||||||
|
0xFD #UNDEFINED
|
||||||
|
0xFE #UNDEFINED
|
||||||
|
0xFF #UNDEFINED
|
||||||
7941
Data/Encoding/CP932.xml
Normal file
7941
Data/Encoding/CP932.xml
Normal file
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@ import Control.Monad.Identity
|
|||||||
data EncodingException
|
data EncodingException
|
||||||
= HasNoRepresentation Char -- ^ Thrown if a specific character
|
= HasNoRepresentation Char -- ^ Thrown if a specific character
|
||||||
-- is not representable in an encoding.
|
-- is not representable in an encoding.
|
||||||
deriving (Eq,Show,Typeable)
|
deriving (Eq,Ord,Show,Read,Typeable)
|
||||||
|
|
||||||
instance Exception EncodingException
|
instance Exception EncodingException
|
||||||
|
|
||||||
@ -25,6 +25,6 @@ data DecodingException
|
|||||||
| OutOfRange -- ^ the decoded value was out of the unicode range
|
| OutOfRange -- ^ the decoded value was out of the unicode range
|
||||||
| IllegalRepresentation [Word8] -- ^ The character sequence encodes a
|
| IllegalRepresentation [Word8] -- ^ The character sequence encodes a
|
||||||
-- character, but is illegal.
|
-- character, but is illegal.
|
||||||
deriving (Eq,Show,Typeable)
|
deriving (Eq,Ord,Show,Read,Typeable)
|
||||||
|
|
||||||
instance Exception DecodingException
|
instance Exception DecodingException
|
||||||
|
|||||||
@ -26,11 +26,10 @@ instance Encoding ISO2022JP where
|
|||||||
encodeable _ c = encodeable ASCII c || encodeable JISX0201 c || encodeable JISX0208 c
|
encodeable _ c = encodeable ASCII c || encodeable JISX0201 c || encodeable JISX0208 c
|
||||||
|
|
||||||
instance ISO2022 ISO2022JP where
|
instance ISO2022 ISO2022JP where
|
||||||
readEscape _ = do
|
readEscape _ = fetchAhead $ do
|
||||||
w <- fetchAhead fetchWord8
|
w <- fetchWord8
|
||||||
if w == 27
|
if w == 27
|
||||||
then (do
|
then (do
|
||||||
fetchWord8
|
|
||||||
w2 <- fetchWord8
|
w2 <- fetchWord8
|
||||||
w3 <- fetchWord8
|
w3 <- fetchWord8
|
||||||
case w2 of
|
case w2 of
|
||||||
|
|||||||
@ -1,50 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: ISO/IEC 8859-10:1998 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 1.1
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 October 11
|
|
||||||
# Authors: Ken Whistler <kenw@sybase.com>
|
|
||||||
#
|
|
||||||
# Copyright (c) 1999 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on optical media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Unicode, Inc. hereby grants the right to freely use the information
|
|
||||||
# supplied in this file in the creation of products supporting the
|
|
||||||
# Unicode Standard, and to make copies of this file in any form for
|
|
||||||
# internal or external distribution as long as this notice remains
|
|
||||||
# attached.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-10:1998 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-10 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-10 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version new.
|
|
||||||
# 1.1 corrected mistake in mapping of 0xA4
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# <ftp://ftp.unicode.org/Public/MAPPINGS/>
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact <errata@unicode.org>
|
|
||||||
# Please note that <errata@unicode.org> is an archival address;
|
|
||||||
# notices will be checked, but do not expect an immediate response.
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
0x00 0x0000 # NULL
|
||||||
0x01 0x0001 # START OF HEADING
|
0x01 0x0001 # START OF HEADING
|
||||||
0x02 0x0002 # START OF TEXT
|
0x02 0x0002 # START OF TEXT
|
||||||
|
|||||||
@ -1,52 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: ISO/IEC 8859-11:2001 to Unicode
|
|
||||||
# Unicode version: 3.2
|
|
||||||
# Table version: 1.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 2002 October 7
|
|
||||||
# Authors: Ken Whistler <kenw@sybase.com>
|
|
||||||
#
|
|
||||||
# Copyright (c) 2002 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on optical media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Unicode, Inc. hereby grants the right to freely use the information
|
|
||||||
# supplied in this file in the creation of products supporting the
|
|
||||||
# Unicode Standard, and to make copies of this file in any form for
|
|
||||||
# internal or external distribution as long as this notice remains
|
|
||||||
# attached.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-11:2001 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# ISO/IEC 8859-11:2001 is equivalent to TIS 620-2533 (1990) with
|
|
||||||
# the addition of 0xA0 NO-BREAK SPACE.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-11 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-11 order.
|
|
||||||
#
|
|
||||||
# Version history:
|
|
||||||
# 2002 October 7 Created
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# <ftp://ftp.unicode.org/Public/MAPPINGS/>
|
|
||||||
#
|
|
||||||
# For any comments or problems, please use the Unicode
|
|
||||||
# web contact form at:
|
|
||||||
# http://www.unicode.org/unicode/reporting.html
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
0x00 0x0000 # NULL
|
||||||
0x01 0x0001 # START OF HEADING
|
0x01 0x0001 # START OF HEADING
|
||||||
0x02 0x0002 # START OF TEXT
|
0x02 0x0002 # START OF TEXT
|
||||||
|
|||||||
@ -1,46 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: ISO/IEC 8859-13:1998 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 1.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27
|
|
||||||
# Authors: Ken Whistler <kenw@sybase.com>
|
|
||||||
#
|
|
||||||
# Copyright (c) 1998 - 1999 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on optical media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Unicode, Inc. hereby grants the right to freely use the information
|
|
||||||
# supplied in this file in the creation of products supporting the
|
|
||||||
# Unicode Standard, and to make copies of this file in any form for
|
|
||||||
# internal or external distribution as long as this notice remains
|
|
||||||
# attached.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-13:1998 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-13 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-13 order.
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# <ftp://ftp.unicode.org/Public/MAPPINGS/>
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact <errata@unicode.org>
|
|
||||||
# Please note that <errata@unicode.org> is an archival address;
|
|
||||||
# notices will be checked, but do not expect an immediate response.
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
0x00 0x0000 # NULL
|
||||||
0x01 0x0001 # START OF HEADING
|
0x01 0x0001 # START OF HEADING
|
||||||
0x02 0x0002 # START OF TEXT
|
0x02 0x0002 # START OF TEXT
|
||||||
|
|||||||
@ -1,47 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: ISO/IEC 8859-14:1998 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 1.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27
|
|
||||||
# Authors: Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/>
|
|
||||||
# Ken Whistler <kenw@sybase.com>
|
|
||||||
#
|
|
||||||
# Copyright (c) 1998 - 1999 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on optical media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Unicode, Inc. hereby grants the right to freely use the information
|
|
||||||
# supplied in this file in the creation of products supporting the
|
|
||||||
# Unicode Standard, and to make copies of this file in any form for
|
|
||||||
# internal or external distribution as long as this notice remains
|
|
||||||
# attached.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-14:1998 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-14 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-14 order.
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# <ftp://ftp.unicode.org/Public/MAPPINGS/>
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact <errata@unicode.org>
|
|
||||||
# Please note that <errata@unicode.org> is an archival address;
|
|
||||||
# notices will be checked, but do not expect an immediate response.
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
0x00 0x0000 # NULL
|
||||||
0x01 0x0001 # START OF HEADING
|
0x01 0x0001 # START OF HEADING
|
||||||
0x02 0x0002 # START OF TEXT
|
0x02 0x0002 # START OF TEXT
|
||||||
|
|||||||
@ -1,49 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: ISO/IEC 8859-15:1999 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 1.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27
|
|
||||||
# Authors: Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/>
|
|
||||||
# Ken Whistler <kenw@sybase.com>
|
|
||||||
#
|
|
||||||
# Copyright (c) 1998 - 1999 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on optical media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Unicode, Inc. hereby grants the right to freely use the information
|
|
||||||
# supplied in this file in the creation of products supporting the
|
|
||||||
# Unicode Standard, and to make copies of this file in any form for
|
|
||||||
# internal or external distribution as long as this notice remains
|
|
||||||
# attached.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-15:1999 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-15 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-15 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# <ftp://ftp.unicode.org/Public/MAPPINGS/>
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact <errata@unicode.org>
|
|
||||||
# Please note that <errata@unicode.org> is an archival address;
|
|
||||||
# notices will be checked, but do not expect an immediate response.
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
0x00 0x0000 # NULL
|
||||||
0x01 0x0001 # START OF HEADING
|
0x01 0x0001 # START OF HEADING
|
||||||
0x02 0x0002 # START OF TEXT
|
0x02 0x0002 # START OF TEXT
|
||||||
|
|||||||
@ -1,46 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: ISO/IEC 8859-16:2001 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 1.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 2001 July 26
|
|
||||||
# Authors: Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/>
|
|
||||||
#
|
|
||||||
# Copyright (c) 1999-2001 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on optical media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Unicode, Inc. hereby grants the right to freely use the information
|
|
||||||
# supplied in this file in the creation of products supporting the
|
|
||||||
# Unicode Standard, and to make copies of this file in any form for
|
|
||||||
# internal or external distribution as long as this notice remains
|
|
||||||
# attached.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-16:2001 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-16 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-16 order.
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# <ftp://ftp.unicode.org/Public/MAPPINGS/>
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact <errata@unicode.org>
|
|
||||||
# Please note that <errata@unicode.org> is an archival address;
|
|
||||||
# notices will be checked, but do not expect an immediate response.
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
0x00 0x0000 # NULL
|
||||||
0x01 0x0001 # START OF HEADING
|
0x01 0x0001 # START OF HEADING
|
||||||
0x02 0x0002 # START OF TEXT
|
0x02 0x0002 # START OF TEXT
|
||||||
|
|||||||
@ -1,50 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: ISO 8859-2:1999 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 1.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27
|
|
||||||
# Authors: Ken Whistler <kenw@sybase.com>
|
|
||||||
#
|
|
||||||
# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on optical media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Unicode, Inc. hereby grants the right to freely use the information
|
|
||||||
# supplied in this file in the creation of products supporting the
|
|
||||||
# Unicode Standard, and to make copies of this file in any form for
|
|
||||||
# internal or external distribution as long as this notice remains
|
|
||||||
# attached.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-2:1999 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-2 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-2 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version updates 0.1 version by adding mappings for all
|
|
||||||
# control characters.
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# <ftp://ftp.unicode.org/Public/MAPPINGS/>
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact <errata@unicode.org>
|
|
||||||
# Please note that <errata@unicode.org> is an archival address;
|
|
||||||
# notices will be checked, but do not expect an immediate response.
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
0x00 0x0000 # NULL
|
||||||
0x01 0x0001 # START OF HEADING
|
0x01 0x0001 # START OF HEADING
|
||||||
0x02 0x0002 # START OF TEXT
|
0x02 0x0002 # START OF TEXT
|
||||||
|
|||||||
@ -1,50 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: ISO/IEC 8859-3:1999 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 1.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27
|
|
||||||
# Authors: Ken Whistler <kenw@sybase.com>
|
|
||||||
#
|
|
||||||
# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on optical media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Unicode, Inc. hereby grants the right to freely use the information
|
|
||||||
# supplied in this file in the creation of products supporting the
|
|
||||||
# Unicode Standard, and to make copies of this file in any form for
|
|
||||||
# internal or external distribution as long as this notice remains
|
|
||||||
# attached.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-3:1999 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-3 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-3 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version updates 0.1 version by adding mappings for all
|
|
||||||
# control characters.
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# <ftp://ftp.unicode.org/Public/MAPPINGS/>
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact <errata@unicode.org>
|
|
||||||
# Please note that <errata@unicode.org> is an archival address;
|
|
||||||
# notices will be checked, but do not expect an immediate response.
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
0x00 0x0000 # NULL
|
||||||
0x01 0x0001 # START OF HEADING
|
0x01 0x0001 # START OF HEADING
|
||||||
0x02 0x0002 # START OF TEXT
|
0x02 0x0002 # START OF TEXT
|
||||||
|
|||||||
@ -1,50 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: ISO/IEC 8859-4:1998 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 1.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27
|
|
||||||
# Authors: Ken Whistler <kenw@sybase.com>
|
|
||||||
#
|
|
||||||
# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on optical media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Unicode, Inc. hereby grants the right to freely use the information
|
|
||||||
# supplied in this file in the creation of products supporting the
|
|
||||||
# Unicode Standard, and to make copies of this file in any form for
|
|
||||||
# internal or external distribution as long as this notice remains
|
|
||||||
# attached.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-4:1998 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-4 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-4 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version updates 0.1 version by adding mappings for all
|
|
||||||
# control characters.
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# <ftp://ftp.unicode.org/Public/MAPPINGS/>
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact <errata@unicode.org>
|
|
||||||
# Please note that <errata@unicode.org> is an archival address;
|
|
||||||
# notices will be checked, but do not expect an immediate response.
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
0x00 0x0000 # NULL
|
||||||
0x01 0x0001 # START OF HEADING
|
0x01 0x0001 # START OF HEADING
|
||||||
0x02 0x0002 # START OF TEXT
|
0x02 0x0002 # START OF TEXT
|
||||||
|
|||||||
@ -1,50 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: ISO 8859-5:1999 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 1.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27
|
|
||||||
# Authors: Ken Whistler <kenw@sybase.com>
|
|
||||||
#
|
|
||||||
# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on optical media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Unicode, Inc. hereby grants the right to freely use the information
|
|
||||||
# supplied in this file in the creation of products supporting the
|
|
||||||
# Unicode Standard, and to make copies of this file in any form for
|
|
||||||
# internal or external distribution as long as this notice remains
|
|
||||||
# attached.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-5:1999 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-5 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-5 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version updates 0.1 version by adding mappings for all
|
|
||||||
# control characters.
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# <ftp://ftp.unicode.org/Public/MAPPINGS/>
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact <errata@unicode.org>
|
|
||||||
# Please note that <errata@unicode.org> is an archival address;
|
|
||||||
# notices will be checked, but do not expect an immediate response.
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
0x00 0x0000 # NULL
|
||||||
0x01 0x0001 # START OF HEADING
|
0x01 0x0001 # START OF HEADING
|
||||||
0x02 0x0002 # START OF TEXT
|
0x02 0x0002 # START OF TEXT
|
||||||
|
|||||||
@ -1,52 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: ISO 8859-6:1999 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 1.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27
|
|
||||||
# Authors: Ken Whistler <kenw@sybase.com>
|
|
||||||
#
|
|
||||||
# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on optical media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Unicode, Inc. hereby grants the right to freely use the information
|
|
||||||
# supplied in this file in the creation of products supporting the
|
|
||||||
# Unicode Standard, and to make copies of this file in any form for
|
|
||||||
# internal or external distribution as long as this notice remains
|
|
||||||
# attached.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-6:1999 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-6 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-6 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version updates 0.1 version by adding mappings for all
|
|
||||||
# control characters.
|
|
||||||
# 0x30..0x39 remapped to the ASCII digits (U+0030..U+0039) instead
|
|
||||||
# of the Arabic digits (U+0660..U+0669).
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# <ftp://ftp.unicode.org/Public/MAPPINGS/>
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact <errata@unicode.org>
|
|
||||||
# Please note that <errata@unicode.org> is an archival address;
|
|
||||||
# notices will be checked, but do not expect an immediate response.
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
0x00 0x0000 # NULL
|
||||||
0x01 0x0001 # START OF HEADING
|
0x01 0x0001 # START OF HEADING
|
||||||
0x02 0x0002 # START OF TEXT
|
0x02 0x0002 # START OF TEXT
|
||||||
|
|||||||
@ -1,58 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: ISO 8859-7:2003 to Unicode
|
|
||||||
# Unicode version: 4.0
|
|
||||||
# Table version: 2.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 2003-Nov-12
|
|
||||||
# Authors: Ken Whistler <kenw@sybase.com>
|
|
||||||
#
|
|
||||||
# Copyright (c) 1991-2003 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on optical media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Unicode, Inc. hereby grants the right to freely use the information
|
|
||||||
# supplied in this file in the creation of products supporting the
|
|
||||||
# Unicode Standard, and to make copies of this file in any form for
|
|
||||||
# internal or external distribution as long as this notice remains
|
|
||||||
# attached.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO 8859-7:2003 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# ISO 8859-7:1987 is equivalent to ISO-IR-126, ELOT 928,
|
|
||||||
# and ECMA 118. ISO 8859-7:2003 adds two currency signs
|
|
||||||
# and one other character not in the earlier standard.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO 8859-7 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO 8859-7 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version updates 0.1 version by adding mappings for all
|
|
||||||
# control characters.
|
|
||||||
# Remap 0xA1 to U+2018 (instead of 0x02BD) to match text of 8859-7
|
|
||||||
# Remap 0xA2 to U+2019 (instead of 0x02BC) to match text of 8859-7
|
|
||||||
#
|
|
||||||
# 2.0 version updates 1.0 version by adding mappings for the
|
|
||||||
# three newly added characters 0xA4, 0xA5, 0xAA.
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# <http://www.unicode.org/Public/MAPPINGS/>
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact the Unicode Consortium at:
|
|
||||||
# <http://www.unicode.org/reporting.html>
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
0x00 0x0000 # NULL
|
||||||
0x01 0x0001 # START OF HEADING
|
0x01 0x0001 # START OF HEADING
|
||||||
0x02 0x0002 # START OF TEXT
|
0x02 0x0002 # START OF TEXT
|
||||||
|
|||||||
@ -1,52 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: ISO/IEC 8859-8:1999 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 1.1
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 2000-Jan-03
|
|
||||||
# Authors: Ken Whistler <kenw@sybase.com>
|
|
||||||
#
|
|
||||||
# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on optical media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Unicode, Inc. hereby grants the right to freely use the information
|
|
||||||
# supplied in this file in the creation of products supporting the
|
|
||||||
# Unicode Standard, and to make copies of this file in any form for
|
|
||||||
# internal or external distribution as long as this notice remains
|
|
||||||
# attached.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-8:1999 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-8 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-8 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version updates 0.1 version by adding mappings for all
|
|
||||||
# control characters.
|
|
||||||
# 1.1 version updates to the published 8859-8:1999, correcting
|
|
||||||
# the mapping of 0xAF and adding mappings for LRM and RLM.
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# <ftp://ftp.unicode.org/Public/MAPPINGS/>
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact <errata@unicode.org>
|
|
||||||
# Please note that <errata@unicode.org> is an archival address;
|
|
||||||
# notices will be checked, but do not expect an immediate response.
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
0x00 0x0000 # NULL
|
||||||
0x01 0x0001 # START OF HEADING
|
0x01 0x0001 # START OF HEADING
|
||||||
0x02 0x0002 # START OF TEXT
|
0x02 0x0002 # START OF TEXT
|
||||||
|
|||||||
@ -1,52 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: ISO/IEC 8859-9:1999 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 1.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27
|
|
||||||
# Authors: Ken Whistler <kenw@sybase.com>
|
|
||||||
#
|
|
||||||
# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on magnetic media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Unicode, Inc. hereby grants the right to freely use the information
|
|
||||||
# supplied in this file in the creation of products supporting the
|
|
||||||
# Unicode Standard, and to make copies of this file in any form for
|
|
||||||
# internal or external distribution as long as this notice remains
|
|
||||||
# attached.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-9:1999 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-9 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-9 order.
|
|
||||||
#
|
|
||||||
# ISO/IEC 8859-9 is also equivalent to ISO-IR-148.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version updates 0.1 version by adding mappings for all
|
|
||||||
# control characters.
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# <ftp://ftp.unicode.org/Public/MAPPINGS/>
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact <errata@unicode.org>
|
|
||||||
# Please note that <errata@unicode.org> is an archival address;
|
|
||||||
# notices will be checked, but do not expect an immediate response.
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
0x00 0x0000 # NULL
|
||||||
0x01 0x0001 # START OF HEADING
|
0x01 0x0001 # START OF HEADING
|
||||||
0x02 0x0002 # START OF TEXT
|
0x02 0x0002 # START OF TEXT
|
||||||
|
|||||||
@ -1,53 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: JIS X 0201 (1976) to Unicode 1.1 Table
|
|
||||||
# Unicode version: 1.1
|
|
||||||
# Table version: 0.9
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 8 March 1994
|
|
||||||
#
|
|
||||||
# Copyright (c) 1991-1994 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on magnetic media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Recipient is granted the right to make copies in any form for
|
|
||||||
# internal distribution and to freely use the information supplied
|
|
||||||
# in the creation of products supporting Unicode. Unicode, Inc.
|
|
||||||
# specifically excludes the right to re-distribute this file directly
|
|
||||||
# to third parties or other organizations whether for profit or not.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# This table contains one set of mappings from JIS X 0201 into Unicode.
|
|
||||||
# Note that these data are *possible* mappings only and may not be the
|
|
||||||
# same as those used by actual products, nor may they be the best suited
|
|
||||||
# for all uses. For more information on the mappings between various code
|
|
||||||
# pages incorporating the repertoire of JIS X 0201 and Unicode, consult the
|
|
||||||
# VENDORS mapping data. Normative information on the mapping between
|
|
||||||
# JIS X 0201 and Unicode may be found in the Unihan.txt file in the
|
|
||||||
# latest Unicode Character Database.
|
|
||||||
#
|
|
||||||
# If you have carefully considered the fact that the mappings in
|
|
||||||
# this table are only one possible set of mappings between JIS X 0201 and
|
|
||||||
# Unicode and have no normative status, but still feel that you
|
|
||||||
# have located an error in the table that requires fixing, you may
|
|
||||||
# report any such error to errata@unicode.org.
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the shift JIS code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode (ISO 10646) name (follows a comment sign)
|
|
||||||
#
|
|
||||||
# The entries are in JIS order
|
|
||||||
#
|
|
||||||
#
|
|
||||||
0x20 0x0020 # SPACE
|
0x20 0x0020 # SPACE
|
||||||
0x21 0x0021 # EXCLAMATION MARK
|
0x21 0x0021 # EXCLAMATION MARK
|
||||||
0x22 0x0022 # QUOTATION MARK
|
0x22 0x0022 # QUOTATION MARK
|
||||||
|
|||||||
@ -1,75 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: JIS X 0208 (1990) to Unicode
|
|
||||||
# Unicode version: 1.1
|
|
||||||
# Table version: 0.9
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 8 March 1994
|
|
||||||
#
|
|
||||||
# Copyright (c) 1991-1994 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on magnetic media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Recipient is granted the right to make copies in any form for
|
|
||||||
# internal distribution and to freely use the information supplied
|
|
||||||
# in the creation of products supporting Unicode. Unicode, Inc.
|
|
||||||
# specifically excludes the right to re-distribute this file directly
|
|
||||||
# to third parties or other organizations whether for profit or not.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# This table contains one set of mappings from JIS X 0208 (1990) into Unicode.
|
|
||||||
# Note that these data are *possible* mappings only and may not be the
|
|
||||||
# same as those used by actual products, nor may they be the best suited
|
|
||||||
# for all uses. For more information on the mappings between various code
|
|
||||||
# pages incorporating the repertoire of JIS X 0208 (1990) and Unicode, consult the
|
|
||||||
# VENDORS mapping data. Normative information on the mapping between
|
|
||||||
# JIS X 0208 (1990) and Unicode may be found in the Unihan.txt file in the
|
|
||||||
# latest Unicode Character Database.
|
|
||||||
#
|
|
||||||
# If you have carefully considered the fact that the mappings in
|
|
||||||
# this table are only one possible set of mappings between JIS X 0208 (1990)
|
|
||||||
# and Unicode and have no normative status, but still feel that you
|
|
||||||
# have located an error in the table that requires fixing, you may
|
|
||||||
# report any such error to errata@unicode.org.
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# Format: Four tab-separated columns
|
|
||||||
# Column #1 is the JIS X 0208 code (in hex as 0xXXXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
# The official names for Unicode characters U+4E00
|
|
||||||
# to U+9FA5, inclusive, is "CJK UNIFIED IDEOGRAPH-XXXX",
|
|
||||||
# where XXXX is the code point. Including all these
|
|
||||||
# names in this file increases its size substantially
|
|
||||||
# and needlessly. The token "<CJK>" is used for the
|
|
||||||
# name of these characters. If necessary, it can be
|
|
||||||
# expanded algorithmically by a parser or editor.
|
|
||||||
#
|
|
||||||
# The entries are in JIS X 0208 order
|
|
||||||
#
|
|
||||||
# The following algorithms can be used to change the hex form
|
|
||||||
# of JIS 0208 to other standard forms:
|
|
||||||
#
|
|
||||||
# To change hex to EUC form, add 0x8080
|
|
||||||
# To change hex to kuten form, first subtract 0x2020. Then
|
|
||||||
# the high and low bytes correspond to the ku and ten of
|
|
||||||
# the kuten form. For example, 0x2121 -> 0x0101 -> 0101;
|
|
||||||
# 0x7426 -> 0x5406 -> 8406
|
|
||||||
#
|
|
||||||
# The kanji mappings are a normative part of ISO/IEC 10646. The
|
|
||||||
# non-kanji mappings are provisional, pending definition of
|
|
||||||
# official mappings by Japanese standards bodies
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact <John_Jenkins@taligent.com>
|
|
||||||
#
|
|
||||||
#
|
|
||||||
0x2121 0x3000 # IDEOGRAPHIC SPACE
|
0x2121 0x3000 # IDEOGRAPHIC SPACE
|
||||||
0x2122 0x3001 # IDEOGRAPHIC COMMA
|
0x2122 0x3001 # IDEOGRAPHIC COMMA
|
||||||
0x2123 0x3002 # IDEOGRAPHIC FULL STOP
|
0x2123 0x3002 # IDEOGRAPHIC FULL STOP
|
||||||
|
|||||||
@ -1,89 +1,3 @@
|
|||||||
#
|
|
||||||
# Name: JIS X 0212 (1990) to Unicode
|
|
||||||
# Unicode version: 1.1
|
|
||||||
# Table version: 0.9
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 8 March 1994
|
|
||||||
#
|
|
||||||
# Copyright (c) 1991-1994 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
|
|
||||||
# No claims are made as to fitness for any particular purpose. No
|
|
||||||
# warranties of any kind are expressed or implied. The recipient
|
|
||||||
# agrees to determine applicability of information provided. If this
|
|
||||||
# file has been provided on magnetic media by Unicode, Inc., the sole
|
|
||||||
# remedy for any claim will be exchange of defective media within 90
|
|
||||||
# days of receipt.
|
|
||||||
#
|
|
||||||
# Recipient is granted the right to make copies in any form for
|
|
||||||
# internal distribution and to freely use the information supplied
|
|
||||||
# in the creation of products supporting Unicode. Unicode, Inc.
|
|
||||||
# specifically excludes the right to re-distribute this file directly
|
|
||||||
# to third parties or other organizations whether for profit or not.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# This table contains one set of mappings from JIS X 0212 into Unicode.
|
|
||||||
# Note that these data are *possible* mappings only and may not be the
|
|
||||||
# same as those used by actual products, nor may they be the best suited
|
|
||||||
# for all uses. For more information on the mappings between various code
|
|
||||||
# pages incorporating the repertoire of JIS X 0212 and Unicode, consult the
|
|
||||||
# VENDORS mapping data. Normative information on the mapping between
|
|
||||||
# JIS X 0212 and Unicode may be found in the Unihan.txt file in the
|
|
||||||
# latest Unicode Character Database.
|
|
||||||
#
|
|
||||||
# If you have carefully considered the fact that the mappings in
|
|
||||||
# this table are only one possible set of mappings between JIS X 0212 and
|
|
||||||
# Unicode and have no normative status, but still feel that you
|
|
||||||
# have located an error in the table that requires fixing, you may
|
|
||||||
# report any such error to errata@unicode.org.
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the JIS X 0212 code (in hex as 0xXXXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
# The official names for Unicode characters U+4E00
|
|
||||||
# to U+9FA5, inclusive, is "CJK UNIFIED IDEOGRAPH-XXXX",
|
|
||||||
# where XXXX is the code point. Including all these
|
|
||||||
# names in this file increases its size substantially
|
|
||||||
# and needlessly. The token "<CJK>" is used for the
|
|
||||||
# name of these characters. If necessary, it can be
|
|
||||||
# expanded algorithmically by a parser or editor.
|
|
||||||
#
|
|
||||||
# The entries are in JIS X 0212 order
|
|
||||||
#
|
|
||||||
# The following algorithms can be used to change the hex form
|
|
||||||
# of JIS 0212 to other standard forms:
|
|
||||||
#
|
|
||||||
# To change hex to EUC form, add 0x8080
|
|
||||||
# To change hex to kuten form, first subtract 0x2020. Then
|
|
||||||
# the high and low bytes correspond to the ku and ten of
|
|
||||||
# the kuten form. For example, 0x2121 -> 0x0101 -> 0101;
|
|
||||||
# 0x6D63 -> 0x4D43 -> 7767
|
|
||||||
#
|
|
||||||
# The kanji mappings are a normative part of ISO/IEC 10646. The
|
|
||||||
# non-kanji mappings are provisional, pending definition of
|
|
||||||
# official mappings by Japanese standards bodies
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact <John_Jenkins@taligent.com>
|
|
||||||
#
|
|
||||||
# Notes:
|
|
||||||
#
|
|
||||||
# 1. JIS X 0212 apparently unified the following two symbols
|
|
||||||
# into a single character at 0x2922:
|
|
||||||
#
|
|
||||||
# LATIN CAPITAL LETTER D WITH STROKE
|
|
||||||
# LATIN CAPITAL LETTER ETH
|
|
||||||
#
|
|
||||||
# However, JIS X 0212 maintains the distinction between
|
|
||||||
# the lowercase forms of these two elements at 0x2942 and 0x2943.
|
|
||||||
# Given the structre of these JIS encodings, it is clear that
|
|
||||||
# 0x2922 and 0x2942 are intended to be a capital/small pair.
|
|
||||||
# Consequently, in the Unicode mapping, 0x2922 is treated as
|
|
||||||
# LATIN CAPITAL LETTER D WITH STROKE.
|
|
||||||
#
|
|
||||||
0x222F 0x02D8 # BREVE
|
0x222F 0x02D8 # BREVE
|
||||||
0x2230 0x02C7 # CARON (Mandarin Chinese third tone)
|
0x2230 0x02C7 # CARON (Mandarin Chinese third tone)
|
||||||
0x2231 0x00B8 # CEDILLA
|
0x2231 0x00B8 # CEDILLA
|
||||||
|
|||||||
@ -1,83 +1,4 @@
|
|||||||
#=======================================================================
|
# /Notes on Mac OS Roman:/
|
||||||
# File name: ROMAN.TXT
|
|
||||||
#
|
|
||||||
# Contents: Map (external version) from Mac OS Roman
|
|
||||||
# character set to Unicode 2.1 and later.
|
|
||||||
#
|
|
||||||
# Copyright: (c) 1994-2002, 2005 by Apple Computer, Inc., all rights
|
|
||||||
# reserved.
|
|
||||||
#
|
|
||||||
# Contact: charsets@apple.com
|
|
||||||
#
|
|
||||||
# Changes:
|
|
||||||
#
|
|
||||||
# c02 2005-Apr-05 Update header comments. Matches internal xml
|
|
||||||
# <c1.1> and Text Encoding Converter 2.0.
|
|
||||||
# b4,c1 2002-Dec-19 Update URLs, notes. Matches internal
|
|
||||||
# utom<b5>.
|
|
||||||
# b03 1999-Sep-22 Update contact e-mail address. Matches
|
|
||||||
# internal utom<b4>, ufrm<b3>, and Text
|
|
||||||
# Encoding Converter version 1.5.
|
|
||||||
# b02 1998-Aug-18 Encoding changed for Mac OS 8.5; change
|
|
||||||
# mapping of 0xDB from CURRENCY SIGN to
|
|
||||||
# EURO SIGN. Matches internal utom<b3>,
|
|
||||||
# ufrm<b3>.
|
|
||||||
# n08 1998-Feb-05 Minor update to header comments
|
|
||||||
# n06 1997-Dec-14 Add warning about future changes to 0xDB
|
|
||||||
# from CURRENCY SIGN to EURO SIGN. Clarify
|
|
||||||
# some header information
|
|
||||||
# n04 1997-Dec-01 Update to match internal utom<n3>, ufrm<n22>:
|
|
||||||
# Change standard mapping for 0xBD from U+2126
|
|
||||||
# to its canonical decomposition, U+03A9.
|
|
||||||
# n03 1995-Apr-15 First version (after fixing some typos).
|
|
||||||
# Matches internal ufrm<n9>.
|
|
||||||
#
|
|
||||||
# Standard header:
|
|
||||||
# ----------------
|
|
||||||
#
|
|
||||||
# Apple, the Apple logo, and Macintosh are trademarks of Apple
|
|
||||||
# Computer, Inc., registered in the United States and other countries.
|
|
||||||
# Unicode is a trademark of Unicode Inc. For the sake of brevity,
|
|
||||||
# throughout this document, "Macintosh" can be used to refer to
|
|
||||||
# Macintosh computers and "Unicode" can be used to refer to the
|
|
||||||
# Unicode standard.
|
|
||||||
#
|
|
||||||
# Apple Computer, Inc. ("Apple") makes no warranty or representation,
|
|
||||||
# either express or implied, with respect to this document and the
|
|
||||||
# included data, its quality, accuracy, or fitness for a particular
|
|
||||||
# purpose. In no event will Apple be liable for direct, indirect,
|
|
||||||
# special, incidental, or consequential damages resulting from any
|
|
||||||
# defect or inaccuracy in this document or the included data.
|
|
||||||
#
|
|
||||||
# These mapping tables and character lists are subject to change.
|
|
||||||
# The latest tables should be available from the following:
|
|
||||||
#
|
|
||||||
# <http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/>
|
|
||||||
#
|
|
||||||
# For general information about Mac OS encodings and these mapping
|
|
||||||
# tables, see the file "README.TXT".
|
|
||||||
#
|
|
||||||
# Format:
|
|
||||||
# -------
|
|
||||||
#
|
|
||||||
# Three tab-separated columns;
|
|
||||||
# '#' begins a comment which continues to the end of the line.
|
|
||||||
# Column #1 is the Mac OS Roman code (in hex as 0xNN)
|
|
||||||
# Column #2 is the corresponding Unicode (in hex as 0xNNNN)
|
|
||||||
# Column #3 is a comment containing the Unicode name
|
|
||||||
#
|
|
||||||
# The entries are in Mac OS Roman code order.
|
|
||||||
#
|
|
||||||
# One of these mappings requires the use of a corporate character.
|
|
||||||
# See the file "CORPCHAR.TXT" and notes below.
|
|
||||||
#
|
|
||||||
# Control character mappings are not shown in this table, following
|
|
||||||
# the conventions of the standard UTC mapping tables. However, the
|
|
||||||
# Mac OS Roman character set uses the standard control characters at
|
|
||||||
# 0x00-0x1F and 0x7F.
|
|
||||||
#
|
|
||||||
# Notes on Mac OS Roman:
|
|
||||||
# ----------------------
|
|
||||||
#
|
#
|
||||||
# This is a legacy Mac OS encoding; in the Mac OS X Carbon and Cocoa
|
# This is a legacy Mac OS encoding; in the Mac OS X Carbon and Cocoa
|
||||||
# environments, it is only supported directly in programming
|
# environments, it is only supported directly in programming
|
||||||
@ -117,8 +38,7 @@
|
|||||||
# interpreted as associated with these glyphs; they are usually
|
# interpreted as associated with these glyphs; they are usually
|
||||||
# interpreted (if at all) as the control codes DC1-DC4.
|
# interpreted (if at all) as the control codes DC1-DC4.
|
||||||
#
|
#
|
||||||
# Unicode mapping issues and notes:
|
# /Unicode mapping issues and notes:/
|
||||||
# ---------------------------------
|
|
||||||
#
|
#
|
||||||
# The following corporate zone Unicode character is used in this
|
# The following corporate zone Unicode character is used in this
|
||||||
# mapping:
|
# mapping:
|
||||||
@ -129,21 +49,50 @@
|
|||||||
# is not authorized for use without permission of Apple, and
|
# is not authorized for use without permission of Apple, and
|
||||||
# unauthorized use might constitute trademark infringement.
|
# unauthorized use might constitute trademark infringement.
|
||||||
#
|
#
|
||||||
# Details of mapping changes in each version:
|
# /Details of mapping changes in each version:/
|
||||||
# -------------------------------------------
|
|
||||||
#
|
#
|
||||||
# Changes from version n08 to version b02:
|
# Changes from version n08 to version b02:
|
||||||
#
|
#
|
||||||
# - Encoding changed for Mac OS 8.5; change mapping of 0xDB from
|
# * Encoding changed for Mac OS 8.5; change mapping of 0xDB from
|
||||||
# CURRENCY SIGN (U+00A4) to EURO SIGN (U+20AC).
|
# CURRENCY SIGN (U+00A4) to EURO SIGN (U+20AC).
|
||||||
#
|
#
|
||||||
# Changes from version n03 to version n04:
|
# Changes from version n03 to version n04:
|
||||||
#
|
#
|
||||||
# - Change mapping of 0xBD from U+2126 to its canonical
|
# * Change mapping of 0xBD from U+2126 to its canonical
|
||||||
# decomposition, U+03A9.
|
# decomposition, U+03A9.
|
||||||
#
|
|
||||||
##################
|
|
||||||
|
|
||||||
|
0x00 0x0000 # NULL
|
||||||
|
0x01 0x0001 # START OF HEADING
|
||||||
|
0x02 0x0002 # START OF TEXT
|
||||||
|
0x03 0x0003 # END OF TEXT
|
||||||
|
0x04 0x0004 # END OF TRANSMISSION
|
||||||
|
0x05 0x0005 # ENQUIRY
|
||||||
|
0x06 0x0006 # ACKNOWLEDGE
|
||||||
|
0x07 0x0007 # BELL
|
||||||
|
0x08 0x0008 # BACKSPACE
|
||||||
|
0x09 0x0009 # HORIZONTAL TABULATION
|
||||||
|
0x0A 0x000A # LINE FEED
|
||||||
|
0x0B 0x000B # VERTICAL TABULATION
|
||||||
|
0x0C 0x000C # FORM FEED
|
||||||
|
0x0D 0x000D # CARRIAGE RETURN
|
||||||
|
0x0E 0x000E # SHIFT OUT
|
||||||
|
0x0F 0x000F # SHIFT IN
|
||||||
|
0x10 0x0010 # DATA LINK ESCAPE
|
||||||
|
0x11 0x0011 # DEVICE CONTROL ONE
|
||||||
|
0x12 0x0012 # DEVICE CONTROL TWO
|
||||||
|
0x13 0x0013 # DEVICE CONTROL THREE
|
||||||
|
0x14 0x0014 # DEVICE CONTROL FOUR
|
||||||
|
0x15 0x0015 # NEGATIVE ACKNOWLEDGE
|
||||||
|
0x16 0x0016 # SYNCHRONOUS IDLE
|
||||||
|
0x17 0x0017 # END OF TRANSMISSION BLOCK
|
||||||
|
0x18 0x0018 # CANCEL
|
||||||
|
0x19 0x0019 # END OF MEDIUM
|
||||||
|
0x1A 0x001A # SUBSTITUTE
|
||||||
|
0x1B 0x001B # ESCAPE
|
||||||
|
0x1C 0x001C # FILE SEPARATOR
|
||||||
|
0x1D 0x001D # GROUP SEPARATOR
|
||||||
|
0x1E 0x001E # RECORD SEPARATOR
|
||||||
|
0x1F 0x001F # UNIT SEPARATOR
|
||||||
0x20 0x0020 # SPACE
|
0x20 0x0020 # SPACE
|
||||||
0x21 0x0021 # EXCLAMATION MARK
|
0x21 0x0021 # EXCLAMATION MARK
|
||||||
0x22 0x0022 # QUOTATION MARK
|
0x22 0x0022 # QUOTATION MARK
|
||||||
@ -239,7 +188,7 @@
|
|||||||
0x7C 0x007C # VERTICAL LINE
|
0x7C 0x007C # VERTICAL LINE
|
||||||
0x7D 0x007D # RIGHT CURLY BRACKET
|
0x7D 0x007D # RIGHT CURLY BRACKET
|
||||||
0x7E 0x007E # TILDE
|
0x7E 0x007E # TILDE
|
||||||
#
|
0x7F 0x007F # DELETE
|
||||||
0x80 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS
|
0x80 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS
|
||||||
0x81 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE
|
0x81 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE
|
||||||
0x82 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA
|
0x82 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA
|
||||||
|
|||||||
@ -18,16 +18,28 @@ data MappingType
|
|||||||
| JISMapping
|
| JISMapping
|
||||||
deriving (Eq,Ord,Show,Read)
|
deriving (Eq,Ord,Show,Read)
|
||||||
|
|
||||||
readTranslation :: Int -> FilePath -> IO [(Integer,Maybe Char)]
|
readTranslation :: Int -> FilePath -> IO ([(Integer,Maybe Char)],[String])
|
||||||
readTranslation offset file = do
|
readTranslation offset file = do
|
||||||
cont <- readFile file
|
cont <- fmap parseTranslationTable $ readFile file
|
||||||
return $ mapMaybe (\ln -> case drop offset ln of
|
let docstr = mapMaybe snd (takeWhile (null.fst) cont)
|
||||||
[src] -> Just (src,Nothing)
|
let trans = mapMaybe (\(ln,comm) -> case drop offset ln of
|
||||||
[src,trg] -> Just (src,Just $ chr $ fromIntegral trg)
|
[src] -> Just (src,Nothing)
|
||||||
_ -> Nothing) (parseTranslationTable cont)
|
[src,trg] -> Just (src,Just $ chr $ fromIntegral trg)
|
||||||
|
_ -> Nothing) cont
|
||||||
|
return (trans,docstr)
|
||||||
|
|
||||||
parseTranslationTable :: String -> [[Integer]]
|
parseTranslationTable :: String -> [([Integer],Maybe String)]
|
||||||
parseTranslationTable cont = filter (not.null) (map (\ln -> map read (takeWhile ((/='#').head) (words ln))) (lines cont))
|
parseTranslationTable cont = map (\ln -> let (trans,comm) = break (=='#') ln
|
||||||
|
in (map read (words trans),case comm of
|
||||||
|
"" -> Nothing
|
||||||
|
_ -> Just (tail comm))
|
||||||
|
) (lines cont)
|
||||||
|
|
||||||
|
buildDocTable :: [(Integer,Maybe Char)] -> [String]
|
||||||
|
buildDocTable = intersperse "".
|
||||||
|
map (\(i,mbc) -> show i ++ (case mbc of
|
||||||
|
Nothing -> ""
|
||||||
|
Just c -> "\t = &#"++show (ord c)++"; ("++show (ord c)++")"))
|
||||||
|
|
||||||
{-fillTranslations :: (Ix a,Show a) => a -> a -> [(a,Maybe Char)] -> [(a,Maybe Char)]
|
{-fillTranslations :: (Ix a,Show a) => a -> a -> [(a,Maybe Char)] -> [(a,Maybe Char)]
|
||||||
fillTranslations f t = merge (range (f,t))
|
fillTranslations f t = merge (range (f,t))
|
||||||
@ -70,7 +82,7 @@ mappingPreprocessor = PreProcessor
|
|||||||
|
|
||||||
preprocessMapping :: MappingType -> FilePath -> FilePath -> [String] -> String -> IO ()
|
preprocessMapping :: MappingType -> FilePath -> FilePath -> [String] -> String -> IO ()
|
||||||
preprocessMapping tp src trg mods name = do
|
preprocessMapping tp src trg mods name = do
|
||||||
trans <- readTranslation 0 src
|
(trans,doc) <- readTranslation 0 src
|
||||||
let mod = concat $ intersperse "." (mods++[name])
|
let mod = concat $ intersperse "." (mods++[name])
|
||||||
let wsize = case tp of
|
let wsize = case tp of
|
||||||
ISOMapping -> 1
|
ISOMapping -> 1
|
||||||
@ -104,8 +116,16 @@ preprocessMapping tp src trg mods name = do
|
|||||||
Nothing -> Nothing
|
Nothing -> Nothing
|
||||||
Just rc -> Just (rc,fromIntegral i::Word16)) trans)-}
|
Just rc -> Just (rc,fromIntegral i::Word16)) trans)-}
|
||||||
writeFile trg $ unlines $
|
writeFile trg $ unlines $
|
||||||
["{-# LANGUAGE MagicHash,DeriveDataTypeable #-}"
|
["{- This file has been auto-generated. Do not edit it. -}"
|
||||||
,"module "++mod++"("++name++"(..)) where"
|
,"{-# LANGUAGE MagicHash,DeriveDataTypeable #-}"
|
||||||
|
]++(case doc of
|
||||||
|
[] -> ["{- |"]
|
||||||
|
_ -> ("{- | "++head doc):(map (\ln -> " "++ln) (tail doc)))
|
||||||
|
++[""]
|
||||||
|
++buildDocTable trans
|
||||||
|
++[" -}"]
|
||||||
|
++
|
||||||
|
["module "++mod++"("++name++"(..)) where"
|
||||||
,""
|
,""
|
||||||
,"import Data.Encoding.Base"
|
,"import Data.Encoding.Base"
|
||||||
,"import Data.Encoding.ByteSource"
|
,"import Data.Encoding.ByteSource"
|
||||||
|
|||||||
@ -8,6 +8,7 @@ import Data.List (find)
|
|||||||
import Data.Char
|
import Data.Char
|
||||||
import Text.XML.HaXml.XmlContent
|
import Text.XML.HaXml.XmlContent
|
||||||
import Text.XML.HaXml.OneOfN
|
import Text.XML.HaXml.OneOfN
|
||||||
|
import Text.XML.HaXml.Types
|
||||||
|
|
||||||
testFile :: FilePath -> IO CharacterMapping
|
testFile :: FilePath -> IO CharacterMapping
|
||||||
testFile fp = fReadXml fp
|
testFile fp = fReadXml fp
|
||||||
@ -130,7 +131,7 @@ instance HTypeable CharacterMapping where
|
|||||||
toHType x = Defined "characterMapping" [] []
|
toHType x = Defined "characterMapping" [] []
|
||||||
instance XmlContent CharacterMapping where
|
instance XmlContent CharacterMapping where
|
||||||
toContents (CharacterMapping as a b c) =
|
toContents (CharacterMapping as a b c) =
|
||||||
[CElem (Elem "characterMapping" (toAttrs as) (maybe [] toContents a
|
[CElem (Elem (N "characterMapping") (toAttrs as) (maybe [] toContents a
|
||||||
++ toContents b
|
++ toContents b
|
||||||
++ toContents c)) ()]
|
++ toContents c)) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
@ -167,29 +168,29 @@ instance XmlAttributes CharacterMapping_Attrs where
|
|||||||
|
|
||||||
instance XmlAttrType CharacterMapping_bidiOrder where
|
instance XmlAttrType CharacterMapping_bidiOrder where
|
||||||
fromAttrToTyp n (n',v)
|
fromAttrToTyp n (n',v)
|
||||||
| n==n' = translate (attr2str v)
|
| N n==n' = translate (attr2str v)
|
||||||
| otherwise = Nothing
|
| otherwise = Nothing
|
||||||
where translate "logical" = Just CharacterMapping_bidiOrder_logical
|
where translate "logical" = Just CharacterMapping_bidiOrder_logical
|
||||||
translate "RTL" = Just CharacterMapping_bidiOrder_RTL
|
translate "RTL" = Just CharacterMapping_bidiOrder_RTL
|
||||||
translate "LTR" = Just CharacterMapping_bidiOrder_LTR
|
translate "LTR" = Just CharacterMapping_bidiOrder_LTR
|
||||||
translate _ = Nothing
|
translate _ = Nothing
|
||||||
toAttrFrTyp n CharacterMapping_bidiOrder_logical = Just (n, str2attr "logical")
|
toAttrFrTyp n CharacterMapping_bidiOrder_logical = Just (N n, str2attr "logical")
|
||||||
toAttrFrTyp n CharacterMapping_bidiOrder_RTL = Just (n, str2attr "RTL")
|
toAttrFrTyp n CharacterMapping_bidiOrder_RTL = Just (N n, str2attr "RTL")
|
||||||
toAttrFrTyp n CharacterMapping_bidiOrder_LTR = Just (n, str2attr "LTR")
|
toAttrFrTyp n CharacterMapping_bidiOrder_LTR = Just (N n, str2attr "LTR")
|
||||||
|
|
||||||
instance XmlAttrType CharacterMapping_combiningOrder where
|
instance XmlAttrType CharacterMapping_combiningOrder where
|
||||||
fromAttrToTyp n (n',v)
|
fromAttrToTyp n (n',v)
|
||||||
| n==n' = translate (attr2str v)
|
| N n==n' = translate (attr2str v)
|
||||||
| otherwise = Nothing
|
| otherwise = Nothing
|
||||||
where translate "before" = Just CharacterMapping_combiningOrder_before
|
where translate "before" = Just CharacterMapping_combiningOrder_before
|
||||||
translate "after" = Just CharacterMapping_combiningOrder_after
|
translate "after" = Just CharacterMapping_combiningOrder_after
|
||||||
translate _ = Nothing
|
translate _ = Nothing
|
||||||
toAttrFrTyp n CharacterMapping_combiningOrder_before = Just (n, str2attr "before")
|
toAttrFrTyp n CharacterMapping_combiningOrder_before = Just (N n, str2attr "before")
|
||||||
toAttrFrTyp n CharacterMapping_combiningOrder_after = Just (n, str2attr "after")
|
toAttrFrTyp n CharacterMapping_combiningOrder_after = Just (N n, str2attr "after")
|
||||||
|
|
||||||
instance XmlAttrType CharacterMapping_normalization where
|
instance XmlAttrType CharacterMapping_normalization where
|
||||||
fromAttrToTyp n (n',v)
|
fromAttrToTyp n (n',v)
|
||||||
| n==n' = translate (attr2str v)
|
| N n==n' = translate (attr2str v)
|
||||||
| otherwise = Nothing
|
| otherwise = Nothing
|
||||||
where translate "undetermined" = Just CharacterMapping_normalization_undetermined
|
where translate "undetermined" = Just CharacterMapping_normalization_undetermined
|
||||||
translate "neither" = Just CharacterMapping_normalization_neither
|
translate "neither" = Just CharacterMapping_normalization_neither
|
||||||
@ -197,17 +198,17 @@ instance XmlAttrType CharacterMapping_normalization where
|
|||||||
translate "NFD" = Just CharacterMapping_normalization_NFD
|
translate "NFD" = Just CharacterMapping_normalization_NFD
|
||||||
translate "NFC_NFD" = Just CharacterMapping_normalization_NFC_NFD
|
translate "NFC_NFD" = Just CharacterMapping_normalization_NFC_NFD
|
||||||
translate _ = Nothing
|
translate _ = Nothing
|
||||||
toAttrFrTyp n CharacterMapping_normalization_undetermined = Just (n, str2attr "undetermined")
|
toAttrFrTyp n CharacterMapping_normalization_undetermined = Just (N n, str2attr "undetermined")
|
||||||
toAttrFrTyp n CharacterMapping_normalization_neither = Just (n, str2attr "neither")
|
toAttrFrTyp n CharacterMapping_normalization_neither = Just (N n, str2attr "neither")
|
||||||
toAttrFrTyp n CharacterMapping_normalization_NFC = Just (n, str2attr "NFC")
|
toAttrFrTyp n CharacterMapping_normalization_NFC = Just (N n, str2attr "NFC")
|
||||||
toAttrFrTyp n CharacterMapping_normalization_NFD = Just (n, str2attr "NFD")
|
toAttrFrTyp n CharacterMapping_normalization_NFD = Just (N n, str2attr "NFD")
|
||||||
toAttrFrTyp n CharacterMapping_normalization_NFC_NFD = Just (n, str2attr "NFC_NFD")
|
toAttrFrTyp n CharacterMapping_normalization_NFC_NFD = Just (N n, str2attr "NFC_NFD")
|
||||||
|
|
||||||
instance XmlAttrType ByteSequence where
|
instance XmlAttrType ByteSequence where
|
||||||
fromAttrToTyp n (n',v)
|
fromAttrToTyp n (n',v)
|
||||||
| n==n' = parseByteSequence (attr2str v)
|
| N n==n' = parseByteSequence (attr2str v)
|
||||||
| otherwise = Nothing
|
| otherwise = Nothing
|
||||||
toAttrFrTyp n bs = Just (n, str2attr $ show bs)
|
toAttrFrTyp n bs = Just (N n, str2attr $ show bs)
|
||||||
|
|
||||||
parseByteSequence :: String -> Maybe ByteSequence
|
parseByteSequence :: String -> Maybe ByteSequence
|
||||||
parseByteSequence str = do
|
parseByteSequence str = do
|
||||||
@ -222,9 +223,9 @@ instance Show ByteSequence where
|
|||||||
|
|
||||||
instance XmlAttrType CodePoints where
|
instance XmlAttrType CodePoints where
|
||||||
fromAttrToTyp n (n',v)
|
fromAttrToTyp n (n',v)
|
||||||
| n==n' = parseCodePoints (attr2str v)
|
| N n==n' = parseCodePoints (attr2str v)
|
||||||
| otherwise = Nothing
|
| otherwise = Nothing
|
||||||
toAttrFrTyp n bs = Just (n, str2attr $ show bs)
|
toAttrFrTyp n bs = Just (N n, str2attr $ show bs)
|
||||||
|
|
||||||
parseCodePoints :: String -> Maybe CodePoints
|
parseCodePoints :: String -> Maybe CodePoints
|
||||||
parseCodePoints str = do
|
parseCodePoints str = do
|
||||||
@ -241,7 +242,7 @@ instance HTypeable Stateful_siso where
|
|||||||
toHType x = Defined "stateful_siso" [] []
|
toHType x = Defined "stateful_siso" [] []
|
||||||
instance XmlContent Stateful_siso where
|
instance XmlContent Stateful_siso where
|
||||||
toContents (Stateful_siso a b) =
|
toContents (Stateful_siso a b) =
|
||||||
[CElem (Elem "stateful_siso" [] (toContents a ++ toContents b)) ()]
|
[CElem (Elem (N "stateful_siso") [] (toContents a ++ toContents b)) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ e@(Elem _ [] _) <- element ["stateful_siso"]
|
{ e@(Elem _ [] _) <- element ["stateful_siso"]
|
||||||
; interior e $ return (Stateful_siso) `apply` parseContents
|
; interior e $ return (Stateful_siso) `apply` parseContents
|
||||||
@ -252,7 +253,7 @@ instance HTypeable History where
|
|||||||
toHType x = Defined "history" [] []
|
toHType x = Defined "history" [] []
|
||||||
instance XmlContent History where
|
instance XmlContent History where
|
||||||
toContents (History a) =
|
toContents (History a) =
|
||||||
[CElem (Elem "history" [] (toContents a)) ()]
|
[CElem (Elem (N "history") [] (toContents a)) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ e@(Elem _ [] _) <- element ["history"]
|
{ e@(Elem _ [] _) <- element ["history"]
|
||||||
; interior e $ return (History) `apply` parseContents
|
; interior e $ return (History) `apply` parseContents
|
||||||
@ -262,7 +263,7 @@ instance HTypeable Modified where
|
|||||||
toHType x = Defined "modified" [] []
|
toHType x = Defined "modified" [] []
|
||||||
instance XmlContent Modified where
|
instance XmlContent Modified where
|
||||||
toContents (Modified as a) =
|
toContents (Modified as a) =
|
||||||
[CElem (Elem "modified" (toAttrs as) (toText a)) ()]
|
[CElem (Elem (N "modified") (toAttrs as) (toText a)) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ e@(Elem _ as _) <- element ["modified"]
|
{ e@(Elem _ as _) <- element ["modified"]
|
||||||
; interior e $ return (Modified (fromAttrs as))
|
; interior e $ return (Modified (fromAttrs as))
|
||||||
@ -283,7 +284,7 @@ instance HTypeable Validity where
|
|||||||
toHType x = Defined "validity" [] []
|
toHType x = Defined "validity" [] []
|
||||||
instance XmlContent Validity where
|
instance XmlContent Validity where
|
||||||
toContents (Validity a) =
|
toContents (Validity a) =
|
||||||
[CElem (Elem "validity" [] (toContents a)) ()]
|
[CElem (Elem (N "validity") [] (toContents a)) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ e@(Elem _ [] _) <- element ["validity"]
|
{ e@(Elem _ [] _) <- element ["validity"]
|
||||||
; interior e $ return (Validity) `apply` parseContents
|
; interior e $ return (Validity) `apply` parseContents
|
||||||
@ -293,7 +294,7 @@ instance HTypeable State where
|
|||||||
toHType x = Defined "state" [] []
|
toHType x = Defined "state" [] []
|
||||||
instance XmlContent State where
|
instance XmlContent State where
|
||||||
toContents as =
|
toContents as =
|
||||||
[CElem (Elem "state" (toAttrs as) []) ()]
|
[CElem (Elem (N "state") (toAttrs as) []) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ (Elem _ as []) <- element ["state"]
|
{ (Elem _ as []) <- element ["state"]
|
||||||
; return (fromAttrs as)
|
; return (fromAttrs as)
|
||||||
@ -319,7 +320,7 @@ instance HTypeable Assignments where
|
|||||||
toHType x = Defined "assignments" [] []
|
toHType x = Defined "assignments" [] []
|
||||||
instance XmlContent Assignments where
|
instance XmlContent Assignments where
|
||||||
toContents (Assignments as a b c d e) =
|
toContents (Assignments as a b c d e) =
|
||||||
[CElem (Elem "assignments" (toAttrs as) (concatMap toContents a ++
|
[CElem (Elem (N "assignments") (toAttrs as) (concatMap toContents a ++
|
||||||
concatMap toContents b ++ concatMap toContents c ++
|
concatMap toContents b ++ concatMap toContents c ++
|
||||||
concatMap toContents d ++
|
concatMap toContents d ++
|
||||||
concatMap toContents e)) ()]
|
concatMap toContents e)) ()]
|
||||||
@ -345,7 +346,7 @@ instance HTypeable A where
|
|||||||
toHType x = Defined "a" [] []
|
toHType x = Defined "a" [] []
|
||||||
instance XmlContent A where
|
instance XmlContent A where
|
||||||
toContents as =
|
toContents as =
|
||||||
[CElem (Elem "a" (toAttrs as) []) ()]
|
[CElem (Elem (N "a") (toAttrs as) []) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ (Elem _ as []) <- element ["a"]
|
{ (Elem _ as []) <- element ["a"]
|
||||||
; return (fromAttrs as)
|
; return (fromAttrs as)
|
||||||
@ -368,7 +369,7 @@ instance HTypeable Fub where
|
|||||||
toHType x = Defined "fub" [] []
|
toHType x = Defined "fub" [] []
|
||||||
instance XmlContent Fub where
|
instance XmlContent Fub where
|
||||||
toContents as =
|
toContents as =
|
||||||
[CElem (Elem "fub" (toAttrs as) []) ()]
|
[CElem (Elem (N "fub") (toAttrs as) []) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ (Elem _ as []) <- element ["fub"]
|
{ (Elem _ as []) <- element ["fub"]
|
||||||
; return (fromAttrs as)
|
; return (fromAttrs as)
|
||||||
@ -396,7 +397,7 @@ instance HTypeable Fbu where
|
|||||||
toHType x = Defined "fbu" [] []
|
toHType x = Defined "fbu" [] []
|
||||||
instance XmlContent Fbu where
|
instance XmlContent Fbu where
|
||||||
toContents as =
|
toContents as =
|
||||||
[CElem (Elem "fbu" (toAttrs as) []) ()]
|
[CElem (Elem (N "fbu") (toAttrs as) []) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ (Elem _ as []) <- element ["fbu"]
|
{ (Elem _ as []) <- element ["fbu"]
|
||||||
; return (fromAttrs as)
|
; return (fromAttrs as)
|
||||||
@ -418,7 +419,7 @@ instance HTypeable Sub1 where
|
|||||||
toHType x = Defined "sub1" [] []
|
toHType x = Defined "sub1" [] []
|
||||||
instance XmlContent Sub1 where
|
instance XmlContent Sub1 where
|
||||||
toContents as =
|
toContents as =
|
||||||
[CElem (Elem "sub1" (toAttrs as) []) ()]
|
[CElem (Elem (N "sub1") (toAttrs as) []) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ (Elem _ as []) <- element ["sub1"]
|
{ (Elem _ as []) <- element ["sub1"]
|
||||||
; return (fromAttrs as)
|
; return (fromAttrs as)
|
||||||
@ -440,7 +441,7 @@ instance HTypeable Range where
|
|||||||
toHType x = Defined "range" [] []
|
toHType x = Defined "range" [] []
|
||||||
instance XmlContent Range where
|
instance XmlContent Range where
|
||||||
toContents as =
|
toContents as =
|
||||||
[CElem (Elem "range" (toAttrs as) []) ()]
|
[CElem (Elem (N "range") (toAttrs as) []) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ (Elem _ as []) <- element ["range"]
|
{ (Elem _ as []) <- element ["range"]
|
||||||
; return (fromAttrs as)
|
; return (fromAttrs as)
|
||||||
@ -470,7 +471,7 @@ instance HTypeable Iso2022 where
|
|||||||
toHType x = Defined "iso2022" [] []
|
toHType x = Defined "iso2022" [] []
|
||||||
instance XmlContent Iso2022 where
|
instance XmlContent Iso2022 where
|
||||||
toContents (Iso2022 a b) =
|
toContents (Iso2022 a b) =
|
||||||
[CElem (Elem "iso2022" [] (maybe [] toContents a ++
|
[CElem (Elem (N "iso2022") [] (maybe [] toContents a ++
|
||||||
toContents b)) ()]
|
toContents b)) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ e@(Elem _ [] _) <- element ["iso2022"]
|
{ e@(Elem _ [] _) <- element ["iso2022"]
|
||||||
@ -482,7 +483,7 @@ instance HTypeable Default2022 where
|
|||||||
toHType x = Defined "default2022" [] []
|
toHType x = Defined "default2022" [] []
|
||||||
instance XmlContent Default2022 where
|
instance XmlContent Default2022 where
|
||||||
toContents as =
|
toContents as =
|
||||||
[CElem (Elem "default2022" (toAttrs as) []) ()]
|
[CElem (Elem (N "default2022") (toAttrs as) []) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ (Elem _ as []) <- element ["default2022"]
|
{ (Elem _ as []) <- element ["default2022"]
|
||||||
; return (fromAttrs as)
|
; return (fromAttrs as)
|
||||||
@ -500,7 +501,7 @@ instance HTypeable Escape where
|
|||||||
toHType x = Defined "escape" [] []
|
toHType x = Defined "escape" [] []
|
||||||
instance XmlContent Escape where
|
instance XmlContent Escape where
|
||||||
toContents as =
|
toContents as =
|
||||||
[CElem (Elem "escape" (toAttrs as) []) ()]
|
[CElem (Elem (N "escape") (toAttrs as) []) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ (Elem _ as []) <- element ["escape"]
|
{ (Elem _ as []) <- element ["escape"]
|
||||||
; return (fromAttrs as)
|
; return (fromAttrs as)
|
||||||
@ -520,7 +521,7 @@ instance HTypeable Si where
|
|||||||
toHType x = Defined "si" [] []
|
toHType x = Defined "si" [] []
|
||||||
instance XmlContent Si where
|
instance XmlContent Si where
|
||||||
toContents (Si a) =
|
toContents (Si a) =
|
||||||
[CElem (Elem "si" [] (toContents a)) ()]
|
[CElem (Elem (N "si") [] (toContents a)) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ e@(Elem _ [] _) <- element ["si"]
|
{ e@(Elem _ [] _) <- element ["si"]
|
||||||
; interior e $ return (Si) `apply` parseContents
|
; interior e $ return (Si) `apply` parseContents
|
||||||
@ -530,7 +531,7 @@ instance HTypeable So where
|
|||||||
toHType x = Defined "so" [] []
|
toHType x = Defined "so" [] []
|
||||||
instance XmlContent So where
|
instance XmlContent So where
|
||||||
toContents (So a) =
|
toContents (So a) =
|
||||||
[CElem (Elem "so" [] (toContents a)) ()]
|
[CElem (Elem (N "so") [] (toContents a)) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ e@(Elem _ [] _) <- element ["so"]
|
{ e@(Elem _ [] _) <- element ["so"]
|
||||||
; interior e $ return (So) `apply` parseContents
|
; interior e $ return (So) `apply` parseContents
|
||||||
@ -540,7 +541,7 @@ instance HTypeable Ss2 where
|
|||||||
toHType x = Defined "ss2" [] []
|
toHType x = Defined "ss2" [] []
|
||||||
instance XmlContent Ss2 where
|
instance XmlContent Ss2 where
|
||||||
toContents (Ss2 a) =
|
toContents (Ss2 a) =
|
||||||
[CElem (Elem "ss2" [] (toContents a)) ()]
|
[CElem (Elem (N "ss2") [] (toContents a)) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ e@(Elem _ [] _) <- element ["ss2"]
|
{ e@(Elem _ [] _) <- element ["ss2"]
|
||||||
; interior e $ return (Ss2) `apply` parseContents
|
; interior e $ return (Ss2) `apply` parseContents
|
||||||
@ -550,7 +551,7 @@ instance HTypeable Ss3 where
|
|||||||
toHType x = Defined "ss3" [] []
|
toHType x = Defined "ss3" [] []
|
||||||
instance XmlContent Ss3 where
|
instance XmlContent Ss3 where
|
||||||
toContents (Ss3 a) =
|
toContents (Ss3 a) =
|
||||||
[CElem (Elem "ss3" [] (toContents a)) ()]
|
[CElem (Elem (N "ss3") [] (toContents a)) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ e@(Elem _ [] _) <- element ["ss3"]
|
{ e@(Elem _ [] _) <- element ["ss3"]
|
||||||
; interior e $ return (Ss3) `apply` parseContents
|
; interior e $ return (Ss3) `apply` parseContents
|
||||||
@ -560,7 +561,7 @@ instance HTypeable Designator where
|
|||||||
toHType x = Defined "designator" [] []
|
toHType x = Defined "designator" [] []
|
||||||
instance XmlContent Designator where
|
instance XmlContent Designator where
|
||||||
toContents as =
|
toContents as =
|
||||||
[CElem (Elem "designator" (toAttrs as) []) ()]
|
[CElem (Elem (N "designator") (toAttrs as) []) ()]
|
||||||
parseContents = do
|
parseContents = do
|
||||||
{ (Elem _ as []) <- element ["designator"]
|
{ (Elem _ as []) <- element ["designator"]
|
||||||
; return (fromAttrs as)
|
; return (fromAttrs as)
|
||||||
|
|||||||
@ -41,7 +41,8 @@ createModuleFromFile (sbase,sfile) (tbase,tfile) = do
|
|||||||
[(min,max-min+1) | min <- bmin | max <- bmax]
|
[(min,max-min+1) | min <- bmin | max <- bmax]
|
||||||
| (st,end,bfirst,blast,bmin,bmax) <- ranges xml ]
|
| (st,end,bfirst,blast,bmin,bmax) <- ranges xml ]
|
||||||
writeFile (tbase</>tfile) $ unlines $
|
writeFile (tbase</>tfile) $ unlines $
|
||||||
["{-# LANGUAGE MagicHash,DeriveDataTypeable #-}"]++
|
["{- This file has been auto-generated. Do not edit it. -}"
|
||||||
|
,"{-# LANGUAGE MagicHash,DeriveDataTypeable #-}"]++
|
||||||
(case description xml of
|
(case description xml of
|
||||||
Nothing -> []
|
Nothing -> []
|
||||||
Just str -> ["{- | "++str++" -}"]) ++
|
Just str -> ["{- | "++str++" -}"]) ++
|
||||||
|
|||||||
7093
Data/Encoding/ShiftJIS.xml
Normal file
7093
Data/Encoding/ShiftJIS.xml
Normal file
File diff suppressed because it is too large
Load Diff
@ -79,4 +79,4 @@ instance Encoding UTF16 where
|
|||||||
return (c:cs)
|
return (c:cs)
|
||||||
Right bom -> decode bom
|
Right bom -> decode bom
|
||||||
decode enc = untilM sourceEmpty (decodeChar enc)
|
decode enc = untilM sourceEmpty (decodeChar enc)
|
||||||
encodeable _ c = c <= '\x10FFFF'
|
encodeable _ c = (c > '\xDFFF' && c <= '\x10FFFF') || c < '\xD800'
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{-# LANGUAGE MagicHash,FlexibleInstances #-}
|
{-# LANGUAGE MagicHash,FlexibleInstances,BangPatterns,CPP #-}
|
||||||
module Data.Static where
|
module Data.Static where
|
||||||
|
|
||||||
import GHC.Exts
|
import GHC.Exts
|
||||||
@ -35,8 +35,12 @@ instance StaticElement Char where
|
|||||||
gen c = gen (fromIntegral (ord c)::Word32)
|
gen c = gen (fromIntegral (ord c)::Word32)
|
||||||
|
|
||||||
instance StaticElement (Maybe Char) where
|
instance StaticElement (Maybe Char) where
|
||||||
extract addr i = let v = indexWord32OffAddr# addr i
|
extract addr i = let !v = indexWord32OffAddr# addr i
|
||||||
|
#if __GLASGOW_HASKELL__ >= 708
|
||||||
|
in if isTrue# (eqWord# v (int2Word# 4294967295#)) -- -1 in Word32
|
||||||
|
#else
|
||||||
in if eqWord# v (int2Word# 4294967295#) -- -1 in Word32
|
in if eqWord# v (int2Word# 4294967295#) -- -1 in Word32
|
||||||
|
#endif
|
||||||
then Nothing
|
then Nothing
|
||||||
else (if (I# (word2Int# v)) > 0x10FFFF
|
else (if (I# (word2Int# v)) > 0x10FFFF
|
||||||
then error (show (I# (word2Int# v))++" is not a valid char ("++show (I# i)++")")
|
then error (show (I# (word2Int# v))++" is not a valid char ("++show (I# i)++")")
|
||||||
@ -44,3 +48,24 @@ instance StaticElement (Maybe Char) where
|
|||||||
)
|
)
|
||||||
gen Nothing = gen (-1::Word32)
|
gen Nothing = gen (-1::Word32)
|
||||||
gen (Just c) = gen (fromIntegral (ord c)::Word32)
|
gen (Just c) = gen (fromIntegral (ord c)::Word32)
|
||||||
|
|
||||||
|
instance StaticElement a => StaticElement (a,a) where
|
||||||
|
extract addr i = let x1 = extract addr (i *# 2#)
|
||||||
|
x2 = extract addr (i *# 2# +# 1#)
|
||||||
|
in (x1,x2)
|
||||||
|
gen (x1,x2) = gen x1 ++ gen x2
|
||||||
|
|
||||||
|
instance StaticElement a => StaticElement (a,a,a) where
|
||||||
|
extract addr i = let x1 = extract addr (i *# 3#)
|
||||||
|
x2 = extract addr (i *# 3# +# 1#)
|
||||||
|
x3 = extract addr (i *# 3# +# 2#)
|
||||||
|
in (x1,x2,x3)
|
||||||
|
gen (x1,x2,x3) = gen x1 ++ gen x2 ++ gen x3
|
||||||
|
|
||||||
|
instance StaticElement a => StaticElement (a,a,a,a) where
|
||||||
|
extract addr i = let x1 = extract addr (i *# 4#)
|
||||||
|
x2 = extract addr (i *# 4# +# 1#)
|
||||||
|
x3 = extract addr (i *# 4# +# 2#)
|
||||||
|
x4 = extract addr (i *# 4# +# 3#)
|
||||||
|
in (x1,x2,x3,x4)
|
||||||
|
gen (x1,x2,x3,x4) = gen x1 ++ gen x2 ++ gen x3 ++ gen x4
|
||||||
|
|||||||
27
LICENSE
Normal file
27
LICENSE
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
Copyright (c) Daniel Wagner
|
||||||
|
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
3. Neither the name of the author nor the names of his contributors
|
||||||
|
may be used to endorse or promote products derived from this software
|
||||||
|
without specific prior written permission.
|
||||||
|
|
||||||
|
!! This software is provided by the regents and contributors ``as is'' and
|
||||||
|
!! any express or implied warranties, including, but not limited to, the
|
||||||
|
!! implied warranties of merchantability and fitness for a particular purpose
|
||||||
|
!! are disclaimed. In no event shall the authors or contributors be liable
|
||||||
|
!! for any direct, indirect, incidental, special, exemplary, or consequential
|
||||||
|
!! damages (including, but not limited to, procurement of substitute goods
|
||||||
|
!! or services; loss of use, data, or profits; or business interruption)
|
||||||
|
!! however caused and on any theory of liability, whether in contract, strict
|
||||||
|
!! liability, or tort (including negligence or otherwise) arising in any way
|
||||||
|
!! out of the use of this software, even if advised of the possibility of
|
||||||
|
!! such damage.
|
||||||
47
NEWS
47
NEWS
@ -1,47 +0,0 @@
|
|||||||
Changes from 0.5.2 to 0.6.0
|
|
||||||
---------------------------
|
|
||||||
|
|
||||||
* Moved from TemplateHaskell to a custom pre-processor for code-generation.
|
|
||||||
This is necessary because:
|
|
||||||
- TemplateHaskell is really slow for large data structures
|
|
||||||
- TemplateHaskell doesn't yet support the MagicHash extension that is useful for the library
|
|
||||||
* Use efficient, static data structures for encoding/decoding
|
|
||||||
* Fixed bug in UTF-8 that could call 'chr' with bad arguments
|
|
||||||
|
|
||||||
Changes from 0.5 to 0.5.2
|
|
||||||
-------------------------
|
|
||||||
|
|
||||||
* Export function encodingFromStringExplicit
|
|
||||||
|
|
||||||
Changes from 0.4 to 0.5
|
|
||||||
-----------------------
|
|
||||||
|
|
||||||
* Complete rewrite of the Encoding class to allow for
|
|
||||||
- On-the-fly changing of the encoding while en-/decoding
|
|
||||||
- Ability to en-/decode from/to any data structure
|
|
||||||
* A general module to help specify encodings based on ISO 2022
|
|
||||||
* New encodings:
|
|
||||||
- JIS X 0201
|
|
||||||
- JIS X 0208
|
|
||||||
- ISO 2022-JP
|
|
||||||
* More test cases
|
|
||||||
|
|
||||||
Changes from 0.3 to 0.4
|
|
||||||
-----------------------
|
|
||||||
|
|
||||||
* A new, strict UTF-8 decoder
|
|
||||||
* Minor bugs fixed in UTF-16 and BootString
|
|
||||||
* Test cases for UTF-8, UTF-16 and BootString
|
|
||||||
* Added KOI8U encoding
|
|
||||||
|
|
||||||
Changes from 0.2 to 0.3
|
|
||||||
-----------------------
|
|
||||||
|
|
||||||
* Converted to new cabal interface
|
|
||||||
* Support for GHC 6.8
|
|
||||||
* Support for new bytestring interface
|
|
||||||
|
|
||||||
Changes from 0.1 to 0.2
|
|
||||||
-----------------------
|
|
||||||
|
|
||||||
* Implemented GB18030 encoding
|
|
||||||
14
RELEASING
Normal file
14
RELEASING
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
On each release:
|
||||||
|
* update CHANGELOG
|
||||||
|
* bump the version number in the .cabal file (including in the "this" repository spec)
|
||||||
|
* cabal upload a release tarball
|
||||||
|
* darcs tag with the version number
|
||||||
|
|
||||||
|
To build a release tarball:
|
||||||
|
cabal configure
|
||||||
|
./dist/setup/setup sdist
|
||||||
|
tar xf dist/encoding-version.tar.gz
|
||||||
|
rm -r encoding-version/dist
|
||||||
|
tar --format=ustar -czf dist/encoding-version.tar.gz encoding-version
|
||||||
|
rm -r encoding-version
|
||||||
|
cabal upload dist/encoding-version.tar
|
||||||
9
Setup.hs
9
Setup.hs
@ -5,8 +5,9 @@ import Data.Encoding.Preprocessor.Mapping
|
|||||||
import Data.Encoding.Preprocessor.XMLMappingBuilder
|
import Data.Encoding.Preprocessor.XMLMappingBuilder
|
||||||
|
|
||||||
main = defaultMainWithHooks (simpleUserHooks
|
main = defaultMainWithHooks (simpleUserHooks
|
||||||
{hookedPreProcessors = ("mapping",\_ _ -> mappingPreprocessor)
|
{hookedPreProcessors = (("mapping",\_ _ -> mappingPreprocessor)
|
||||||
:("mapping2",\_ _ -> mappingPreprocessor)
|
:("mapping2",\_ _ -> mappingPreprocessor)
|
||||||
:("xml",\_ _ -> xmlPreprocessor)
|
:("xml",\_ _ -> xmlPreprocessor)
|
||||||
:(hookedPreProcessors simpleUserHooks)
|
:(hookedPreProcessors simpleUserHooks)
|
||||||
|
)
|
||||||
})
|
})
|
||||||
|
|||||||
@ -1,27 +1,64 @@
|
|||||||
{-# LANGUAGE ImplicitParams,ForeignFunctionInterface #-}
|
{-# LANGUAGE ImplicitParams,ForeignFunctionInterface #-}
|
||||||
{- | This module provides a replacement for the normal (unicode unaware) IO functions of haskell.
|
{- | This module provides a replacement for the normal (unicode unaware) IO functions of haskell.
|
||||||
By using implicit parameters, it can be used almost as a drop-in replacement.
|
By using implicit parameters, it can be used almost as a drop-in replacement.
|
||||||
|
For example, consider the following simple echo program:
|
||||||
|
|
||||||
|
> main = do
|
||||||
|
> str <- getContents
|
||||||
|
> putStr str
|
||||||
|
|
||||||
|
To make this program process UTF-8 data, change the program to:
|
||||||
|
|
||||||
|
> {-# LANGUAGE ImplicitParams #-}
|
||||||
|
>
|
||||||
|
> import Prelude hiding (getContents,putStr)
|
||||||
|
> import System.IO.Encoding
|
||||||
|
> import Data.Encoding.UTF8
|
||||||
|
>
|
||||||
|
> main = do
|
||||||
|
> let ?enc = UTF8
|
||||||
|
> str <- getContents
|
||||||
|
> putStr str
|
||||||
|
|
||||||
|
Or, if you want to use the standard system encoding:
|
||||||
|
|
||||||
|
> {-# LANGUAGE ImplicitParams #-}
|
||||||
|
>
|
||||||
|
> import Prelude hiding (getContents,putStr)
|
||||||
|
> import System.IO.Encoding
|
||||||
|
>
|
||||||
|
> main = do
|
||||||
|
> e <- getSystemEncoding
|
||||||
|
> let ?enc = e
|
||||||
|
> str <- getContents
|
||||||
|
> putStr str
|
||||||
-}
|
-}
|
||||||
module System.IO.Encoding
|
module System.IO.Encoding
|
||||||
(getSystemEncoding
|
(getSystemEncoding
|
||||||
,getContents
|
,getContents
|
||||||
|
,putStr
|
||||||
|
,putStrLn
|
||||||
,hPutStr
|
,hPutStr
|
||||||
,hPutStrLn
|
,hPutStrLn
|
||||||
,hGetContents
|
,hGetContents
|
||||||
,readFile
|
,readFile
|
||||||
,writeFile
|
,writeFile
|
||||||
,appendFile
|
,appendFile
|
||||||
|
,getChar
|
||||||
,hGetChar
|
,hGetChar
|
||||||
|
,getLine
|
||||||
,hGetLine
|
,hGetLine
|
||||||
|
,putChar
|
||||||
,hPutChar
|
,hPutChar
|
||||||
,interact
|
,interact
|
||||||
,print) where
|
,print
|
||||||
|
,hPrint) where
|
||||||
|
|
||||||
import Foreign.C.String
|
import Foreign.C.String
|
||||||
|
|
||||||
import Data.Encoding
|
import Data.Encoding
|
||||||
import System.IO (Handle,stdout,stdin)
|
import System.IO (Handle,stdout,stdin)
|
||||||
import Prelude hiding (print,getContents,readFile,writeFile,appendFile,interact)
|
import Prelude hiding (print,getContents,readFile,writeFile,appendFile,interact,putStr,putStrLn,getChar,getLine,putChar)
|
||||||
import qualified Data.ByteString.Lazy as LBS
|
import qualified Data.ByteString.Lazy as LBS
|
||||||
import qualified Data.ByteString as BS
|
import qualified Data.ByteString as BS
|
||||||
import Control.Monad.Reader (runReaderT)
|
import Control.Monad.Reader (runReaderT)
|
||||||
@ -38,6 +75,12 @@ getContents = do
|
|||||||
str <- LBS.getContents
|
str <- LBS.getContents
|
||||||
return $ decodeLazyByteString ?enc str
|
return $ decodeLazyByteString ?enc str
|
||||||
|
|
||||||
|
putStr :: (Encoding e,?enc :: e) => String -> IO ()
|
||||||
|
putStr = hPutStr stdout
|
||||||
|
|
||||||
|
putStrLn :: (Encoding e,?enc :: e) => String -> IO ()
|
||||||
|
putStrLn = hPutStrLn stdout
|
||||||
|
|
||||||
-- | Like the normal 'System.IO.hPutStr', but encodes the output using an
|
-- | Like the normal 'System.IO.hPutStr', but encodes the output using an
|
||||||
-- encoding.
|
-- encoding.
|
||||||
hPutStr :: (Encoding e,?enc :: e) => Handle -> String -> IO ()
|
hPutStr :: (Encoding e,?enc :: e) => Handle -> String -> IO ()
|
||||||
@ -49,7 +92,10 @@ hPutStrLn h str = do
|
|||||||
LBS.hPut h (encodeLazyByteString ?enc "\n")
|
LBS.hPut h (encodeLazyByteString ?enc "\n")
|
||||||
|
|
||||||
print :: (Encoding e,Show a,?enc :: e) => a -> IO ()
|
print :: (Encoding e,Show a,?enc :: e) => a -> IO ()
|
||||||
print x = hPutStrLn stdout (show x)
|
print = hPrint stdout
|
||||||
|
|
||||||
|
hPrint :: (Encoding e,Show a,?enc :: e) => Handle -> a -> IO ()
|
||||||
|
hPrint h x = hPutStrLn h (show x)
|
||||||
|
|
||||||
readFile :: (Encoding e,?enc :: e) => FilePath -> IO String
|
readFile :: (Encoding e,?enc :: e) => FilePath -> IO String
|
||||||
readFile fn = LBS.readFile fn >>= return.(decodeLazyByteString ?enc)
|
readFile fn = LBS.readFile fn >>= return.(decodeLazyByteString ?enc)
|
||||||
@ -60,14 +106,23 @@ writeFile fn str = LBS.writeFile fn $ encodeLazyByteString ?enc str
|
|||||||
appendFile :: (Encoding e,?enc :: e) => FilePath -> String -> IO ()
|
appendFile :: (Encoding e,?enc :: e) => FilePath -> String -> IO ()
|
||||||
appendFile fn str = LBS.appendFile fn $ encodeLazyByteString ?enc str
|
appendFile fn str = LBS.appendFile fn $ encodeLazyByteString ?enc str
|
||||||
|
|
||||||
|
getChar :: (Encoding e,?enc :: e) => IO Char
|
||||||
|
getChar = hGetChar stdin
|
||||||
|
|
||||||
hGetChar :: (Encoding e,?enc :: e) => Handle -> IO Char
|
hGetChar :: (Encoding e,?enc :: e) => Handle -> IO Char
|
||||||
hGetChar h = runReaderT (decodeChar ?enc) h
|
hGetChar h = runReaderT (decodeChar ?enc) h
|
||||||
|
|
||||||
|
getLine :: (Encoding e,?enc :: e) => IO String
|
||||||
|
getLine = hGetLine stdin
|
||||||
|
|
||||||
hGetLine :: (Encoding e,?enc :: e) => Handle -> IO String
|
hGetLine :: (Encoding e,?enc :: e) => Handle -> IO String
|
||||||
hGetLine h = do
|
hGetLine h = do
|
||||||
line <- BS.hGetLine h
|
line <- BS.hGetLine h
|
||||||
return $ decodeStrictByteString ?enc line
|
return $ decodeStrictByteString ?enc line
|
||||||
|
|
||||||
|
putChar :: (Encoding e,?enc :: e) => Char -> IO ()
|
||||||
|
putChar = hPutChar stdout
|
||||||
|
|
||||||
hPutChar :: (Encoding e,?enc :: e) => Handle -> Char -> IO ()
|
hPutChar :: (Encoding e,?enc :: e) => Handle -> Char -> IO ()
|
||||||
hPutChar h c = runReaderT (encodeChar ?enc c) h
|
hPutChar h c = runReaderT (encodeChar ?enc c) h
|
||||||
|
|
||||||
@ -76,12 +131,19 @@ interact f = do
|
|||||||
line <- hGetLine stdin
|
line <- hGetLine stdin
|
||||||
hPutStrLn stdout (f line)
|
hPutStrLn stdout (f line)
|
||||||
|
|
||||||
|
#ifdef SYSTEM_ENCODING
|
||||||
foreign import ccall "system_encoding.h get_system_encoding"
|
foreign import ccall "system_encoding.h get_system_encoding"
|
||||||
get_system_encoding :: IO CString
|
get_system_encoding :: IO CString
|
||||||
|
#endif
|
||||||
|
|
||||||
-- | Returns the encoding used on the current system.
|
-- | Returns the encoding used on the current system. Currently only supported
|
||||||
|
-- on Linux-alikes.
|
||||||
getSystemEncoding :: IO DynEncoding
|
getSystemEncoding :: IO DynEncoding
|
||||||
getSystemEncoding = do
|
getSystemEncoding = do
|
||||||
|
#ifdef SYSTEM_ENCODING
|
||||||
enc <- get_system_encoding
|
enc <- get_system_encoding
|
||||||
str <- peekCString enc
|
str <- peekCString enc
|
||||||
return $ encodingFromString str
|
return $ encodingFromString str
|
||||||
|
#else
|
||||||
|
error "getSystemEncoding is not supported on this platform"
|
||||||
|
#endif
|
||||||
|
|||||||
104
encoding.cabal
104
encoding.cabal
@ -1,34 +1,59 @@
|
|||||||
Name: encoding
|
Name: encoding
|
||||||
Version: 0.6.0
|
Version: 0.8.2
|
||||||
Author: Henning Günther
|
Author: Henning Günther
|
||||||
Maintainer: h.guenther@tu-bs.de
|
Maintainer: daniel@wagner-home.com
|
||||||
License: BSD3
|
License: BSD3
|
||||||
|
License-File: LICENSE
|
||||||
Synopsis: A library for various character encodings
|
Synopsis: A library for various character encodings
|
||||||
Description:
|
Description:
|
||||||
Haskell has excellect handling of unicode, the Char type covers all unicode chars. Unfortunatly, there's no possibility to read or write something to the outer world in an encoding other than ascii due to the lack of support for encodings. This library should help with that.
|
Haskell has excellect handling of unicode, the Char type covers all unicode chars. Unfortunately, there's no possibility to read or write something to the outer world in an encoding other than ascii due to the lack of support for encodings. This library should help with that.
|
||||||
Category: Codec
|
Category: Codec
|
||||||
Homepage: http://code.haskell.org/encoding/
|
Homepage: http://code.haskell.org/encoding/
|
||||||
Cabal-Version: >=1.2
|
Cabal-Version: >=1.8
|
||||||
Build-Type: Custom
|
Build-Type: Custom
|
||||||
Extra-Source-Files:
|
Extra-Source-Files:
|
||||||
NEWS
|
CHANGELOG
|
||||||
Data/Encoding/Preprocessor/Mapping.hs
|
Data/Encoding/Preprocessor/Mapping.hs
|
||||||
Data/Encoding/Preprocessor/XMLMapping.hs
|
Data/Encoding/Preprocessor/XMLMapping.hs
|
||||||
Data/Encoding/Preprocessor/XMLMappingBuilder.hs
|
Data/Encoding/Preprocessor/XMLMappingBuilder.hs
|
||||||
|
Data/CharMap/Builder.hs
|
||||||
|
Data/Array/Static/Builder.hs
|
||||||
|
Data/Map/Static/Builder.hs
|
||||||
|
system_encoding.h
|
||||||
|
system_encoding.c
|
||||||
|
|
||||||
Flag splitBase
|
Flag systemEncoding
|
||||||
description: Choose the new smaller, split-up base package.
|
description: Provide the getSystemEncoding action to query the locale.
|
||||||
Flag newGHC
|
|
||||||
description: Use ghc version > 6.10
|
Source-Repository head
|
||||||
|
Type: git
|
||||||
|
Location: http://github.com/dmwit/encoding
|
||||||
|
|
||||||
|
Source-Repository this
|
||||||
|
Type: git
|
||||||
|
Location: http://github.com/dmwit/encoding
|
||||||
|
Tag: 0.8.2
|
||||||
|
|
||||||
|
Custom-Setup
|
||||||
|
Setup-Depends: base >=3 && <5,
|
||||||
|
Cabal >=1.24 && <1.25,
|
||||||
|
containers,
|
||||||
|
filepath,
|
||||||
|
ghc-prim,
|
||||||
|
HaXml >=1.22 && <1.26
|
||||||
|
|
||||||
Library
|
Library
|
||||||
if flag(splitBase)
|
Build-Depends: array >=0.4 && <0.6,
|
||||||
if flag(newGHC)
|
base >=4 && <5,
|
||||||
Build-Depends: bytestring, base >= 3 && < 5, binary, mtl, containers, extensible-exceptions, array, template-haskell, regex-compat, ghc-prim, ghc >= 6.10
|
binary >=0.7 && <0.10,
|
||||||
else
|
bytestring >=0.9 && <0.11,
|
||||||
Build-Depends: bytestring, base >= 3 && < 5, binary, mtl, containers, extensible-exceptions, array, template-haskell, regex-compat, ghc < 6.10
|
containers >=0.4 && <0.6,
|
||||||
else
|
extensible-exceptions >=0.1 && <0.2,
|
||||||
Build-Depends: base < 3, binary, extensible-exceptions, template-haskell
|
ghc-prim >=0.3 && <0.6,
|
||||||
|
mtl >=2.0 && <2.3,
|
||||||
|
regex-compat >=0.71 && <0.95
|
||||||
|
|
||||||
|
Extensions: CPP
|
||||||
|
|
||||||
Exposed-Modules:
|
Exposed-Modules:
|
||||||
Data.Encoding
|
Data.Encoding
|
||||||
@ -74,6 +99,24 @@ Library
|
|||||||
Data.Encoding.JISX0212
|
Data.Encoding.JISX0212
|
||||||
Data.Encoding.ISO2022
|
Data.Encoding.ISO2022
|
||||||
Data.Encoding.ISO2022JP
|
Data.Encoding.ISO2022JP
|
||||||
|
Data.Encoding.ShiftJIS
|
||||||
|
Data.Encoding.CP437
|
||||||
|
Data.Encoding.CP737
|
||||||
|
Data.Encoding.CP775
|
||||||
|
Data.Encoding.CP850
|
||||||
|
Data.Encoding.CP852
|
||||||
|
Data.Encoding.CP855
|
||||||
|
Data.Encoding.CP857
|
||||||
|
Data.Encoding.CP860
|
||||||
|
Data.Encoding.CP861
|
||||||
|
Data.Encoding.CP862
|
||||||
|
Data.Encoding.CP863
|
||||||
|
Data.Encoding.CP864
|
||||||
|
Data.Encoding.CP865
|
||||||
|
Data.Encoding.CP866
|
||||||
|
Data.Encoding.CP869
|
||||||
|
Data.Encoding.CP874
|
||||||
|
Data.Encoding.CP932
|
||||||
System.IO.Encoding
|
System.IO.Encoding
|
||||||
Other-Modules:
|
Other-Modules:
|
||||||
Data.Encoding.Base
|
Data.Encoding.Base
|
||||||
@ -81,9 +124,26 @@ Library
|
|||||||
Data.Map.Static
|
Data.Map.Static
|
||||||
Data.Static
|
Data.Static
|
||||||
Data.CharMap
|
Data.CharMap
|
||||||
Includes:
|
if impl(ghc >= 7.10)
|
||||||
system_encoding.h
|
GHC-Options: -fno-warn-tabs
|
||||||
Install-Includes:
|
if flag(systemEncoding)
|
||||||
system_encoding.h
|
Includes:
|
||||||
C-Sources:
|
system_encoding.h
|
||||||
system_encoding.c
|
Install-Includes:
|
||||||
|
system_encoding.h
|
||||||
|
C-Sources:
|
||||||
|
system_encoding.c
|
||||||
|
CPP-Options: -DSYSTEM_ENCODING
|
||||||
|
|
||||||
|
test-suite encoding-test
|
||||||
|
type: exitcode-stdio-1.0
|
||||||
|
hs-source-dirs: tests
|
||||||
|
main-is: Main.hs
|
||||||
|
other-modules: Test.Tester
|
||||||
|
, Test.Tests
|
||||||
|
build-depends: base
|
||||||
|
, bytestring
|
||||||
|
, encoding
|
||||||
|
, HUnit
|
||||||
|
, QuickCheck
|
||||||
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||||
|
|||||||
66
stack.yaml
Normal file
66
stack.yaml
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
# This file was automatically generated by 'stack init'
|
||||||
|
#
|
||||||
|
# Some commonly used options have been documented as comments in this file.
|
||||||
|
# For advanced use and comprehensive documentation of the format, please see:
|
||||||
|
# http://docs.haskellstack.org/en/stable/yaml_configuration/
|
||||||
|
|
||||||
|
# Resolver to choose a 'specific' stackage snapshot or a compiler version.
|
||||||
|
# A snapshot resolver dictates the compiler version and the set of packages
|
||||||
|
# to be used for project dependencies. For example:
|
||||||
|
#
|
||||||
|
# resolver: lts-3.5
|
||||||
|
# resolver: nightly-2015-09-21
|
||||||
|
# resolver: ghc-7.10.2
|
||||||
|
# resolver: ghcjs-0.1.0_ghc-7.10.2
|
||||||
|
# resolver:
|
||||||
|
# name: custom-snapshot
|
||||||
|
# location: "./custom-snapshot.yaml"
|
||||||
|
resolver: lts-8.22
|
||||||
|
|
||||||
|
# User packages to be built.
|
||||||
|
# Various formats can be used as shown in the example below.
|
||||||
|
#
|
||||||
|
# packages:
|
||||||
|
# - some-directory
|
||||||
|
# - https://example.com/foo/bar/baz-0.0.2.tar.gz
|
||||||
|
# - location:
|
||||||
|
# git: https://github.com/commercialhaskell/stack.git
|
||||||
|
# commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a
|
||||||
|
# - location: https://github.com/commercialhaskell/stack/commit/e7b331f14bcffb8367cd58fbfc8b40ec7642100a
|
||||||
|
# extra-dep: true
|
||||||
|
# subdirs:
|
||||||
|
# - auto-update
|
||||||
|
# - wai
|
||||||
|
#
|
||||||
|
# A package marked 'extra-dep: true' will only be built if demanded by a
|
||||||
|
# non-dependency (i.e. a user package), and its test suites and benchmarks
|
||||||
|
# will not be run. This is useful for tweaking upstream packages.
|
||||||
|
packages:
|
||||||
|
- '.'
|
||||||
|
# Dependency packages to be pulled from upstream that are not in the resolver
|
||||||
|
# (e.g., acme-missiles-0.3)
|
||||||
|
extra-deps: []
|
||||||
|
|
||||||
|
# Override default flag values for local packages and extra-deps
|
||||||
|
flags: {}
|
||||||
|
|
||||||
|
# Extra package databases containing global packages
|
||||||
|
extra-package-dbs: []
|
||||||
|
|
||||||
|
# Control whether we use the GHC we find on the path
|
||||||
|
# system-ghc: true
|
||||||
|
#
|
||||||
|
# Require a specific version of stack, using version ranges
|
||||||
|
# require-stack-version: -any # Default
|
||||||
|
# require-stack-version: ">=1.4"
|
||||||
|
#
|
||||||
|
# Override the architecture used by stack, especially useful on Windows
|
||||||
|
# arch: i386
|
||||||
|
# arch: x86_64
|
||||||
|
#
|
||||||
|
# Extra directories used by stack for building
|
||||||
|
# extra-include-dirs: [/path/to/dir]
|
||||||
|
# extra-lib-dirs: [/path/to/dir]
|
||||||
|
#
|
||||||
|
# Allow a newer minor version of GHC than the snapshot specifies
|
||||||
|
# compiler-check: newer-minor
|
||||||
@ -1,9 +1,6 @@
|
|||||||
#include "system_encoding.h"
|
#include "system_encoding.h"
|
||||||
|
|
||||||
char* get_system_encoding() {
|
char* get_system_encoding() {
|
||||||
#if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)
|
setlocale(LC_ALL,"");
|
||||||
return nl_langinfo(CODESET);
|
return nl_langinfo(CODESET);
|
||||||
#else
|
|
||||||
return "ASCII";
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,9 +1,8 @@
|
|||||||
#ifndef __SYSTEM_ENCODING__
|
#ifndef __SYSTEM_ENCODING__
|
||||||
#define __SYSTEM_ENCODING__
|
#define __SYSTEM_ENCODING__
|
||||||
|
|
||||||
#if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)
|
|
||||||
#include <langinfo.h>
|
#include <langinfo.h>
|
||||||
#endif
|
#include <locale.h>
|
||||||
|
|
||||||
char* get_system_encoding();
|
char* get_system_encoding();
|
||||||
|
|
||||||
|
|||||||
18
tests/Main.hs
Normal file
18
tests/Main.hs
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
import Control.Monad
|
||||||
|
import Test.HUnit
|
||||||
|
import Test.Tests
|
||||||
|
|
||||||
|
hunitTests =
|
||||||
|
[ ("utf8Tests", utf8Tests)
|
||||||
|
, ("utf16Tests", utf16Tests)
|
||||||
|
, ("punycodeTests", punycodeTests)
|
||||||
|
, ("isoTests", isoTests)
|
||||||
|
, ("jisTests", jisTests)
|
||||||
|
, ("gb18030Tests", gb18030Tests)
|
||||||
|
]
|
||||||
|
|
||||||
|
main = do
|
||||||
|
identityTests
|
||||||
|
forM_ hunitTests $ \(name, test) -> do
|
||||||
|
putStrLn $ "running " ++ name
|
||||||
|
runTestTT test >>= print
|
||||||
66
tests/RegressionTest.hs
Normal file
66
tests/RegressionTest.hs
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
{-# LANGUAGE NoMonomorphismRestriction #-}
|
||||||
|
import Control.Applicative
|
||||||
|
import Control.Monad
|
||||||
|
import Data.ByteString (ByteString, pack)
|
||||||
|
import Data.Encoding
|
||||||
|
import Data.Word
|
||||||
|
import System.Random
|
||||||
|
|
||||||
|
-- for example:
|
||||||
|
import Data.Encoding.ISO2022JP
|
||||||
|
--main = generate ISO2022JP
|
||||||
|
main = test ISO2022JP
|
||||||
|
-- BEWARE! These things are _very_ memory-hungry if you don't compile with optimizations.
|
||||||
|
-- end example
|
||||||
|
|
||||||
|
randomRepeat f max = randomRIO (0, max) >>= flip replicateM f
|
||||||
|
randomString = randomRepeat randomIO
|
||||||
|
randomGoodString = randomRepeat . randomGoodChar
|
||||||
|
randomGoodChar f = let
|
||||||
|
good = filter f [minBound..maxBound]
|
||||||
|
n = length good
|
||||||
|
in do
|
||||||
|
i <- randomRIO (0, n-1)
|
||||||
|
return (good !! i)
|
||||||
|
|
||||||
|
generate enc = do
|
||||||
|
let filename = show enc ++ ".regression"
|
||||||
|
randomGood = randomGoodString (encodeable enc)
|
||||||
|
shortMixedEnc <- replicateM 300 ( randomString 10)
|
||||||
|
shortGoodEnc <- replicateM 30 ( randomGood 10)
|
||||||
|
longMixedEnc <- replicateM 300 ( randomString 1000)
|
||||||
|
longGoodEnc <- replicateM 3000 ( randomGood 1000)
|
||||||
|
shortDec <- replicateM 300 (pack <$> randomString 10)
|
||||||
|
longDec <- replicateM 3000 (pack <$> randomString 1000)
|
||||||
|
writeFile filename (show
|
||||||
|
[ (s, encodeStrictByteStringExplicit enc s)
|
||||||
|
| ss <- [shortMixedEnc, shortGoodEnc, longMixedEnc, longGoodEnc]
|
||||||
|
, s <- ss
|
||||||
|
] ++ "\n")
|
||||||
|
appendFile filename (show
|
||||||
|
[ (bs, decodeStrictByteStringExplicit enc bs)
|
||||||
|
| bss <- [shortDec, longDec]
|
||||||
|
, bs <- bss
|
||||||
|
] ++ "\n")
|
||||||
|
|
||||||
|
complain action input expected actual = when (expected /= actual) . putStrLn . concat $
|
||||||
|
[ "when "
|
||||||
|
, pad action
|
||||||
|
, show input
|
||||||
|
, "\n"
|
||||||
|
, pad "expected"
|
||||||
|
, show expected
|
||||||
|
, "\n"
|
||||||
|
, pad "but got"
|
||||||
|
, show actual
|
||||||
|
]
|
||||||
|
where
|
||||||
|
size = maximum . map length $ [action, "expected", "but got"]
|
||||||
|
pad s = s ++ replicate (size - length s) ' ' ++ ": "
|
||||||
|
|
||||||
|
test enc = do
|
||||||
|
[encoded_, decoded_] <- lines <$> readFile (show enc ++ ".regression")
|
||||||
|
let encoded = read encoded_
|
||||||
|
decoded = read decoded_
|
||||||
|
forM_ encoded $ \(s , correctEncoding) -> complain "encoding" s correctEncoding (encodeStrictByteStringExplicit enc s)
|
||||||
|
forM_ decoded $ \(bs, correctDecoding) -> complain "decoding" bs correctDecoding (decodeStrictByteStringExplicit enc bs)
|
||||||
@ -1,17 +1,22 @@
|
|||||||
{-# LANGUAGE ExistentialQuantification #-}
|
{-# LANGUAGE ExistentialQuantification,ImplicitParams #-}
|
||||||
module Test.Tester where
|
module Test.Tester where
|
||||||
|
|
||||||
import Data.Encoding
|
import Data.Encoding
|
||||||
|
import Data.Encoding.UTF8
|
||||||
import Test.HUnit
|
import Test.HUnit
|
||||||
import Data.Word
|
import Data.Word
|
||||||
import Data.Char
|
import Data.Char
|
||||||
import qualified Data.ByteString as BS
|
import qualified Data.ByteString as BS
|
||||||
import qualified Data.ByteString.Lazy as LBS
|
import qualified Data.ByteString.Lazy as LBS
|
||||||
import Test.QuickCheck hiding (Testable)
|
import Test.QuickCheck hiding (Testable)
|
||||||
|
import Prelude hiding (readFile)
|
||||||
|
import System.IO.Encoding
|
||||||
|
|
||||||
data EncodingTest
|
data EncodingTest
|
||||||
= forall enc. (Encoding enc,Show enc) =>
|
= forall enc. (Encoding enc,Show enc) =>
|
||||||
EncodingTest enc String [Word8]
|
EncodingTest enc String [Word8]
|
||||||
|
| forall enc. (Encoding enc,Show enc) =>
|
||||||
|
EncodingFileTest enc FilePath FilePath
|
||||||
| forall enc. (Encoding enc,Show enc) =>
|
| forall enc. (Encoding enc,Show enc) =>
|
||||||
DecodingError enc [Word8] DecodingException
|
DecodingError enc [Word8] DecodingException
|
||||||
| forall enc. (Encoding enc,Show enc) =>
|
| forall enc. (Encoding enc,Show enc) =>
|
||||||
@ -27,6 +32,14 @@ instance Testable EncodingTest where
|
|||||||
(TestCase $ decodeStrictByteStringExplicit enc (BS.pack trg)
|
(TestCase $ decodeStrictByteStringExplicit enc (BS.pack trg)
|
||||||
@=? Right src)
|
@=? Right src)
|
||||||
]
|
]
|
||||||
|
test (EncodingFileTest e src trg)
|
||||||
|
= test $ do
|
||||||
|
str_src <- (let ?enc = e in readFile src)
|
||||||
|
bsrc <- LBS.readFile src
|
||||||
|
str_trg <- (let ?enc = UTF8 in readFile trg)
|
||||||
|
str_src @?= str_trg
|
||||||
|
--bsrc @=? (encodeLazyByteString enc str_trg)
|
||||||
|
|
||||||
test (DecodingError enc src ex)
|
test (DecodingError enc src ex)
|
||||||
= TestLabel (show enc ++ " decoding error")
|
= TestLabel (show enc ++ " decoding error")
|
||||||
(TestCase $ decodeStrictByteStringExplicit enc (BS.pack src) @=? Left ex)
|
(TestCase $ decodeStrictByteStringExplicit enc (BS.pack src) @=? Left ex)
|
||||||
@ -40,35 +53,24 @@ charGen = let
|
|||||||
threeByte = choose (0x010000,0x10FFFF) >>= return.chr
|
threeByte = choose (0x010000,0x10FFFF) >>= return.chr
|
||||||
in frequency [(40,ascii),(30,oneByte),(20,twoByte),(10,threeByte)]
|
in frequency [(40,ascii),(30,oneByte),(20,twoByte),(10,threeByte)]
|
||||||
|
|
||||||
instance Arbitrary Char where
|
|
||||||
arbitrary = charGen
|
|
||||||
coarbitrary x = id
|
|
||||||
|
|
||||||
instance Arbitrary Word8 where
|
|
||||||
arbitrary = choose (0x00,0xFF::Int) >>= return.fromIntegral
|
|
||||||
coarbitrary x = id
|
|
||||||
|
|
||||||
quickCheckEncoding :: Encoding enc => enc -> IO ()
|
quickCheckEncoding :: Encoding enc => enc -> IO ()
|
||||||
quickCheckEncoding e = do
|
quickCheckEncoding e = do
|
||||||
quickCheck (encodingIdentity e)
|
quickCheck (encodingIdentity e)
|
||||||
quickCheck (decodingIdentity e)
|
quickCheck (decodingIdentity e)
|
||||||
|
|
||||||
encodingIdentity :: Encoding enc => enc -> String -> Property
|
encodingIdentity :: Encoding enc => enc -> Property
|
||||||
encodingIdentity e str
|
encodingIdentity e
|
||||||
= trivial (null str)
|
= let gen = listOf1 (charGen `suchThat` (encodeable e))
|
||||||
$ case encoded of
|
in forAll gen (\str -> case encodeStrictByteStringExplicit e str of
|
||||||
Left err -> trivial True True
|
Left err -> property False
|
||||||
Right res -> case decodeStrictByteStringExplicit e res of
|
Right res -> case decodeStrictByteStringExplicit e res of
|
||||||
Left err -> property False
|
Left err -> property False
|
||||||
Right res' -> property (str==res')
|
Right res2 -> property (str==res2))
|
||||||
where
|
|
||||||
encoded = encodeStrictByteStringExplicit e str
|
|
||||||
|
|
||||||
decodingIdentity :: Encoding enc => enc -> [Word8] -> Property
|
decodingIdentity :: Encoding enc => enc -> [Word8] -> Property
|
||||||
decodingIdentity e wrd
|
decodingIdentity e wrd
|
||||||
= trivial (null wrd)
|
= classify (null wrd) "trivial" $ case decoded of
|
||||||
$ case decoded of
|
Left err -> label "trivial" $ property True
|
||||||
Left err -> trivial True True
|
|
||||||
Right res -> case encodeStrictByteStringExplicit e res of
|
Right res -> case encodeStrictByteStringExplicit e res of
|
||||||
Left err -> property False
|
Left err -> property False
|
||||||
Right res' -> property (bstr==res')
|
Right res' -> property (bstr==res')
|
||||||
|
|||||||
@ -21,8 +21,10 @@ import Data.Encoding.JISX0208
|
|||||||
import Data.Encoding.ISO2022JP
|
import Data.Encoding.ISO2022JP
|
||||||
import Data.Encoding.GB18030
|
import Data.Encoding.GB18030
|
||||||
import Data.Encoding.BootString
|
import Data.Encoding.BootString
|
||||||
|
--import Data.Encoding.BIG5
|
||||||
|
import Data.Encoding.CP437
|
||||||
import Test.HUnit
|
import Test.HUnit
|
||||||
import Test.QuickCheck hiding (test)
|
import Test.QuickCheck
|
||||||
import Data.Char (ord)
|
import Data.Char (ord)
|
||||||
|
|
||||||
identityTests :: IO ()
|
identityTests :: IO ()
|
||||||
@ -62,6 +64,8 @@ identityTests = do
|
|||||||
quickCheck $ encodingIdentity punycode
|
quickCheck $ encodingIdentity punycode
|
||||||
putStrLn "for GB18030"
|
putStrLn "for GB18030"
|
||||||
quickCheck $ encodingIdentity GB18030
|
quickCheck $ encodingIdentity GB18030
|
||||||
|
putStrLn "for CP437"
|
||||||
|
quickCheck $ encodingIdentity CP437
|
||||||
|
|
||||||
utf8Tests :: Test
|
utf8Tests :: Test
|
||||||
utf8Tests = TestList $ map test $ concat
|
utf8Tests = TestList $ map test $ concat
|
||||||
@ -275,3 +279,7 @@ gb18030Tests = TestList $ map test $
|
|||||||
,[0x83,0x38,0x96,0x37]
|
,[0x83,0x38,0x96,0x37]
|
||||||
,[0x84,0x31,0xA4,0x39]])
|
,[0x84,0x31,0xA4,0x39]])
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{-big5Tests :: Test
|
||||||
|
big5Tests = test (EncodingFileTest BIG5 "data/BIG5" "data/BIG5.UTF-8")-}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user