<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Robert,<div class=""><br class=""></div><div class="">The missing method is indeed a mistake in the GRPharoUtf8Codec. I added it and published Grease 1.2.6 with the bugfix.</div><div class="">However, you will now get the ‘Invalid utf8’ error instead, which is not solving your problem.</div><div class=""><br class=""></div><div class="">The issue is that the decoder is trying to decode an invalid utf8 bytesequence. You need to check where that is coming from.</div><div class="">Set the WADebugErrorHandler as the exception handler for your application to debug which one it is.</div><div class=""><br class=""></div><div class="">Johan</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 17 Jan 2016, at 19:03, Robert Kuszinger &lt;<a href="mailto:kuszinger@giscom.hu" class="">kuszinger@giscom.hu</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""></div>Hello!<br class=""><br class=""></div></div>I have a form, having a submint button titled 'Belépés' which is a byteString in the source code. From debug I know that it has problem with the 'é'<br class=""><br class=""></div>WAComancheAdaptor is used, set to UTF-8<br class=""></div>Form has two text fields, one text, one password. <br class=""><br class=""></div><b class="">The error is here:</b><br class=""><br class=""><h1 style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class="">Internal Server Error</h1><span style="font-family: 'Times New Roman'; font-size: inherit; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; float: none; display: inline !important;" class="">MessageNotUnderstood: GRPharoUtf8Codec&gt;&gt;invalidUtf8</span><hr style="font-family: 'Times New Roman'; font-size: inherit; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><address style="font-family: 'Times New Roman'; font-size: inherit; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class="">KomHttpServer/7.1.3 (unix) Server at 'localhost' Port 8080</address><br class=""><div class="">Actually there is really no <b class="">invalidUtf8</b> method...<br class=""></div><div class="">Same in Chrome and Firefox.<br class=""></div><div class=""><br class=""></div><div class=""><b class="">Generated source from the browser:</b><br class="">&lt;!DOCTYPE html&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;Seaside&lt;/title&gt;&lt;meta http-equiv="Content-Type" content="text/html;<b class="">charset=utf-8</b>"/&gt;<br class=""><br class=""><i class="">[....]</i><br class=""><br class="">&lt;form <b class="">accept-charset="utf-8"</b> method="post" action="/upload?_s=DmRzKcsi0N3do5uR&amp;amp;_k=f4Uk-txWdDmSbrqa"&gt;<br class="">&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;E-mail:&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;&lt;input name="1" value="" type="text" class="text"/&gt;&lt;/td&gt;&lt;/tr&gt;<br class="">&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Jelszó:&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;&lt;input name="2" value="" type="password" class="password"/&gt;&lt;/td&gt;&lt;/tr&gt;<br class="">&lt;tr&gt;&lt;td&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/td&gt;&lt;td&gt;&lt;input name="3" value="Belépés" type="submit" class="submit"/&gt;&lt;/td&gt;&lt;/tr&gt;<br class="">&lt;/table&gt;&lt;/form&gt;<br class=""></div><div class=""><br class=""><br class=""></div><div class=""><i class=""><b class="">What else to check? I don't understand what the problem is.</b></i><br class=""><br class=""></div><div class="">Thanks<br class=""></div><div class="">Robert<br class=""><br class=""></div><div class=""><br class=""><br class=""><br class=""></div></div>
_______________________________________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.squeakfoundation.org</a><br class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br class=""></div></blockquote></div><br class=""></div></body></html>