Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 22, 2024
1 parent 1c9a8a0 commit 96d343a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/chupa-text/decomposers/html.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ def guess_encoding_heuristic(text)
candidates = [
Encoding::EUC_JP,
Encoding::WINDOWS_31J,
Encoding::UTF16_BE,
Encoding::UTF16_LE,
Encoding::UTF_16BE,
Encoding::UTF_16LE,
]
candidates.each do |candidate|
begin
Expand Down

0 comments on commit 96d343a

Please sign in to comment.