<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dev.vanipedia.org/w/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AUniToASCII.js</id>
	<title>MediaWiki:UniToASCII.js - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://dev.vanipedia.org/w/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AUniToASCII.js"/>
	<link rel="alternate" type="text/html" href="https://dev.vanipedia.org/w/index.php?title=MediaWiki:UniToASCII.js&amp;action=history"/>
	<updated>2026-06-11T10:43:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://dev.vanipedia.org/w/index.php?title=MediaWiki:UniToASCII.js&amp;diff=763&amp;oldid=prev</id>
		<title>Acyuta: New page:          /****   Function to Convert Unicode to ASCII    ****/                  UniToASCII = function(obj) {                          obj = obj.replace(/ā/g, &quot;a&quot;); // long a             o...</title>
		<link rel="alternate" type="text/html" href="https://dev.vanipedia.org/w/index.php?title=MediaWiki:UniToASCII.js&amp;diff=763&amp;oldid=prev"/>
		<updated>2008-06-10T16:40:23Z</updated>

		<summary type="html">&lt;p&gt;New page:          &lt;span class=&quot;autocomment&quot;&gt;***   Function to Convert Unicode to ASCII    ***: &lt;/span&gt;                  UniToASCII = function(obj) {                          obj = obj.replace(/ā/g, &amp;quot;a&amp;quot;); // long a             o...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
        /****   Function to Convert Unicode to ASCII    ****/&lt;br /&gt;
        &lt;br /&gt;
        UniToASCII = function(obj) {&lt;br /&gt;
            &lt;br /&gt;
            obj = obj.replace(/ā/g, &amp;quot;a&amp;quot;); // long a&lt;br /&gt;
            obj = obj.replace(/ī/g, &amp;quot;i&amp;quot;); // long i&lt;br /&gt;
            obj = obj.replace(/ū/g, &amp;quot;u&amp;quot;); // long u&lt;br /&gt;
            obj = obj.replace(/ṛ/g, &amp;quot;r&amp;quot;); // r cedilla&lt;br /&gt;
            obj = obj.replace(/ṟ/g, &amp;quot;r&amp;quot;); // long r cedilla&lt;br /&gt;
            obj = obj.replace(/ṅ/g, &amp;quot;n&amp;quot;); // n dot over&lt;br /&gt;
        &lt;br /&gt;
            obj = obj.replace(/ṣ/g, &amp;quot;s&amp;quot;); // s cedilla&lt;br /&gt;
            obj = obj.replace(/ñ/g, &amp;quot;n&amp;quot;); // n tilde&lt;br /&gt;
        &lt;br /&gt;
            obj = obj.replace(/ṭ/g, &amp;quot;t&amp;quot;); // t cedilla&lt;br /&gt;
            obj = obj.replace(/ḍ/g, &amp;quot;d&amp;quot;); // d cedilla&lt;br /&gt;
            obj = obj.replace(/ṇ/g, &amp;quot;n&amp;quot;); // n cedilla&lt;br /&gt;
            obj = obj.replace(/ś/g, &amp;quot;s&amp;quot;); // s accent&lt;br /&gt;
        &lt;br /&gt;
            obj = obj.replace(/ṁ/g, &amp;quot;m&amp;quot;); // m dot over (anusvara)&lt;br /&gt;
            obj = obj.replace(/ḥ/g, &amp;quot;h&amp;quot;); // h cedilla (visarga)&lt;br /&gt;
            obj = obj.replace(/ḷ/g, &amp;quot;l&amp;quot;); // l cedilla&lt;br /&gt;
            obj = obj.replace(/ḻ/g, &amp;quot;l&amp;quot;); // long l cedilla&lt;br /&gt;
        &lt;br /&gt;
            obj = obj.replace(/Ā/g, &amp;quot;A&amp;quot;); // long a&lt;br /&gt;
            obj = obj.replace(/Ī/g, &amp;quot;I&amp;quot;); // long i&lt;br /&gt;
            obj = obj.replace(/Ū/g, &amp;quot;U&amp;quot;); // long u&lt;br /&gt;
            obj = obj.replace(/Ṛ/g, &amp;quot;R&amp;quot;); // r cedilla&lt;br /&gt;
            obj = obj.replace(/Ṟ/g, &amp;quot;R&amp;quot;); // long r cedilla&lt;br /&gt;
            obj = obj.replace(/&amp;amp;#7748;/g, &amp;quot;N&amp;quot;); // n dot over&lt;br /&gt;
        &lt;br /&gt;
            obj = obj.replace(/Ṣ/g, &amp;quot;S&amp;quot;); // s cedilla&lt;br /&gt;
            obj = obj.replace(/Ñ/g, &amp;quot;N&amp;quot;); // n tilde&lt;br /&gt;
        &lt;br /&gt;
            obj = obj.replace(/Ṭ/g, &amp;quot;T&amp;quot;); // t cedilla&lt;br /&gt;
            obj = obj.replace(/Ḍ/g, &amp;quot;D&amp;quot;); // d cedilla&lt;br /&gt;
            obj = obj.replace(/Ṇ/g, &amp;quot;N&amp;quot;); // n cedilla&lt;br /&gt;
            obj = obj.replace(/Ś/g, &amp;quot;S&amp;quot;); // s accent&lt;br /&gt;
        &lt;br /&gt;
            obj = obj.replace(/Ṁ/g, &amp;quot;M&amp;quot;); // m dot over (anusvara)&lt;br /&gt;
            obj = obj.replace(/Ḥ/g, &amp;quot;H&amp;quot;); // h cedilla (visarga)&lt;br /&gt;
            obj = obj.replace(/Ḷ/g, &amp;quot;L&amp;quot;); // l cedilla &lt;br /&gt;
            &lt;br /&gt;
            return obj;&lt;br /&gt;
        }&lt;/div&gt;</summary>
		<author><name>Acyuta</name></author>
	</entry>
</feed>