rtl-string 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 461df237cf8844d39ee350d4c8c07ee8a62ea8f6
4
+ data.tar.gz: 85ba4f993a18f717f7713d76fc292ea0d49181b1
5
+ SHA512:
6
+ metadata.gz: 8cc3b12d769636d6a894162d7a3c4203e420d429ba0a7f1bca7009fcdc07f17c908e595827e136235822b3cdd977d1415db55089dcd74230d7bca24447e44f88
7
+ data.tar.gz: cc4766d0fe09f2dd83d0ce7cc037563cf53f918a6bb485bfa283bb196443edf72408e00df6d7e86b1f2b207d32bc703c5fef916be142bf691aa6ab6e8f88e12a
data/Gemfile ADDED
@@ -0,0 +1,12 @@
1
+ source "http://rubygems.org"
2
+
3
+ gemspec
4
+
5
+ group :development do
6
+ gem "pry-nav"
7
+ end
8
+
9
+ group :test do
10
+ gem "rspec"
11
+ gem "rr"
12
+ end
@@ -0,0 +1,3 @@
1
+ == 1.0.0
2
+
3
+ * Birthday!
data/LICENSE ADDED
@@ -0,0 +1,177 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
@@ -0,0 +1,47 @@
1
+ rtl-string
2
+ ==========
3
+
4
+ Easier string manipulation for people who come from LTR backgrounds.
5
+
6
+ ### Usage
7
+
8
+ Create a new `RtlString` instance with some Arabic text. Calling `.to_s` will show an LTR representation of the string. You should read it from left to right, just like you would an English string:
9
+
10
+ ```ruby
11
+ arabic_str = [1575, 1605, 32, 98, 108, 97, 114, 103, 32, 1576, 1573, 1590].pack("U*")
12
+ RtlString.new(arabic_str).to_s # => "[alef][meem] blarg [beh][alef - hamza below][dad]"
13
+ ```
14
+
15
+ You can also call `.to_rtl_s` on a regular string:
16
+
17
+ ```ruby
18
+ arabic_str.to_rtl_s # => "[alef][meem] blarg [beh][alef - hamza below][dad]"
19
+ ```
20
+
21
+ ### String Operations
22
+
23
+ Instances of `RtlString` respond to a few additional string operations, including `delete_at`, `insert`, `[]`, and `size`:
24
+
25
+ ```ruby
26
+ str = arabic_str.to_rtl_s
27
+ str.delete_at(1) # => "[meem]"
28
+ str.delete_range(1..2)
29
+ str.insert([1605].pack("U*"), 1)
30
+ str.to_s # => "[alef][meem][meem] blarg [beh][alef - hamza below][dad]"
31
+ str[1] # => "[meem]
32
+ str[1..3] # => "[meem] b"
33
+ str.size # => 12
34
+ str.length # => 12
35
+ ```
36
+
37
+ ### Requirements
38
+
39
+ Depends on the [twitter-cldr-rb](https://github.com/twitter/twitter-cldr-rb) gem.
40
+
41
+ ### Running Tests
42
+
43
+ `bundle exec rspec`
44
+
45
+ ### Authors
46
+
47
+ * Cameron C. Dutro: http://github.com/camertron
@@ -0,0 +1,15 @@
1
+ # encoding: UTF-8
2
+
3
+ require 'bundler'
4
+ require 'digest'
5
+
6
+ require 'rspec/core/rake_task'
7
+ require 'rubygems/package_task'
8
+
9
+ require './lib/rtl_string'
10
+
11
+ Bundler::GemHelper.install_tasks
12
+
13
+ RSpec::Core::RakeTask.new do |t|
14
+ t.pattern = './spec/**/*_spec.rb'
15
+ end
@@ -0,0 +1,5 @@
1
+ # encoding: UTF-8
2
+
3
+ class RtlString
4
+ VERSION = "1.0.0"
5
+ end
@@ -0,0 +1,92 @@
1
+ # encoding: UTF-8
2
+
3
+ require 'twitter_cldr'
4
+
5
+ class RtlString
6
+ RTL_RANGES = [
7
+ 0x0600..0x06FF,
8
+ 0x0750..0x077F,
9
+ 0x0590..0x05FF,
10
+ 0xFE70..0xFEFF,
11
+ ]
12
+
13
+ attr_reader :string
14
+
15
+ def initialize(string)
16
+ @string = string
17
+ end
18
+
19
+ def to_s
20
+ string.localize.code_points.inject("") do |ret, code_point|
21
+ ret << if is_rtl?(code_point)
22
+ "[#{name_for(code_point)}]"
23
+ else
24
+ [code_point].pack("U*")
25
+ end
26
+ end
27
+ end
28
+
29
+ def inspect
30
+ to_s.inspect
31
+ end
32
+
33
+ def delete_at(index)
34
+ code_points = string.localize.code_points
35
+ deleted = code_points.delete_at(index)
36
+ @string = code_points.pack("U*")
37
+ self.class.new([deleted].pack("U*"))
38
+ end
39
+
40
+ def delete_range(range)
41
+ code_points = string.localize.code_points
42
+ range.each do |i|
43
+ code_points.delete_at(range.first)
44
+ end
45
+ @string = code_points.pack("U*")
46
+ nil
47
+ end
48
+
49
+ def [](index_or_range)
50
+ code_points = string.localize.code_points
51
+ selected = code_points[index_or_range]
52
+ self.class.new((selected.is_a?(Array) ? selected : [selected]).pack("U*"))
53
+ end
54
+
55
+ def insert(str, index)
56
+ code_points = string.localize.code_points
57
+ code_points.insert(index, *str.localize.code_points)
58
+ @string = code_points.pack("U*")
59
+ self
60
+ end
61
+
62
+ def size
63
+ string.localize.size
64
+ end
65
+
66
+ alias :length :size
67
+
68
+ private
69
+
70
+ def is_rtl?(code_point)
71
+ RTL_RANGES.any? { |range| range.include?(code_point) }
72
+ end
73
+
74
+ def name_for(code_point)
75
+ unicode_data = TwitterCldr::Shared::CodePoint.find(code_point)
76
+ name_cache[code_point] ||= unicode_data.name
77
+ .gsub(/(:?ARABIC|HEBREW)(:?\sLETTER\s|\sSIGN\s|\-INDIC\s)?/, "")
78
+ .gsub("WITH", "-")
79
+ .strip
80
+ .downcase
81
+ end
82
+
83
+ def name_cache
84
+ @@name_cache ||= {}
85
+ end
86
+ end
87
+
88
+ class String
89
+ def to_rtl_s
90
+ RtlString.new(self)
91
+ end
92
+ end
@@ -0,0 +1,20 @@
1
+ $:.unshift File.join(File.dirname(__FILE__), 'lib')
2
+ require 'rtl-string/version'
3
+
4
+ Gem::Specification.new do |s|
5
+ s.name = "rtl-string"
6
+ s.version = ::RtlString::VERSION
7
+ s.authors = ["Cameron Dutro"]
8
+ s.email = ["cdutro@twitter.com"]
9
+ s.homepage = "https://github.com/camertron"
10
+
11
+ s.description = s.summary = "Easier string manipulation for people who come from LTR backgrounds."
12
+
13
+ s.platform = Gem::Platform::RUBY
14
+ s.has_rdoc = true
15
+
16
+ s.add_dependency 'twitter_cldr'
17
+
18
+ s.require_path = 'lib'
19
+ s.files = Dir["{lib,spec}/**/*", "Gemfile", "History.txt", "LICENSE", "Rakefile", "README.md", "rtl-string.gemspec"]
20
+ end
@@ -0,0 +1,90 @@
1
+ # encoding: UTF-8
2
+
3
+ require "spec_helper"
4
+
5
+ describe String do
6
+ describe "#to_rtl_s" do
7
+ it "should return an instance of RtlString" do
8
+ "abc".to_rtl_s.should be_a(RtlString)
9
+ end
10
+ end
11
+ end
12
+
13
+ describe RtlString do
14
+ let(:str) do
15
+ [
16
+ 1602, 1575, 1605,
17
+ 32, 98, 108, 97, 114, 103, 32,
18
+ 1576, 1573, 1590, 1575, 1601, 1578, 1603,
19
+ ].pack("U*")
20
+ end
21
+
22
+ let(:representation) do
23
+ "[qaf][alef][meem] blarg [beh][alef - hamza below][dad][alef][feh][teh][kaf]"
24
+ end
25
+
26
+ before(:each) do
27
+ @rtl_str = RtlString.new(str)
28
+ end
29
+
30
+ describe "#to_s" do
31
+ it "should correctly display rtl characters in byte order and with placeholders" do
32
+ @rtl_str.to_s.should == representation
33
+ end
34
+ end
35
+
36
+ describe "#inspect" do
37
+ it "uses to_s to represent the string" do
38
+ @rtl_str.inspect.should == "\"#{representation}\""
39
+ end
40
+ end
41
+
42
+ describe "#delete_at" do
43
+ it "removes characters from the string" do
44
+ @rtl_str.delete_at(2).to_s.should == "[meem]"
45
+ @rtl_str.to_s.should == "[qaf][alef] blarg [beh][alef - hamza below][dad][alef][feh][teh][kaf]"
46
+ end
47
+ end
48
+
49
+ describe "#delete_range" do
50
+ it "removes a range of characters from the string" do
51
+ @rtl_str.delete_range(10..12).should be_nil
52
+ @rtl_str.to_s.should == "[qaf][alef][meem] blarg [alef][feh][teh][kaf]"
53
+ end
54
+ end
55
+
56
+ describe "#insert" do
57
+ it "inserts characters into the string" do
58
+ @rtl_str.insert([1576].pack("U*"), 2).should eql(@rtl_str)
59
+ @rtl_str.to_s.should == "[qaf][alef][beh][meem] blarg [beh][alef - hamza below][dad][alef][feh][teh][kaf]"
60
+ end
61
+ end
62
+
63
+ describe "#[]" do
64
+ it "retrieves the character at the specified index" do
65
+ @rtl_str[2].tap do |char|
66
+ char.should be_a(RtlString)
67
+ char.to_s.should == "[meem]"
68
+ end
69
+ end
70
+
71
+ it "retrieves a range of characters" do
72
+ @rtl_str[2..5].tap do |chars|
73
+ chars.should be_a(RtlString)
74
+ chars.to_s.should == "[meem] bl"
75
+ end
76
+ end
77
+ end
78
+
79
+ describe "#size" do
80
+ it "returns the length of the string by number of actual chars" do
81
+ @rtl_str.size.should == 17
82
+ end
83
+ end
84
+
85
+ describe "#length" do
86
+ it "returns the length of the string by number of actual chars" do
87
+ @rtl_str.length.should == 17
88
+ end
89
+ end
90
+ end
@@ -0,0 +1,8 @@
1
+ # encoding: UTF-8
2
+
3
+ require 'rspec'
4
+ require 'rtl_string'
5
+
6
+ RSpec.configure do |config|
7
+ config.mock_with :rr
8
+ end
metadata ADDED
@@ -0,0 +1,68 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rtl-string
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Cameron Dutro
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-09-19 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: twitter_cldr
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: Easier string manipulation for people who come from LTR backgrounds.
28
+ email:
29
+ - cdutro@twitter.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - lib/rtl-string/version.rb
35
+ - lib/rtl_string.rb
36
+ - spec/rtl_string_spec.rb
37
+ - spec/spec_helper.rb
38
+ - Gemfile
39
+ - History.txt
40
+ - LICENSE
41
+ - Rakefile
42
+ - README.md
43
+ - rtl-string.gemspec
44
+ homepage: https://github.com/camertron
45
+ licenses: []
46
+ metadata: {}
47
+ post_install_message:
48
+ rdoc_options: []
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - '>='
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - '>='
59
+ - !ruby/object:Gem::Version
60
+ version: '0'
61
+ requirements: []
62
+ rubyforge_project:
63
+ rubygems_version: 2.0.3
64
+ signing_key:
65
+ specification_version: 4
66
+ summary: Easier string manipulation for people who come from LTR backgrounds.
67
+ test_files: []
68
+ has_rdoc: true