<?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: How to read japanese characters in DBF in Standards and Interoperability Questions</title>
    <link>https://community.esri.com/t5/standards-and-interoperability-questions/how-to-read-japanese-characters-in-dbf/m-p/178518#M87</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi bruce_harold,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot. but I can't understand when the .cpg file reads.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The java app that I am working is an internal app that convert the shape(shp,shx,dbf) to gml3.2.1.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jan 2011 03:06:53 GMT</pubDate>
    <dc:creator>ErosSy</dc:creator>
    <dc:date>2011-01-20T03:06:53Z</dc:date>
    <item>
      <title>How to read japanese characters in DBF</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/how-to-read-japanese-characters-in-dbf/m-p/178516#M85</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not sure if the Forum is correct but I am stuck with reading a dbf but the data are garbled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I successfully created a shp,shx and dbf compatible with esri. Then now, I am creating a java application that reads the 3 files for further processing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please guide me on how to read a dbf file correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 03:49:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/how-to-read-japanese-characters-in-dbf/m-p/178516#M85</guid>
      <dc:creator>ErosSy</dc:creator>
      <dc:date>2011-01-19T03:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to read japanese characters in DBF</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/how-to-read-japanese-characters-in-dbf/m-p/178517#M86</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your DBF file is part of a shapefile, then you will need a codepage file to correctly interpret any Unicode strings.&amp;nbsp; If your shapefile root name is "xyz" then create a text file xyz.cpg with the contents "UTF-8" (not quoted) and hopefully that will work for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 13:55:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/how-to-read-japanese-characters-in-dbf/m-p/178517#M86</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2011-01-19T13:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to read japanese characters in DBF</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/how-to-read-japanese-characters-in-dbf/m-p/178518#M87</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi bruce_harold,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot. but I can't understand when the .cpg file reads.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The java app that I am working is an internal app that convert the shape(shp,shx,dbf) to gml3.2.1.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 03:06:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/how-to-read-japanese-characters-in-dbf/m-p/178518#M87</guid>
      <dc:creator>ErosSy</dc:creator>
      <dc:date>2011-01-20T03:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to read japanese characters in DBF</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/how-to-read-japanese-characters-in-dbf/m-p/178519#M88</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only ESRI applications or SDK's will understand the CPG file, you may have to handle the Unicode encoding yourself in another environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 19:54:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/how-to-read-japanese-characters-in-dbf/m-p/178519#M88</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2011-01-20T19:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to read japanese characters in DBF</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/how-to-read-japanese-characters-in-dbf/m-p/178520#M89</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just thinking that there is an available api from esri to read the dbf correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With appreciation&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 01:48:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/how-to-read-japanese-characters-in-dbf/m-p/178520#M89</guid>
      <dc:creator>ErosSy</dc:creator>
      <dc:date>2011-01-21T01:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to read japanese characters in DBF</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/how-to-read-japanese-characters-in-dbf/m-p/178521#M90</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In addition to Bruce's response, please see this similar thread regards your question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/21617-Japanese-characters-in-attribut-table-not-showing-properly?p=70634#post70634"&gt;http://forums.arcgis.com/threads/21617-Japanese-characters-in-attribut-table-not-showing-properly?p=70634#post70634&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stuart&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 02:21:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/how-to-read-japanese-characters-in-dbf/m-p/178521#M90</guid>
      <dc:creator>V_StuartFoote</dc:creator>
      <dc:date>2011-01-21T02:21:11Z</dc:date>
    </item>
  </channel>
</rss>

