utf8proc 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/utf8proc.rb +1 -1
  2. metadata +2 -2
@@ -84,7 +84,7 @@ module Utf8Proc
84
84
  def utf8nfkc!; utf8map!(:stable, :compose, :compat); end
85
85
  def utf8chars
86
86
  result = self.utf8map(:charbound).split("\377")
87
- result.shift if result.first.empty?
87
+ result.shift if result.first == ""
88
88
  result
89
89
  end
90
90
  def char_ary
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: utf8proc
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.2
7
- date: 2006-12-26 00:00:00 +00:00
6
+ version: 1.0.3
7
+ date: 2007-03-16 00:00:00 +00:00
8
8
  summary: UTF-8 Unicode string processing
9
9
  require_paths:
10
10
  - lib/