Show
Ignore:
Timestamp:
09/09/08 15:16:13 (2 months ago)
Author:
hiraku
Message:

Backport from official repos.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/filter/spambayes.rb

    r12244 r19035  
    88                class TokenList < Bayes::TokenList 
    99                        def initialize 
    10                                 super(Bayes::CHARSET::EUC) 
     10                                super(Bayes::CHARSET::UTF8) 
    1111                        end 
    1212                end