Fwd: Bug #15791 Lowercase characters are removed
[email protected] ("Daniel O'Connor")
| Newsgroups | php.pear.webmaster |
|---|---|
| Message-ID | <[email protected]> |
Hmm, this sounds odd. Anyone else heard similar? ---------- Forwarded message ---------- From: Ositoblanco <[email protected]> Date: Fri, Feb 6, 2009 at 11:12 PM Subject: Re: Bug #15791 Lowercase characters are removed To: Daniel O'Connor <[email protected]> When I want to post a comment each, the preview and the submit button redirects me to the search page (http://pear.php.net/bugs/search.php). Without any message. When I'm in the Bug view I see in your messages: -Status: Open +Status: Feedback or in the last: [2009-02-06 07:00 UTC] doconnor (Daniel O'Connor) <div id="changeset"> <span class="removed">-Status: Feedback</span> <span class="added">+Status: Open</span> </div> ------------------------------------------------------ To the bug itself: I forgot: Tihs is the output of the test on my machine. THIS STRING IS VALID. . U . On 06.02.2009, at 04:00, Daniel O'Connor wrote: Added to the bug :) What do you see when you try and update it and you get an error? We did a pearweb upgrade and might have wrecked this... On Fri, Feb 6, 2009 at 1:37 PM, Ositoblanco <[email protected]> wrote: > Hi Daniel, > > I'm not sure, why I can't put a comment to the bug #15791. Maybe its > because of the status you set: > -Status: Open > +Status: Feedback > > Here my message: > > I run in to the same bug. I wrote a small test script for command line. > Maybe its time to write some real unit tests. Here just the "small > executable test script": > > <?php > > require_once 'Payment_DTA-1.3.0a3/DTA.php'; > > $dta_file = new DTA(DTA_DEBIT); > > echo $dta_file->makeValidString('THIS STRING IS VALID.'); > echo "\n"; > echo $dta_file->makeValidString('lower case values.'); > echo "\n"; > echo $dta_file->makeValidString('Umlate: ÜÖÄüöä ß?.'); > echo "\n"; > > ?>