Gjermund Lunder wrote in post #965049: > Anyone know how to add this patch?: > 0001-enforced-utf-8-encoding-for-ruby-19-and-mysql-text.patch > (https://rails.lighthouseapp.com/projects/8994/tickets/4683-ascii-8bit-and-utf-8-in-hell) > > I've never applied such a pacth.
It's a standard *nix patch file. The patch command could read it (see its man page for more details), but the a/ and b/ file naming scheme means that you'd probably be better off using git apply. > > Thanks > > Gjermund Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

