/[pupa]/bugcomm/lib/bugcomm/utils.rb
ViewVC logotype

Diff of /bugcomm/lib/bugcomm/utils.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by okuji, Wed Sep 11 10:01:33 2002 UTC revision 1.2 by okuji, Sun Sep 29 10:53:27 2002 UTC
# Line 114  module BugCommunicator Line 114  module BugCommunicator
114          if charset == 'UTF-8'          if charset == 'UTF-8'
115            decoded_text            decoded_text
116          else          else
117            Iconv.iconv('UTF-8', charset, decoded_text)            Iconv.iconv('UTF-8', charset, decoded_text).first
118          end          end
119        rescue        rescue
120          # If anything wrong happens, don't replace anything.          # If anything wrong happens, don't replace anything.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26