Hi!
I am hopping to find some time to install a pier server at the trinity. I encountered a problem with the last version I found on SqueakMap. If I create a new page, and I put as content: This is a test When I save this page, and I edit it again, I obtain: This+is+a\+test Which produce a very messy output. If I edit the licence page, and I save it without modifying anything, the page completely is messed up. It seems that the space character is replaced by a + I am using Squeak 7021, and I just installed Pier from Squeakmap. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.cs.tcd.ie/Alexandre.Bergel ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ SmallWiki, Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki _______________________________________________ Smallwiki mailing list [hidden email] http://impara.de/mailman/listinfo/smallwiki |
I get this problem too. Using monticello solved it.
-- Damien Cassou _______________________________________________ SmallWiki, Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki _______________________________________________ Smallwiki mailing list [hidden email] http://impara.de/mailman/listinfo/smallwiki |
In reply to this post by Bergel, Alexandre
It's caused by a bug in String>>unescapePercentsWithTextEncoding:
Seaside uses this method so that was a problem of the Seaside. Umezawa-san released a patch for it. http://www.kukakuka.jp/squeak/bugs/view.php?id=66 (This site is a Mantise for Japanese community so all in Japanese) You can get the patch from this URL. http://www.kukakuka.jp/squeak/bugs/file_download.php?file_id=42&type=bug This patch fixed the '+' and a wrong UTF decoding problem. Koji On Sat, 15 Apr 2006 16:00:15 +0100 "Bergel, Alexandre" <[hidden email]> wrote: > Hi! > > I am hopping to find some time to install a pier server at the trinity. > I encountered a problem with the last version I found on SqueakMap. > > If I create a new page, and I put as content: This is a test > When I save this page, and I edit it again, I obtain: This+is+a\+test > Which produce a very messy output. > > If I edit the licence page, and I save it without modifying anything, > the page completely is messed up. > > It seems that the space character is replaced by a + > > I am using Squeak 7021, and I just installed Pier from Squeakmap. > > Cheers, > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.cs.tcd.ie/Alexandre.Bergel > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > _______________________________________________ > SmallWiki, Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki -- ! Koji Yokokawa <[hidden email]> http://yengawa.com/ ^self new! _______________________________________________ SmallWiki, Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki _______________________________________________ Smallwiki mailing list [hidden email] http://impara.de/mailman/listinfo/smallwiki |
It works! Thanks a lot!!!
Alexandre Am Apr 16, 2006 um 3:23 AM schrieb Koji Yokokawa: > It's caused by a bug in String>>unescapePercentsWithTextEncoding: > Seaside uses this method so that was a problem of the Seaside. > > Umezawa-san released a patch for it. > http://www.kukakuka.jp/squeak/bugs/view.php?id=66 > (This site is a Mantise for Japanese community so all in Japanese) > You can get the patch from this URL. > http://www.kukakuka.jp/squeak/bugs/file_download.php? > file_id=42&type=bug > This patch fixed the '+' and a wrong UTF decoding problem. > > Koji > > On Sat, 15 Apr 2006 16:00:15 +0100 > "Bergel, Alexandre" <[hidden email]> wrote: > >> Hi! >> >> I am hopping to find some time to install a pier server at the >> trinity. >> I encountered a problem with the last version I found on SqueakMap. >> >> If I create a new page, and I put as content: This is a test >> When I save this page, and I edit it again, I obtain: This+is+a\+test >> Which produce a very messy output. >> >> If I edit the licence page, and I save it without modifying anything, >> the page completely is messed up. >> >> It seems that the space character is replaced by a + >> >> I am using Squeak 7021, and I just installed Pier from Squeakmap. >> >> Cheers, >> Alexandre >> -- >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >> Alexandre Bergel http://www.cs.tcd.ie/Alexandre.Bergel >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >> >> >> >> >> _______________________________________________ >> SmallWiki, Magritte, Pier and Related Tools ... >> https://www.iam.unibe.ch/mailman/listinfo/smallwiki > > -- ! > Koji Yokokawa <[hidden email]> > http://yengawa.com/ > ^self new! > > > _______________________________________________ > SmallWiki, Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.cs.tcd.ie/Alexandre.Bergel ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ SmallWiki, Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki _______________________________________________ Smallwiki mailing list [hidden email] http://impara.de/mailman/listinfo/smallwiki |
Free forum by Nabble | Edit this page |