Commit a960a8e97dddc92027274eeaadab5dffcb7ab8d5
1 parent
6ee23a50
Exists in
master
and in
29 other branches
vendor/gdata: remove usage of deprecated $KCODE variable
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
vendor/gdata-1.1.1/lib/gdata.rb
@@ -17,5 +17,3 @@ $:.unshift(File.dirname(__FILE__)) | @@ -17,5 +17,3 @@ $:.unshift(File.dirname(__FILE__)) | ||
17 | require 'gdata/http' | 17 | require 'gdata/http' |
18 | require 'gdata/client' | 18 | require 'gdata/client' |
19 | require 'gdata/auth' | 19 | require 'gdata/auth' |
20 | -# This is for Unicode "support" | ||
21 | -$KCODE = 'UTF8' |