encoding-codepage 0.2 → 0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/codepages.tsv +2 -2
- metadata +23 -41
data/lib/codepages.tsv
CHANGED
@@ -41,8 +41,8 @@
|
|
41
41
|
1147 IBM01147 IBM EBCDIC France (20297 + Euro symbol); IBM EBCDIC (France-Euro)
|
42
42
|
1148 IBM01148 IBM EBCDIC International (500 + Euro symbol); IBM EBCDIC (International-Euro)
|
43
43
|
1149 IBM01149 IBM EBCDIC Icelandic (20871 + Euro symbol); IBM EBCDIC (Icelandic-Euro)
|
44
|
-
1200 utf-
|
45
|
-
1201
|
44
|
+
1200 utf-16LE Unicode UTF-16, little endian byte order (BMP of ISO 10646); available only to managed applications
|
45
|
+
1201 utf-16BE Unicode UTF-16, big endian byte order; available only to managed applications
|
46
46
|
1250 windows-1250 ANSI Central European; Central European (Windows)
|
47
47
|
1251 windows-1251 ANSI Cyrillic; Cyrillic (Windows)
|
48
48
|
1252 windows-1252 ANSI Latin 1; Western European (Windows)
|
metadata
CHANGED
@@ -1,70 +1,52 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: encoding-codepage
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease:
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 2
|
9
|
-
version: "0.2"
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: '0.3'
|
5
|
+
prerelease:
|
10
6
|
platform: ruby
|
11
|
-
authors:
|
7
|
+
authors:
|
12
8
|
- Conrad Irwin
|
13
9
|
autorequire:
|
14
10
|
bindir: bin
|
15
11
|
cert_chain: []
|
16
|
-
|
17
|
-
date: 2012-04-02 00:00:00 -07:00
|
18
|
-
default_executable:
|
12
|
+
date: 2012-06-09 00:00:00.000000000 Z
|
19
13
|
dependencies: []
|
20
|
-
|
21
|
-
|
14
|
+
description: Provides aliases for Encodings that have Code Page Identifiers to make
|
15
|
+
it easier to interface with Microsoft APIs that use Code Page Identifiers to describe
|
16
|
+
content
|
22
17
|
email: conrad.irwin@gmail.com
|
23
18
|
executables: []
|
24
|
-
|
25
19
|
extensions: []
|
26
|
-
|
27
20
|
extra_rdoc_files: []
|
28
|
-
|
29
|
-
files:
|
21
|
+
files:
|
30
22
|
- lib/encoding-codepage.rb
|
31
23
|
- lib/codepages.tsv
|
32
24
|
- README.md
|
33
25
|
- LICENSE.MIT
|
34
26
|
- LICENSE.MLPL
|
35
|
-
has_rdoc: true
|
36
27
|
homepage: https://github.com/ConradIrwin/encoding-codepage
|
37
|
-
licenses:
|
28
|
+
licenses:
|
38
29
|
- MIT, Microsoft Limited Public License
|
39
30
|
post_install_message:
|
40
31
|
rdoc_options: []
|
41
|
-
|
42
|
-
require_paths:
|
32
|
+
require_paths:
|
43
33
|
- lib
|
44
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
34
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
45
35
|
none: false
|
46
|
-
requirements:
|
47
|
-
- -
|
48
|
-
- !ruby/object:Gem::Version
|
49
|
-
|
50
|
-
|
51
|
-
- 0
|
52
|
-
version: "0"
|
53
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - ! '>='
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '0'
|
40
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
54
41
|
none: false
|
55
|
-
requirements:
|
56
|
-
- -
|
57
|
-
- !ruby/object:Gem::Version
|
58
|
-
|
59
|
-
segments:
|
60
|
-
- 0
|
61
|
-
version: "0"
|
42
|
+
requirements:
|
43
|
+
- - ! '>='
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '0'
|
62
46
|
requirements: []
|
63
|
-
|
64
47
|
rubyforge_project:
|
65
|
-
rubygems_version: 1.
|
48
|
+
rubygems_version: 1.8.24
|
66
49
|
signing_key:
|
67
50
|
specification_version: 3
|
68
51
|
summary: Allow looking up Encodings by their Code Page Identifier
|
69
52
|
test_files: []
|
70
|
-
|