<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -277,7 +277,7 @@ module ActiveSupport
 
     # The iconv transliteration code doesn't function correctly
     # on some platforms, but it's very fast where it does function.
-    if &quot;foo&quot; != Inflector.transliterate(&quot;f&#246;&#246;&quot;)
+    elsif &quot;foo&quot; != (Inflector.transliterate(&quot;f&#246;&#246;&quot;) rescue nil)
       undef_method :transliterate
       def transliterate(string)
         string.mb_chars.normalize(:kd). # Decompose accented characters</diff>
      <filename>activesupport/lib/active_support/inflector.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>be4ecc2e64cee529922f5cc5a49c56e444e5d869</id>
    </parent>
  </parents>
  <author>
    <name>Michael Koziarski</name>
    <email>michael@koziarski.com</email>
  </author>
  <url>http://github.com/rails/rails/commit/3c006d428b3d3d306185f620cce3821b1bdb636f</url>
  <id>3c006d428b3d3d306185f620cce3821b1bdb636f</id>
  <committed-date>2009-02-05T16:34:16-08:00</committed-date>
  <authored-date>2009-02-05T16:34:00-08:00</authored-date>
  <message>Handle every error that can come out of the Iconv branch by rescuing and returning nil

[#1195 state:committed]

Conflicts:

	activesupport/lib/active_support/inflector.rb</message>
  <tree>c57cbfbb7f1eb9f04b6acd16a18ee0b107a005f5</tree>
  <committer>
    <name>Michael Koziarski</name>
    <email>michael@koziarski.com</email>
  </committer>
</commit>
