Skip to content

Commit

Permalink
[dm-validations] Updated source file to force binary encoding
Browse files Browse the repository at this point in the history
* This temporary fix allows the Regexp to compile and match email
  addresses while still containing invalid utf-8 characters
  • Loading branch information
Dan Kubb committed Jan 31, 2009
1 parent 7507d69 commit 6332751
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dm-validations/lib/dm-validations/formats/email.rb
@@ -1,3 +1,5 @@
# encoding: binary

module DataMapper
module Validate
module Format
Expand Down

0 comments on commit 6332751

Please sign in to comment.