Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Rubric CPAN distribution.

Report information
The Basics
Id: 13096
Status: new
Priority: 0/
Queue: Rubric

People
Owner: Nobody in particular
Requestors: gokkog [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Date: Sun, 5 Jun 2005 09:22:09 -0700 (PDT)
From: Wenjie <gokkog [...] yahoo.com>
Subject: chinese url works for firefox but not IE
To: bug-rubric [...] rt.cpan.org
For Chinese tags in IE, I have problem to get the correct result when clicking the related tags. But it works for Firefox: In IE source: <div class='search'> <span>search&#65306;</span> <form action='MY_URL/entries/tags/%E8%AE%BA%E5%9D%9B' style='display:inline'> <input name='like' size='60' /> </form> </div> In Firefox source: <div class='search'> <span>Search&#65306;</span> <form action='MY_URL/entries/tags/%D3%D1%C7%E9%C1%B4%BD%D3' style='display:inline'> <input name='like' size='60' /> </form> </div> We can copy & paste the later to IE and then IE can get the correct result. How could we cope with the two browsers in the same time? Thanks, Show quoted text
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Date: Thu, 9 Jun 2005 18:45:58 -0700 (PDT)
From: Wenjie <gokkog [...] yahoo.com>
Subject: Re: [cpan #13096] AutoReply: chinese url works for firefox but not IE
To: bug-Rubric [...] rt.cpan.org
RT-Send-Cc:
Hello there, Briefly, It is because IE6 defaultly sending UTF8 encoded URLs to the web server. I suggest Rubric add a useragent(IE, firefox or whatever) parameter to User.pm etc, then when treating the post request, we could decode the UTF8 or do nothing depending on the useragent. Best regards, --- Rubric <bug-Rubric@rt.cpan.org> wrote: Show quoted text
> > Greetings, > This message has been automatically > generated in response to your bug report about > Rubric, a summary of which appears below. > > There is no need to reply to this message right now. > Your bug in Rubric has been assigned an ID of [cpan > #13096]. Please include the string: > > [cpan #13096] > > in the subject line of all future correspondence > about this issue. To do so, > you may reply to this message. > > Thank you, > bug-Rubric@rt.cpan.org > >
------------------------------------------------------------------------- Show quoted text
> For Chinese tags in IE, I have problem to get the > correct result when clicking the related tags. > But it works for Firefox: > > In IE source: > <div class='search'> > <span>search&#65306;</span> > <form > action='MY_URL/entries/tags/%E8%AE%BA%E5%9D%9B' > style='display:inline'> > <input name='like' size='60' /> > </form> > </div> > > In Firefox source: > <div class='search'> > > <span>Search&#65306;</span> > <form >
action='MY_URL/entries/tags/%D3%D1%C7%E9%C1%B4%BD%D3' Show quoted text
> style='display:inline'> > <input name='like' size='60' /> > </form> > </div> > > We can copy & paste the later to IE and then IE > can get the correct result. > > How could we cope with the two browsers in the > same time? > > > Thanks, > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > >
Show quoted text
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com