<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 12/5/18 8:31 PM, Markus Scherer
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAN49p6o7T6N=0q4ksQq=JJePa=-bsrYUZ_-scSojf6C9fps5bQ@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div class="gmail_quote">
          <div dir="ltr">On Wed, Dec 5, 2018 at 3:34 PM Steve Downey
            &lt;<a href="mailto:sdowney@gmail.com"
              moz-do-not-send="true">sdowney@gmail.com</a>&gt; wrote:<br>
          </div>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">How many
            contain text that is not already UTF-8?</blockquote>
          <div><br>
          </div>
          <div>I am not sure what you are asking. Most of the
            u8"literals" I am seeing contain non-ASCII characters. Many
            as literal characters, a bunch of \uhhhh, and a few
            \U00hhhhhh.</div>
        </div>
      </div>
    </blockquote>
    <p>I was likewise uncertain about this question.<br>
    </p>
    <p>Steve, I'm guessing the question you're trying to get at is,
      would there be any behavioral difference if the u8 prefix was
      simply dropped?  I think this is equivalent to asking the
      question, are the source files for these examples encoded as UTF-8
      and is the compiler invoked such that the source encoding and
      presumed execution encoding are both UTF-8 (always the case for
      Clang, the default for gcc unless -finput-charset or
      -fexec-charset is used, and not the case for MSVC unless /utf-8 is
      used).</p>
    <p>Tom.<br>
    </p>
  </body>
</html>