<?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: ???Select by attributes??? for Arabic fonts in SDE/file geodatabases, in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417678#M23840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4230"&gt;Jamal NUMAN&lt;/A&gt;​ &lt;/P&gt;&lt;P&gt;Hello mr numan , i have the same problem but i use oracle 11g do u have any idea what is the problem ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2015 08:16:01 GMT</pubDate>
    <dc:creator>MotasemWadi</dc:creator>
    <dc:date>2015-09-02T08:16:01Z</dc:date>
    <item>
      <title>???Select by attributes??? for Arabic fonts in SDE/file geodatabases,</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417666#M23828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;???Select by attributes??? for Arabic fonts in SDE/file geodatabases,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the name of communities in English and Arabic language. Of course, there is no any problem when searching these names in English language whether from the SDE of file goedatabase&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got the same feature class in SDE and file geodatabase&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Searching the Arabic names in file geodatabase works very well and has no problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22050[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Searching the Arabic names from the SDE geodatabase has a problem. It doesn???t recognize Arabic languages and thus ends up with finding nothing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22051[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What might be the issue here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I installed the ???collation designator??? to be Arbaic, nevertheless, Arbaic words are not recognized in the SDE geodatabase and are not searched correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22052[/ATTACH], [ATTACH=CONFIG]22053[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What other features need to be set?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 18:33:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417666#M23828</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-02-21T18:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: �??Select by attributes�?� for Arabic fonts in SDE/file geodatabases,</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417667#M23829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: mboeringa2010&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is actually quite outside my knowledge base, and I had to look-up what "collation" in SQL Server actually means, but by doing so, I noticed the following text on &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/aa174903%28v=sql.80%29.aspx"&gt;this Microsoft site about collation&lt;/A&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;BR /&gt;"If you do not specify a collation, the default collation for the database is the default collation for the instance. Whenever you define a character column, you can specify its collation. If you do not specify a collation, &lt;STRONG&gt;the column is created with the default collation of the database.&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The bold sentence raises a question: did you set the collation &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;after&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;before&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; adding this dataset to the geodatabase? If you altered collation after the dataset was added to the geodatabase, the column with the arabic characters will still use the old, default,&amp;nbsp; collation if I understand the above text well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the recommended order seems to be to first set the collation, than load data in the geodatabase. There is an option to change the collation of an existing column, as specified &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/aa214789%28v=sql.80%29.aspx"&gt;here&lt;/A&gt;&lt;SPAN&gt;, but it seems to have some caveats (like no index on column) that may make it impractical to use on an existing geodatabase Feature Class. Probably best to set the collation first and than load data as I wrote before.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 20:40:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417667#M23829</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-02-21T20:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: �??Select by attributes�?� for Arabic fonts in SDE/file geodatabases,</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417668#M23830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You must use the N prefix before the character string when querying unicode data like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;eg.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where name = &lt;/SPAN&gt;&lt;STRONG&gt;N&lt;/STRONG&gt;&lt;SPAN&gt;'character_string'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This article describes the issue and solution in more detail: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://support.esri.com/en/knowledgebase/techarticles/detail/32474" rel="nofollow" target="_blank"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/32474&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 21:28:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417668#M23830</guid>
      <dc:creator>ShannonShields</dc:creator>
      <dc:date>2013-02-21T21:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: �??Select by attributes�?� for Arabic fonts in SDE/file geodatabases,</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417669#M23831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Original User: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:Jamal432@gmail.com"&gt;Jamal432@gmail.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You must use the N prefix before the character string when querying unicode data like this&lt;BR /&gt;eg.&lt;BR /&gt;&lt;BR /&gt;where name = &lt;STRONG&gt;N&lt;/STRONG&gt;'character_string'&lt;BR /&gt;&lt;BR /&gt;This article describes the issue and solution in more detail: &lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/32474"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/32474&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you guys for the help. It worked like a charm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, I could select&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CommunityName_Points_Arabic = N'عت�?�?'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22067[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the �??N�?� is sufficient without the need to install the collation designator. What do you think Marco? However, installing the �??Arabic�?� collation might be still needed referring to the fact that my database includes Arabic fonts. It should be necessary to avoid other types of error and weird behaviour.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 05:03:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417669#M23831</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-02-22T05:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: �??Select by attributes�?� for Arabic fonts in SDE/file geodatabases,</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417670#M23832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Using the �??N�?� is sufficient without the need to install the collation designator. What do you think Marco? However, installing the �??Arabic�?� collation might be still needed referring to the fact that my database includes Arabic fonts. It should be necessary to avoid other types of error and weird behaviour.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;&lt;BR /&gt;Jamal&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal, I still think it would be worthwhile to set the collation to Arabic and try to re-load the data in your geodatabase (re-loading to force setting of Arabic collation on the Arabic unicode column). If I understand it well, your queries should than not need the "N" prefix, which is more consistent with the normal ArcGIS usage and less confusing to you or your geodatabase users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As the &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/32474"&gt;ArcGIS troubleshooting&lt;/A&gt;&lt;SPAN&gt; page also states: &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"No results are returned by ArcMap &lt;STRONG&gt;unless the SQL Server instance being queried is using a (Thai) locale or collation.&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively, you might still try to change the collation of specifically the Arabic character column in SQL Server Managent Studio by using the ALTER statement against the column, as explained on this page (scroll down to see it under "Column-level collations"):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms143726%28v=sql.105%29.aspx"&gt;Collation and International Terminology&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example from the page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;ALTER TABLE myTable ALTER COLUMN mycol NVARCHAR(10) COLLATE Greek_CS_AI&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And as you also say, it should potentially give a more consistent behaviour with the sorting of the data in different applications and SQL Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There also seem to be some new things with SQL Server 2008 and collations and a recommendation and push by Microsoft to use "BIN2" binary collations by checking the &lt;/SPAN&gt;&lt;STRONG&gt;"Binary-code point"&lt;/STRONG&gt;&lt;SPAN&gt; checkbox in the dialog you made a screenshot of. See this Microsoft MSDN page under "Binary collations":&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms143515%28v=sql.105%29.aspx"&gt;Windows Collation Sorting Styles&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But anyway, as I wrote before this is all a bit outside my knowledge base. I think Vince or Shannon might be able to give better informed answers on this specific subject.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 10:35:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417670#M23832</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-02-22T10:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: �??Select by attributes�?� for Arabic fonts in SDE/file geodatabases,</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417671#M23833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Original User: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:Jamal432@gmail.com"&gt;Jamal432@gmail.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jamal, I still think it would be worthwhile to set the collation to Arabic and try to re-load the data in your geodatabase (re-loading to force setting of Arabic collation on the Arabic unicode column). If I understand it well, your queries should than not need the "N" prefix, which is more consistent with the normal ArcGIS usage and less confusing to you or your geodatabase users.&lt;BR /&gt;&lt;BR /&gt;As the &lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/32474"&gt;ArcGIS troubleshooting&lt;/A&gt; page also states: &lt;SPAN style="font-style:italic;"&gt;"No results are returned by ArcMap &lt;STRONG&gt;unless the SQL Server instance being queried is using a (Thai) locale or collation.&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Alternatively, you might still try to change the collation of specifically the Arabic character column in SQL Server Managent Studio by using the ALTER statement against the column, as explained on this page (scroll down to see it under "Column-level collations"):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms143726%28v=sql.105%29.aspx"&gt;Collation and International Terminology&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Example from the page:&lt;BR /&gt;&lt;STRONG&gt;ALTER TABLE myTable ALTER COLUMN mycol NVARCHAR(10) COLLATE Greek_CS_AI&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;And as you also say, it should potentially give a more consistent behaviour with the sorting of the data in different applications and SQL Server.&lt;BR /&gt;&lt;BR /&gt;There also seem to be some new things with SQL Server 2008 and collations and a recommendation and push by Microsoft to use "BIN2" binary collations by checking the &lt;STRONG&gt;"Binary-code point"&lt;/STRONG&gt; checkbox in the dialog you made a screenshot of. See this Microsoft MSDN page under "Binary collations":&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms143515%28v=sql.105%29.aspx"&gt;Windows Collation Sorting Styles&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But anyway, as I wrote before this is all a bit outside my knowledge base. I think Vince or Shannon might be able to give better informed answers on this specific subject.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you Marco for the input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That�??s exactly what I did! You should be able to find this on my previous screenshot (enterprise geodatabase with that feature class)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I added the �??Arabic�?� as Collation designator (adding feature to an existing instance)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22075[/ATTACH], [ATTACH=CONFIG]22074[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Then I created an enterprise geodatabase&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. I copied the feature class to it&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. I tried the sql search! But no luck! It didn�??t work without the �??N�?�&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22076[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 11:07:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417671#M23833</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-02-22T11:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: �??Select by attributes�?� for Arabic fonts in SDE/file geodatabases,</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417672#M23834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thank you Marco for the input.&lt;BR /&gt;&lt;BR /&gt;That�??s exactly what I did! You should be able to find this on my previous screenshot (enterprise geodatabase with that feature class)&lt;BR /&gt;&lt;BR /&gt;1. I added the �??Arabic�?� as Collation designator (adding feature to an existing instance)&lt;BR /&gt;2. Then I created an enterprise geodatabase&lt;BR /&gt;3. I copied the feature class to it&lt;BR /&gt;4. I tried the sql search! But no luck! It didn�??t work without the �??N�?�&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;&lt;BR /&gt;Jamal&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal, did you also try to set a "Binary-code point" collation? This should force Unicode comparison in SQL Server. See this text from &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms143515%28v=sql.105%29.aspx"&gt;the MSDN page&lt;/A&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"Binary-code point (_BIN2)&lt;BR /&gt;Sorts and compares data in SQL Server tables based on Unicode code points for Unicode data. For non-Unicode data, Binary-code point will use comparisons identical to binary sorts.&lt;BR /&gt;&lt;BR /&gt;The advantage of using a Binary-code point sort order is that no data resorting is required in applications that compare sorted SQL Server data. As a result, a Binary-code point sort order provides simpler application development and possible performance increases. For more information, see Guidelines for Using BIN and BIN2 Collations."&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 12:21:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417672#M23834</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-02-22T12:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: �??Select by attributes�?� for Arabic fonts in SDE/file geodatabases,</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417673#M23835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Original User: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:Jamal432@gmail.com"&gt;Jamal432@gmail.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jamal, did you also try to set a "Binary-code point" collation? This should force Unicode comparison in SQL Server. See this text from &lt;A href="http://msdn.microsoft.com/en-us/library/ms143515%28v=sql.105%29.aspx"&gt;the MSDN page&lt;/A&gt;:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"Binary-code point (_BIN2)&lt;BR /&gt;Sorts and compares data in SQL Server tables based on Unicode code points for Unicode data. For non-Unicode data, Binary-code point will use comparisons identical to binary sorts.&lt;BR /&gt;&lt;BR /&gt;The advantage of using a Binary-code point sort order is that no data resorting is required in applications that compare sorted SQL Server data. As a result, a Binary-code point sort order provides simpler application development and possible performance increases. For more information, see Guidelines for Using BIN and BIN2 Collations."&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the contribution Marco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I couldn�??t do this check on the sql server database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, have a look on the screenshot below, am I in the right place to stick (as an example)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;�??ALTER TABLE myTable ALTER COLUMN mycol NVARCHAR(10) COLLATE Greek_CS_AI�?�&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22117[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2013 19:20:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417673#M23835</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-02-23T19:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: �??Select by attributes�?� for Arabic fonts in SDE/file geodatabases,</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417674#M23836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thank you for the contribution Marco.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;I couldn�??t do this check on the sql server database.&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you be a little bit more specific as to why you &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"... couldn't do this check ..."&lt;/SPAN&gt;&lt;SPAN&gt;?? Were you unable to check the "Binary-code point" option in the dialog you made a screenshot of and that I attached below again? If so, this might be due to the fact that you also checked/selected "Case insensitive" and "Accent insensitive" or any of the other available options. If I understand it well, "Binary-code point" collations more or less use a predefined table with the sorting order &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;fully determined&lt;/SPAN&gt;&lt;SPAN&gt; (this is the code point/page, see &lt;/SPAN&gt;&lt;A href="http://en.wikipedia.org/wiki/Character_encoding"&gt;this page&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://en.wikipedia.org/wiki/Code_page"&gt;this page&lt;/A&gt;&lt;SPAN&gt; about character encoding and code pages on Wikipedia). This means you can't add options like "Case insensitive". Also see the following small remark below from &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms143515%28v=sql.105%29.aspx"&gt;this MSDN page&lt;/A&gt;&lt;SPAN&gt;, which confirms this incompatibility. So you will probably need to uncheck all other collation options before checking the "Binary-code point" collation option:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"If BIN or Binary-code point is selected, the Case-sensitive, Accent-sensitive, Kana-sensitive, and Width-sensitive options are not available."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://forums.arcgis.com/attachment.php?attachmentid=22053&amp;amp;d=1361478811" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Please, have a look on the screenshot below, am I in the right place to stick (as an example)&lt;BR /&gt;&lt;BR /&gt;�??ALTER TABLE myTable ALTER COLUMN mycol NVARCHAR(10) COLLATE Greek_CS_AI�?�&lt;BR /&gt;&lt;BR /&gt;[ATTACH=CONFIG]22117[/ATTACH]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess you are in the right place, but in your case the statement is probably going to look a bit more like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;"ALTER TABLE dbo.Communities_24 ALTER COLUMN CommunityName_Points_Arabic COLLATE Arabic_BIN2"&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In case you wish to try to set a "Binary-code point" (BIN2) collation on this specific column.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2013 08:08:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417674#M23836</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-02-24T08:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: �??Select by attributes�?� for Arabic fonts in SDE/file geodatabases,</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417675#M23837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Original User: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:Jamal432@gmail.com"&gt;Jamal432@gmail.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jamal,&lt;BR /&gt;&lt;BR /&gt;Could you be a little bit more specific as to why you &lt;SPAN style="font-style:italic;"&gt;"... couldn't do this check ..."&lt;/SPAN&gt;?? Were you unable to check the "Binary-code point" option in the dialog you made a screenshot of and that I attached below again? If so, this might be due to the fact that you also checked/selected "Case insensitive" and "Accent insensitive" or any of the other available options. If I understand it well, "Binary-code point" collations more or less use a predefined table with the sorting order &lt;SPAN style="text-decoration:underline;"&gt;fully determined&lt;/SPAN&gt; (this is the code point/page, see &lt;A href="http://en.wikipedia.org/wiki/Character_encoding"&gt;this page&lt;/A&gt; and &lt;A href="http://en.wikipedia.org/wiki/Code_page"&gt;this page&lt;/A&gt; about character encoding and code pages on Wikipedia). This means you can't add options like "Case insensitive". Also see the following small remark below from &lt;A href="http://msdn.microsoft.com/en-us/library/ms143515%28v=sql.105%29.aspx"&gt;this MSDN page&lt;/A&gt;, which confirms this incompatibility. So you will probably need to uncheck all other collation options before checking the "Binary-code point" collation option:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"If BIN or Binary-code point is selected, the Case-sensitive, Accent-sensitive, Kana-sensitive, and Width-sensitive options are not available."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://forums.arcgis.com/attachment.php?attachmentid=22053&amp;amp;d=1361478811" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I guess you are in the right place, but in your case the statement is probably going to look a bit more like:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;"ALTER TABLE dbo.Communities_24 ALTER COLUMN CommunityName_Points_Arabic COLLATE Arabic_BIN2"&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;In case you wish to try to set a "Binary-code point" (BIN2) collation on this specific column.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much Marco for the input. This is very helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I�??ll be trying the valuable alternatives that you have provided in case i further engaged in fonts-related issues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2013 20:54:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417675#M23837</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-02-24T20:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: �??Select by attributes�?� for Arabic fonts in SDE/file geodatabases,</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417676#M23838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jamal,&lt;BR /&gt;&lt;BR /&gt;Could you be a little bit more specific as to why you &lt;SPAN style="font-style:italic;"&gt;"... couldn't do this check ..."&lt;/SPAN&gt;?? Were you unable to check the "Binary-code point" option in the dialog you made a screenshot of and that I attached below again? If so, this might be due to the fact that you also checked/selected "Case insensitive" and "Accent insensitive" or any of the other available options. If I understand it well, "Binary-code point" collations more or less use a predefined table with the sorting order &lt;SPAN style="text-decoration:underline;"&gt;fully determined&lt;/SPAN&gt; (this is the code point/page, see &lt;A href="http://en.wikipedia.org/wiki/Character_encoding"&gt;this page&lt;/A&gt; and &lt;A href="http://en.wikipedia.org/wiki/Code_page"&gt;this page&lt;/A&gt; about character encoding and code pages on Wikipedia). This means you can't add options like "Case insensitive". Also see the following small remark below from &lt;A href="http://msdn.microsoft.com/en-us/library/ms143515%28v=sql.105%29.aspx"&gt;this MSDN page&lt;/A&gt;, which confirms this incompatibility. So you will probably need to uncheck all other collation options before checking the "Binary-code point" collation option:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"If BIN or Binary-code point is selected, the Case-sensitive, Accent-sensitive, Kana-sensitive, and Width-sensitive options are not available."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://forums.arcgis.com/attachment.php?attachmentid=22053&amp;amp;d=1361478811" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I guess you are in the right place, but in your case the statement is probably going to look a bit more like:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;"ALTER TABLE dbo.Communities_24 ALTER COLUMN CommunityName_Points_Arabic COLLATE Arabic_BIN2"&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;In case you wish to try to set a "Binary-code point" (BIN2) collation on this specific column.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Marco,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got a help from an expert and he advised that the SQL enterprise geodatabase must have the �??Arabic_CI_AS_KS�?� collation to have the Arabic fonts recognized when the search is applied. It worked fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]30106[/ATTACH], [ATTACH=CONFIG]30107[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, there is no way to choose this collation (Arabic_CI_AS_KS) for an existing SQL enterprise geodatabase to enable recognizing Arabic fonts when searched&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 19:12:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417676#M23838</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-12-24T19:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: ???Select by attributes??? for Arabic fonts in SDE/file geodatabases,</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417677#M23839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem but with oracle 11G ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 06:45:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417677#M23839</guid>
      <dc:creator>MotasemWadi</dc:creator>
      <dc:date>2015-09-01T06:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: ???Select by attributes??? for Arabic fonts in SDE/file geodatabases,</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417678#M23840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4230"&gt;Jamal NUMAN&lt;/A&gt;​ &lt;/P&gt;&lt;P&gt;Hello mr numan , i have the same problem but i use oracle 11g do u have any idea what is the problem ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 08:16:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417678#M23840</guid>
      <dc:creator>MotasemWadi</dc:creator>
      <dc:date>2015-09-02T08:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: ???Select by attributes??? for Arabic fonts in SDE/file geodatabases,</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417679#M23841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution should be similar to the one related to SQL server. The only trick in SQL Server is to choose the correct collation when creating the database (as it appears in the screenshot below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Clip_481.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/124789_Clip_481.jpg" style="width: 620px; height: 321px;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 08:25:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417679#M23841</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2015-09-02T08:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: ???Select by attributes??? for Arabic fonts in SDE/file geodatabases,</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417680#M23842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx mr jamal numan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 12:34:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417680#M23842</guid>
      <dc:creator>MotasemWadi</dc:creator>
      <dc:date>2015-09-03T12:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: ???Select by attributes??? for Arabic fonts in SDE/file geodatabases,</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417681#M23843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;shannon search from attribute table doesn't work either, its standard way to write N before uni code string and we know that but i cant figure out why geodatabase that is stored in sql cant find unicode from attribute table form sql writing select statment works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 17:13:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-attributes-for-arabic-fonts-in-sde-file/m-p/417681#M23843</guid>
      <dc:creator>giorgimetonidze</dc:creator>
      <dc:date>2017-02-10T17:13:03Z</dc:date>
    </item>
  </channel>
</rss>

