<?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: Bug in ESRI.ArcGIS runtime version 200 in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-in-esri-arcgis-runtime-version-200/m-p/1239529#M11526</link>
    <description>&lt;P&gt;Thank you for sharing the code and data!&amp;nbsp; I was able to reproduce both problems. I passed details to our engineering teams.&amp;nbsp; Unfortunately it's too late to fix these before 200.0.0 release, but I have some workaround ideas:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For the Geodatabase issue, the problem happens when any non-ASCII character is in the filename.&amp;nbsp; Folder names do not have the same limitation.&amp;nbsp; The problem can be avoided by setting&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/powershell/module/international/set-winsystemlocale?view=windowsserver2022-ps" target="_self"&gt;Windows system locale&lt;/A&gt;&amp;nbsp;to English (en-US).&lt;/LI&gt;&lt;LI&gt;For the SLPK problem, the only workaround is to only use&amp;nbsp;&lt;A href="https://datatracker.ietf.org/doc/html/rfc3986#section-2-3" target="_self"&gt;unreserved URI characters&lt;/A&gt;&amp;nbsp;(ASCII letters, digits, and characters "&lt;STRONG&gt;-&lt;/STRONG&gt;" / "&lt;STRONG&gt;.&lt;/STRONG&gt;" / "&lt;STRONG&gt;_&lt;/STRONG&gt;" / "&lt;STRONG&gt;~&lt;/STRONG&gt;") in the file path.&amp;nbsp; Currently, any character that is subject to percent-encoding will cause problems.&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Fri, 09 Dec 2022 06:12:57 GMT</pubDate>
    <dc:creator>MatveiStefarov</dc:creator>
    <dc:date>2022-12-09T06:12:57Z</dc:date>
    <item>
      <title>Bug in ESRI.ArcGIS runtime version 200</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-in-esri-arcgis-runtime-version-200/m-p/1237577#M11508</link>
      <description>&lt;P&gt;1.when create new runtime geodatabase，the file path like C:\\outdir\\123点.geodatabase&amp;nbsp; or&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;C:\\outdir\\123线.geodatabase&amp;nbsp; or&amp;nbsp;&amp;nbsp;C:\\outdir\\123面.geodatabase，it's will tip file exists, but really not，the file name can't like *点.geodatabase、*线.geodatabase、*面.geodatabase&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.when load *.slpk in scene viewer，the file path not support chinese character&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2022 12:05:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bug-in-esri-arcgis-runtime-version-200/m-p/1237577#M11508</guid>
      <dc:creator>haiguanyang</dc:creator>
      <dc:date>2022-12-04T12:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in ESRI.ArcGIS runtime version 200</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-in-esri-arcgis-runtime-version-200/m-p/1238972#M11524</link>
      <description>&lt;P&gt;You mentioned `&lt;SPAN&gt;123点.geodatabase `, `123线.geodatabase` work but `*点.geodatabase` does not. It is actually not a ArcGIS runtime issue. It is actually the windows file naming convention that prohibits use of asterisk * in the file name. For more info about reserved keywords please see the &lt;A href="https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions" target="_self"&gt;Microsoft documentation&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Side note: I tried creating a geodatabase `@点.geodatabase` and that worked ok.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 00:13:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bug-in-esri-arcgis-runtime-version-200/m-p/1238972#M11524</guid>
      <dc:creator>PreetiMaske</dc:creator>
      <dc:date>2022-12-08T00:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in ESRI.ArcGIS runtime version 200</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-in-esri-arcgis-runtime-version-200/m-p/1239024#M11525</link>
      <description>&lt;P&gt;Thank you very much for your feedback.&lt;/P&gt;&lt;P&gt;But you did not understand the problem I said, I will provide a project and the necessary data to show these 4 problems, it is real.&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 06:02:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bug-in-esri-arcgis-runtime-version-200/m-p/1239024#M11525</guid>
      <dc:creator>haiguanyang</dc:creator>
      <dc:date>2022-12-08T06:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in ESRI.ArcGIS runtime version 200</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-in-esri-arcgis-runtime-version-200/m-p/1239529#M11526</link>
      <description>&lt;P&gt;Thank you for sharing the code and data!&amp;nbsp; I was able to reproduce both problems. I passed details to our engineering teams.&amp;nbsp; Unfortunately it's too late to fix these before 200.0.0 release, but I have some workaround ideas:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For the Geodatabase issue, the problem happens when any non-ASCII character is in the filename.&amp;nbsp; Folder names do not have the same limitation.&amp;nbsp; The problem can be avoided by setting&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/powershell/module/international/set-winsystemlocale?view=windowsserver2022-ps" target="_self"&gt;Windows system locale&lt;/A&gt;&amp;nbsp;to English (en-US).&lt;/LI&gt;&lt;LI&gt;For the SLPK problem, the only workaround is to only use&amp;nbsp;&lt;A href="https://datatracker.ietf.org/doc/html/rfc3986#section-2-3" target="_self"&gt;unreserved URI characters&lt;/A&gt;&amp;nbsp;(ASCII letters, digits, and characters "&lt;STRONG&gt;-&lt;/STRONG&gt;" / "&lt;STRONG&gt;.&lt;/STRONG&gt;" / "&lt;STRONG&gt;_&lt;/STRONG&gt;" / "&lt;STRONG&gt;~&lt;/STRONG&gt;") in the file path.&amp;nbsp; Currently, any character that is subject to percent-encoding will cause problems.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 09 Dec 2022 06:12:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bug-in-esri-arcgis-runtime-version-200/m-p/1239529#M11526</guid>
      <dc:creator>MatveiStefarov</dc:creator>
      <dc:date>2022-12-09T06:12:57Z</dc:date>
    </item>
  </channel>
</rss>

