<?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 SQL database (2022) Collation for UN in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/sql-database-2022-collation-for-un/m-p/1664947#M9716</link>
    <description>&lt;P&gt;We are setting up a new SQL database (2022) for the UN (Portal 11.5 / Pro 3.5) and I would like some help picking the new collation. My research is suggesting&amp;nbsp;sql_latin1_general_cp1_ci_as, but I also see some post suggesting it is a legacy collation and that modern apps should use a Unicode-compliant collation.&lt;BR /&gt;&lt;BR /&gt;We only have to support the English language.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Nov 2025 17:11:05 GMT</pubDate>
    <dc:creator>forestknutsen1</dc:creator>
    <dc:date>2025-11-11T17:11:05Z</dc:date>
    <item>
      <title>SQL database (2022) Collation for UN</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sql-database-2022-collation-for-un/m-p/1664947#M9716</link>
      <description>&lt;P&gt;We are setting up a new SQL database (2022) for the UN (Portal 11.5 / Pro 3.5) and I would like some help picking the new collation. My research is suggesting&amp;nbsp;sql_latin1_general_cp1_ci_as, but I also see some post suggesting it is a legacy collation and that modern apps should use a Unicode-compliant collation.&lt;BR /&gt;&lt;BR /&gt;We only have to support the English language.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 17:11:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sql-database-2022-collation-for-un/m-p/1664947#M9716</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2025-11-11T17:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: SQL database (2022) Collation for UN</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sql-database-2022-collation-for-un/m-p/1665132#M9717</link>
      <description>&lt;P&gt;I've been UTF-8 compliant on my databases for 22+ years now. There really is no reason to go out of your way to make international names like "&lt;SPAN&gt;Côte d'Ivoire" give your front-end developers nightmares.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 15:48:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sql-database-2022-collation-for-un/m-p/1665132#M9717</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2025-11-12T15:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: SQL database (2022) Collation for UN</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sql-database-2022-collation-for-un/m-p/1665231#M9718</link>
      <description>&lt;P&gt;Okay, so you think we are fine with&amp;nbsp;&lt;SPAN&gt;sql_latin1_general_cp1_ci_as. I think that is the answer I want to hear -- keep it simple wherever possible.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 19:05:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sql-database-2022-collation-for-un/m-p/1665231#M9718</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2025-11-12T19:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: SQL database (2022) Collation for UN</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sql-database-2022-collation-for-un/m-p/1665269#M9719</link>
      <description>&lt;P&gt;No, latin1 is NOT UTF-8, it's latin1. You need to use a UTF-8 character set.&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 20:48:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sql-database-2022-collation-for-un/m-p/1665269#M9719</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2025-11-12T20:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: SQL database (2022) Collation for UN</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sql-database-2022-collation-for-un/m-p/1665289#M9720</link>
      <description>&lt;P&gt;Okay, my bad. So, this&amp;nbsp;Latin1_General_100_CI_AS_KS_WS?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 22:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sql-database-2022-collation-for-un/m-p/1665289#M9720</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2025-11-12T22:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: SQL database (2022) Collation for UN</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sql-database-2022-collation-for-un/m-p/1665295#M9721</link>
      <description>&lt;P&gt;According to &lt;A href="https://stackoverflow.com/questions/12512687/how-to-use-utf-8-collation-in-sql-server-database" target="_blank" rel="noopener"&gt;Stack Exchange&lt;/A&gt;, you want&amp;nbsp;&lt;SPAN&gt;Latin1_General_100_...&lt;STRONG&gt;_UTF8&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 22:23:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sql-database-2022-collation-for-un/m-p/1665295#M9721</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2025-11-12T22:23:20Z</dc:date>
    </item>
  </channel>
</rss>

