<?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: Limited UTF-8 support in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/limited-utf-8-support/m-p/50520#M2478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd like to second this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, the service below has Chinese characters in the attribute fields:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://simon.techresearch.opendata.arcgis.com/datasets/9f0d2f8db081426eb396837a1bc77f68_1"&gt;http://simon.techresearch.opendata.arcgis.com/datasets/9f0d2f8db081426eb396837a1bc77f68_1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Downloading as CSV is fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Downloading as a shapefile corrupts the text. However, from memory, the DBF format used by shapefiles to store attribute data has always had spotty support for non-ASCII characters, so there may not be much that can be done here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Downloading as GeoJSON and viewing in a text editor seems to work OK, but I've noticed that when I click &lt;/SPAN&gt;&lt;A href="http://simon.techresearch.opendata.arcgis.com/datasets/9f0d2f8db081426eb396837a1bc77f68_1.geojson"&gt;http://simon.techresearch.opendata.arcgis.com/datasets/9f0d2f8db081426eb396837a1bc77f68_1.geojson&lt;/A&gt;&lt;SPAN&gt; in my web browser, the Chinese characters are garbled if my browser's default encoding isn't set to UTF-8 (this will be the case for a lot of users in English-speaking countries). This can easily be fixed by getting the server to state the encoding in the HTTP response header (something like &lt;/SPAN&gt;&lt;STRONG&gt;Content-Type: text/plain; charset=utf-8&lt;/STRONG&gt;&lt;SPAN&gt; rather than the ambiguous &lt;/SPAN&gt;&lt;STRONG&gt;Content-Type: text/plain&lt;/STRONG&gt;&lt;SPAN&gt; it sends at the moment)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2014 20:31:17 GMT</pubDate>
    <dc:creator>SimonLiu</dc:creator>
    <dc:date>2014-05-02T20:31:17Z</dc:date>
    <item>
      <title>Limited UTF-8 support</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/limited-utf-8-support/m-p/50518#M2476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. When exporting to shapefile - Hebrew letters become gibberish.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Searching Hebrew tags return no results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yigal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Apr 2014 04:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/limited-utf-8-support/m-p/50518#M2476</guid>
      <dc:creator>YigalMuntner</dc:creator>
      <dc:date>2014-04-26T04:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Limited UTF-8 support</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/limited-utf-8-support/m-p/50519#M2477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yigal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the feedback, we will log a bug for this. If possible, please post the data you are using so we can accurately address your issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 11:33:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/limited-utf-8-support/m-p/50519#M2477</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-04-30T11:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Limited UTF-8 support</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/limited-utf-8-support/m-p/50520#M2478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd like to second this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, the service below has Chinese characters in the attribute fields:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://simon.techresearch.opendata.arcgis.com/datasets/9f0d2f8db081426eb396837a1bc77f68_1"&gt;http://simon.techresearch.opendata.arcgis.com/datasets/9f0d2f8db081426eb396837a1bc77f68_1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Downloading as CSV is fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Downloading as a shapefile corrupts the text. However, from memory, the DBF format used by shapefiles to store attribute data has always had spotty support for non-ASCII characters, so there may not be much that can be done here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Downloading as GeoJSON and viewing in a text editor seems to work OK, but I've noticed that when I click &lt;/SPAN&gt;&lt;A href="http://simon.techresearch.opendata.arcgis.com/datasets/9f0d2f8db081426eb396837a1bc77f68_1.geojson"&gt;http://simon.techresearch.opendata.arcgis.com/datasets/9f0d2f8db081426eb396837a1bc77f68_1.geojson&lt;/A&gt;&lt;SPAN&gt; in my web browser, the Chinese characters are garbled if my browser's default encoding isn't set to UTF-8 (this will be the case for a lot of users in English-speaking countries). This can easily be fixed by getting the server to state the encoding in the HTTP response header (something like &lt;/SPAN&gt;&lt;STRONG&gt;Content-Type: text/plain; charset=utf-8&lt;/STRONG&gt;&lt;SPAN&gt; rather than the ambiguous &lt;/SPAN&gt;&lt;STRONG&gt;Content-Type: text/plain&lt;/STRONG&gt;&lt;SPAN&gt; it sends at the moment)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 20:31:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/limited-utf-8-support/m-p/50520#M2478</guid>
      <dc:creator>SimonLiu</dc:creator>
      <dc:date>2014-05-02T20:31:17Z</dc:date>
    </item>
  </channel>
</rss>

