<?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 Is posisble to create a shapefile with an specific encoding using ArcObjects? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-posisble-to-create-a-shapefile-with-an-specific/m-p/164826#M4284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the code to create a shapefile programmatically, something like this &lt;A href="http://support.esri.com/fr/knowledgebase/techarticles/detail/28310" title="http://support.esri.com/fr/knowledgebase/techarticles/detail/28310"&gt;28310 - Create a new empty shapefile programmatically&lt;/A&gt; &lt;/P&gt;&lt;P&gt;more over I am able to put the data from a layer in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some client hands to me several layers that have data in Russian. When I export from my application to a shp file I got the same behavior described here &lt;A href="http://gis.stackexchange.com/questions/1461/character-encoding-support-in-geodatabases-and-shapefiles" title="http://gis.stackexchange.com/questions/1461/character-encoding-support-in-geodatabases-and-shapefiles"&gt;esri - Character encoding support in geodatabases and shapefiles - Geographic Information Systems Stack Exchange&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;the fields with Cyrillic alphabet appears like ???????? .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this article: &lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/21106" title="http://support.esri.com/en/knowledgebase/techarticles/detail/21106"&gt;21106 - Read and write shapefile and dBASE files encoded in various code pages&lt;/A&gt;&amp;nbsp; but it does not apply to ArcEngine (arcObjects) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to change the codification when I'm creating the shp file using the workspace provided by the shapefileworkspacefactory?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2015 20:52:49 GMT</pubDate>
    <dc:creator>Cristian_Galindo</dc:creator>
    <dc:date>2015-10-22T20:52:49Z</dc:date>
    <item>
      <title>Is posisble to create a shapefile with an specific encoding using ArcObjects?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-posisble-to-create-a-shapefile-with-an-specific/m-p/164826#M4284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the code to create a shapefile programmatically, something like this &lt;A href="http://support.esri.com/fr/knowledgebase/techarticles/detail/28310" title="http://support.esri.com/fr/knowledgebase/techarticles/detail/28310"&gt;28310 - Create a new empty shapefile programmatically&lt;/A&gt; &lt;/P&gt;&lt;P&gt;more over I am able to put the data from a layer in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some client hands to me several layers that have data in Russian. When I export from my application to a shp file I got the same behavior described here &lt;A href="http://gis.stackexchange.com/questions/1461/character-encoding-support-in-geodatabases-and-shapefiles" title="http://gis.stackexchange.com/questions/1461/character-encoding-support-in-geodatabases-and-shapefiles"&gt;esri - Character encoding support in geodatabases and shapefiles - Geographic Information Systems Stack Exchange&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;the fields with Cyrillic alphabet appears like ???????? .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this article: &lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/21106" title="http://support.esri.com/en/knowledgebase/techarticles/detail/21106"&gt;21106 - Read and write shapefile and dBASE files encoded in various code pages&lt;/A&gt;&amp;nbsp; but it does not apply to ArcEngine (arcObjects) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to change the codification when I'm creating the shp file using the workspace provided by the shapefileworkspacefactory?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 20:52:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-posisble-to-create-a-shapefile-with-an-specific/m-p/164826#M4284</guid>
      <dc:creator>Cristian_Galindo</dc:creator>
      <dc:date>2015-10-22T20:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is posisble to create a shapefile with an specific encoding using ArcObjects?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-posisble-to-create-a-shapefile-with-an-specific/m-p/164827#M4285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you considered writing your data to a personal or file geodatabase instead of a Shapefile? One of the &lt;EM&gt;many&lt;/EM&gt; benefits of a GeoDatabase over a shapefile is that they support Unicode and would display Cyrillic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 01:10:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-posisble-to-create-a-shapefile-with-an-specific/m-p/164827#M4285</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2015-12-06T01:10:23Z</dc:date>
    </item>
  </channel>
</rss>

