From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [129.177.117.174] ([129.177.117.174]) by mx.google.com with ESMTPSA id w43sm946763eel.0.2013.05.25.08.08.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 25 May 2013 08:08:51 -0700 (PDT) Message-ID: <51A0D3AB.6050401@gaute.vetsj.com> Date: Sat, 25 May 2013 17:07:23 +0200 From: Gaute Hope User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130403 Thunderbird/17.0.5 MIME-Version: 1.0 To: Sebastian Lipp CC: sup-talk Subject: Re: [sup-talk] Umlauts broken References: <20130524115914.GA3518@eee.Speedport_W_504V_Typ_A> <519F77BB.5010605@gaute.vetsj.com> <20130525143236.GA29888@eee> In-Reply-To: <20130525143236.GA29888@eee> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit On 25. mai 2013 16:32, Sebastian Lipp wrote: > On 2013-05-24 04:22, Gaute Hope wrote: >> On 24. mai 2013 13:59, Sebastian Lipp wrote: >>> Just tried to install (via gem) and run it via rbenv under ruby >>> 1.9.3-p327 and 1.9.3-p392. With both I have the problem that characters >>> like Umlauts are not show correctly. For example: "ä" becomes "\xe4". >> >> Don't have the chance to go investigate much atm, but it could be >> related to RMail and the usual lack of correct UTF-8 handling. I would >> suggest you open an issue here though: >> >> https://github.com/sup-heliotrope/sup/issues?state=open >> >> otherwise it can easily disappear away.. > > Do you thing my description is good enough to open a new issue? > >> If you are bold enough #61 >> (https://github.com/sup-heliotrope/sup/pull/61) have initial Mail >> support for ruby 2.0, it would be interesting to see if the problem is >> present there. > > After bundle install and the branch's checkout it failed to load syck. A > `gem i syck` later it fails With > > syck has been removed > /home/bacuh/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in > `require': > /home/bacuh/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rmail-1.0.0/lib/rmail/address.rb:694: > invalid multibyte escape: /\A[\200-\377\w!$%&\'*+\/=?^_\`{\}|~#-]+/m > (SyntaxError) > > If you have a quick resolution for that I can go on and see if the > encoding problems still exist on this branch. The pull request hasn't been merged into the official repo yet, so you'd have to grab it from my repo: git://github.com/gauteh/sup.git (neither syck nor rmail is required) Yes, I think so, these issues are diffuse.. but they re-appear all the time. With a test-email to reproduce the issue things get easier. Regards, Gaute