<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 25/06/2011 12:07, Filippos Karapetis wrote:<br>
    <blockquote
      cite="mid:BANLkTikK_wt4HDZAjqVDKajHLD5c83RyFw@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">
        <div>The README works fine with Notepad for me, both with
          Windows 7 and Windows XP.</div>
        <div>It worked correctly for fuzzie with Windows 2000.</div>
      </div>
    </blockquote>
    <br>
    Well according to file(1) it's currently plain ASCII text...?<br>
    <br>
    On Windows 98SE it's too large for the old version of Notepad which
    has a ~32KB limit, so opens in Wordpad instead. Either way there is
    no working UTF-8 support in DOS-era Windows, since WordPad *all the
    way up to and including Windows 7* treats it as Latin-1, at least
    without a BOM, and Windows 98SE Notepad does the same even if the
    file is small enough.[1]<br>
    <br>
    On NT-era Windows onwards it's fine. Notepad understands UTF-8
    (tested 2K and 7) and handles "large" files; it just needs CRLF line
    endings, which the release version has.<br>
    <br>
    Given UTF-8 works for an 11-year-old version of Windows, I'm not
    sure how compelling the argument to restrict the character set for
    the benefit of a 13-year-old version is. For comparison I don't
    believe xterms supported UTF-8 back then either; a quick Google puts
    that at the release of XFree86 4.0 in 2000. :)<br>
    <br>
    <blockquote
      cite="mid:BANLkTikK_wt4HDZAjqVDKajHLD5c83RyFw@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">   Some days ago I tested ScummVM under
          Win ME (very similiar to 98) and it ran just fine. </blockquote>
        <div>Good, it still does.</div>
      </div>
    </blockquote>
    <br>
    Yes, the 1.3.0pre121-g6bfaddd nightly seems to be fine under
    Win98SE.<br>
    <br>
    Phil<br>
    1. I used Markus Kuhn's UTF-8 demo as test data:
    <a class="moz-txt-link-freetext" href="http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt">http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt</a><br>
  </body>
</html>