<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Thanks Johan,
      <br>
      <br>
      Am 06.09.18 um 15:24 schrieb Johan Brichau:
      <br>
      <blockquote type="cite" style="color: #000000;">Something along
        these lines:                <br>
            self requestContext respond: [ :response |
        <br>
                response
        <br>
                    internalError;
        <br>
                    contentType: ((WAMimeType textHtml) charset:
        'utf-8’);
        <br>
      </blockquote>
      <br>
      This was exactly what was missing. WAMimeType>>#charset:
      <br>
      <br>
      btw: I just noticed Seaside has implementers of charset: and
      charSet: unfortunately not in a way that you can always use either
      one.
      <br>
      Maybe a candidate for a "next time we do some cleanup" list.
      <br>
      <br>
      <br>
      Joachim <br>
    </div>
  </body>
</html>