<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Ubuntu">Hi all. I'm working on a project that requires
      me to send a backslash character via OSC.<br>
      <br>
      This construct is typical of C family languages:<br>
      <br>
      "\\hello"  -------> prints: \hello<br>
      <br>
      but ChucK doesn't seem to let me escape a backslash. Instead I get
      [unrecognized escape sequence: '\h'].<br>
      <br>
      Same when I try to use octal: "\134hello"<br>
      <br>
      Setting aside the crazy fact that I have to send a backslash over
      OSC (it's for Guido music notation in InScore), does anyone know
      how to get a backslash in a ChucK string?<br>
      <br>
      Thanks,<br>
      Joel<br>
    </font>
  </body>
</html>