Skip to content

Commit

Permalink
Update letmesee.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
kurema authored Nov 24, 2020
1 parent 540680f commit 5c750c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edict-devel/letmesee/letmesee.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def initialize( cgi, rhtml )
@cgi, @rhtml = cgi, rhtml
load_conf
@query = (@cgi.params['query'][-1] || '')
@ie = @cgi.params['ie'][0] || "UTF8"
@ie = @cgi.params['ie'][0] || "utf-8"
begin
if @ie.casecmp("utf-8") != 0 then
@ec = Encoding::Converter.new(@ie, "utf-8")
Expand Down

0 comments on commit 5c750c8

Please sign in to comment.