Skip to content

Commit

Permalink
UTF-8 encode Utils module
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 5, 2010
1 parent 6605525 commit 4a62f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/twitter/client/utils.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- encoding: utf-8 -*-
module Twitter
class Client
# @api private
Expand Down

1 comment on commit 4a62f18

@gaustin
Copy link

@gaustin gaustin commented on 4a62f18 Nov 5, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That fixed my issue. Thanks.

Please sign in to comment.