<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How Many Bytes Are in an Emoji?	</title>
	<atom:link href="https://www.salvis.com/blog/2024/09/30/how-many-bytes-are-in-an-emoji/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.salvis.com/blog/2024/09/30/how-many-bytes-are-in-an-emoji/</link>
	<description>Database-centric development</description>
	<lastBuildDate>Tue, 29 Apr 2025 00:19:15 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://websubhub.com/hub"/>
<atom:link rel="self" href="https://www.salvis.com/blog/2024/09/30/how-many-bytes-are-in-an-emoji/feed/"/>
	<item>
		<title>
		By: Akhil n		</title>
		<link>https://www.salvis.com/blog/2024/09/30/how-many-bytes-are-in-an-emoji/#comment-241004</link>

		<dc:creator><![CDATA[Akhil n]]></dc:creator>
		<pubDate>Tue, 29 Apr 2025 00:19:15 +0000</pubDate>
		<guid isPermaLink="false">https://www.salvis.com/blog/?p=13579#comment-241004</guid>

					<description><![CDATA[Good sharing !!]]></description>
			<content:encoded><![CDATA[<p>Good sharing !!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mazhar		</title>
		<link>https://www.salvis.com/blog/2024/09/30/how-many-bytes-are-in-an-emoji/#comment-239984</link>

		<dc:creator><![CDATA[Mazhar]]></dc:creator>
		<pubDate>Sat, 26 Apr 2025 14:29:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.salvis.com/blog/?p=13579#comment-239984</guid>

					<description><![CDATA[Great inputs. I have been installing Oracle database instances since 8i and essentially use the Unicode for Arabic so I was intrigued and wanted to clarify.

Note that AL32UTF8 was the default for the 11g also as I checked my installation notes. Did not check the 10g installation notes yet though.

I installed 8i, 9i, 10g, 11g, 12c, 19c (on Linux) and 21c (Express Edition) so far]]></description>
			<content:encoded><![CDATA[<p>Great inputs. I have been installing Oracle database instances since 8i and essentially use the Unicode for Arabic so I was intrigued and wanted to clarify.</p>
<p>Note that AL32UTF8 was the default for the 11g also as I checked my installation notes. Did not check the 10g installation notes yet though.</p>
<p>I installed 8i, 9i, 10g, 11g, 12c, 19c (on Linux) and 21c (Express Edition) so far</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Philipp Salvisberg		</title>
		<link>https://www.salvis.com/blog/2024/09/30/how-many-bytes-are-in-an-emoji/#comment-239869</link>

		<dc:creator><![CDATA[Philipp Salvisberg]]></dc:creator>
		<pubDate>Sat, 26 Apr 2025 06:30:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.salvis.com/blog/?p=13579#comment-239869</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.salvis.com/blog/2024/09/30/how-many-bytes-are-in-an-emoji/#comment-239616&quot;&gt;Mazhar&lt;/a&gt;.

Regarding &lt;code&gt;CHAR&lt;/code&gt; semantic see https://dblinter-rules.united-codes.com/rules/G-2340/.

Regarding the character set. &lt;code&gt;AL32UTF8&lt;/code&gt; is the default since Oracle Database 12c Relase 2. Here&#039;s an excerpt from the &lt;a href=&quot;https://docs.oracle.com/database/121/NLSPG/ch2charset.htm#GUID-D866D0CF-17C3-4BD9-8FE9-4BCC7AEF38EC__GUID-C1C0E771-B857-44E4-A115-6E6C8DDD5F67&quot; rel=&quot;nofollow ugc&quot;&gt;Database Globalization Support Guide 12c Release 1&lt;/a&gt;:

&lt;blockquote&gt;
Starting from Oracle Database 12c Release 2, if you use Oracle Universal Installer or Database Configuration Assistant (DBCA) to create the database, then the default database character set is AL32UTF8.
&lt;/blockquote&gt;

IMO this default is good and should not be changed.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.salvis.com/blog/2024/09/30/how-many-bytes-are-in-an-emoji/#comment-239616">Mazhar</a>.</p>
<p>Regarding <code>CHAR</code> semantic see <a href="https://dblinter-rules.united-codes.com/rules/G-2340/" rel="nofollow ugc">https://dblinter-rules.united-codes.com/rules/G-2340/</a>.</p>
<p>Regarding the character set. <code>AL32UTF8</code> is the default since Oracle Database 12c Relase 2. Here&#8217;s an excerpt from the <a href="https://docs.oracle.com/database/121/NLSPG/ch2charset.htm#GUID-D866D0CF-17C3-4BD9-8FE9-4BCC7AEF38EC__GUID-C1C0E771-B857-44E4-A115-6E6C8DDD5F67" rel="nofollow ugc">Database Globalization Support Guide 12c Release 1</a>:</p>
<blockquote><p>
Starting from Oracle Database 12c Release 2, if you use Oracle Universal Installer or Database Configuration Assistant (DBCA) to create the database, then the default database character set is AL32UTF8.
</p></blockquote>
<p>IMO this default is good and should not be changed.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
