<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: options colophon= with copyright symbol gives SVG errors in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/options-colophon-with-copyright-symbol-gives-SVG-errors/m-p/631828#M20997</link>
    <description>&lt;P&gt;SAS Support has determined that this problem is an interaction with the encoding. When SAS is running with UTF-8 encoding the SVG file also has UTF-8 encoding and the problem does not arise. In wlatin1 encoding the SVG file causes some browser parsers to fail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use wlatin1 encoding because UTF-8 does not work for me owing to an incompatibility between SAS and the ODBC driver for SAP SQL Anywhere in UTF-8 mode related to the width of character columns. This has gone via SAS Support to the engineering queue.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Mar 2020 12:12:10 GMT</pubDate>
    <dc:creator>Peter_L</dc:creator>
    <dc:date>2020-03-13T12:12:10Z</dc:date>
    <item>
      <title>options colophon= with copyright symbol gives SVG errors</title>
      <link>https://communities.sas.com/t5/New-SAS-User/options-colophon-with-copyright-symbol-gives-SVG-errors/m-p/631547#M20951</link>
      <description>&lt;P&gt;In SAS 9.4M5 in Windows 10 64-bit the following gives unparsable SVG graphics:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options colophon="© Company";
ods html5 device=svg options(svg_mode='img');
/* some graphics output */&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you find in the *.svg file is a line like this between desc and defs (line 4):&lt;/P&gt;&lt;P&gt;&amp;lt;!-- © Company --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the HTML page which refers to this you may see a broken link&amp;nbsp;symbol or nothing. If you open the SVG file in a browser you may see nothing. If you are lucky (e.g. using Firefox) you will see a parse error message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not tried this with embedded SVG because I need a separate img file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A workaround is to replace the copyright symbol © with plain ASCII (c) or the word "copyright".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4539"&gt;@Sas&lt;/a&gt;&amp;nbsp;Please could you fix this minor bug which is very difficult to diagnose.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 13:25:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/options-colophon-with-copyright-symbol-gives-SVG-errors/m-p/631547#M20951</guid>
      <dc:creator>Peter_L</dc:creator>
      <dc:date>2020-03-12T13:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: options colophon= with copyright symbol gives SVG errors</title>
      <link>https://communities.sas.com/t5/New-SAS-User/options-colophon-with-copyright-symbol-gives-SVG-errors/m-p/631550#M20953</link>
      <description>&lt;P&gt;Have you already brought this to the attention of SAS technical support? If not, do it. It is &lt;U&gt;the&lt;/U&gt; avenue for reporting bugs.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 13:29:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/options-colophon-with-copyright-symbol-gives-SVG-errors/m-p/631550#M20953</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-12T13:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: options colophon= with copyright symbol gives SVG errors</title>
      <link>https://communities.sas.com/t5/New-SAS-User/options-colophon-with-copyright-symbol-gives-SVG-errors/m-p/631555#M20957</link>
      <description>&lt;P&gt;Yes, I have informed SAS support. This is &lt;U&gt;the&lt;/U&gt; fastest way to inform fellow sufferers.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 13:41:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/options-colophon-with-copyright-symbol-gives-SVG-errors/m-p/631555#M20957</guid>
      <dc:creator>Peter_L</dc:creator>
      <dc:date>2020-03-12T13:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: options colophon= with copyright symbol gives SVG errors</title>
      <link>https://communities.sas.com/t5/New-SAS-User/options-colophon-with-copyright-symbol-gives-SVG-errors/m-p/631828#M20997</link>
      <description>&lt;P&gt;SAS Support has determined that this problem is an interaction with the encoding. When SAS is running with UTF-8 encoding the SVG file also has UTF-8 encoding and the problem does not arise. In wlatin1 encoding the SVG file causes some browser parsers to fail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use wlatin1 encoding because UTF-8 does not work for me owing to an incompatibility between SAS and the ODBC driver for SAP SQL Anywhere in UTF-8 mode related to the width of character columns. This has gone via SAS Support to the engineering queue.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 12:12:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/options-colophon-with-copyright-symbol-gives-SVG-errors/m-p/631828#M20997</guid>
      <dc:creator>Peter_L</dc:creator>
      <dc:date>2020-03-13T12:12:10Z</dc:date>
    </item>
  </channel>
</rss>

