pahlavi: first letter of Pahlavi
This commit is contained in:
		@@ -11,6 +11,10 @@
 | 
			
		||||
  <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
 | 
			
		||||
  <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
 | 
			
		||||
 | 
			
		||||
  {% if page.custom_head %}
 | 
			
		||||
  {{ page.custom_head }}
 | 
			
		||||
  {% endif %}
 | 
			
		||||
 | 
			
		||||
  {% if page.math %}
 | 
			
		||||
    <link rel='stylesheet' href='{{ "/css/katex.min.css" | prepend: site.baseurl }}'>
 | 
			
		||||
    <script src='{{ "/js/katex.min.js" | prepend: site.baseurl }}'></script>
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										40
									
								
								_posts/2022-09-15-pahlavi-avestan-intro.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								_posts/2022-09-15-pahlavi-avestan-intro.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
layout: post
 | 
			
		||||
title: "Introduction to Pahlavi Vendidad script"
 | 
			
		||||
subtitle: "Reading Avesta using the old scripts"
 | 
			
		||||
date: 2022-09-15 00:00:00
 | 
			
		||||
permalink: pahlavi-vendidad-avesta-intro/
 | 
			
		||||
published: false
 | 
			
		||||
categories: language
 | 
			
		||||
author: Mahdi
 | 
			
		||||
custom_head: <link rel="stylesheet" href="/css/khusro.css"">
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
Pahlavi is the name associated with a group of scripts used to write Middle Persian and Avesta, ... (better research and introduction)
 | 
			
		||||
 | 
			
		||||
This blog post requires a browser that supports custom fonts, since I am using the [Khusro Pahlavi font](http://avesta.org/iranian-font/pahlavi.html). If you cannot see this blog post properly, a PDF version of this blog post is available [here]().
 | 
			
		||||
 | 
			
		||||
# Alphabet
 | 
			
		||||
 | 
			
		||||
There are 14 primary letters in Pahlavi Vendidad, some of which are used for multiple sounds. First, let's look at each letter of the alphabet individually.
 | 
			
		||||
 | 
			
		||||
# <span class='pahlavi'>n</span>
 | 
			
		||||
 | 
			
		||||
Sound: n, v, r, u, û, o, ô, rarely l
 | 
			
		||||
 | 
			
		||||
Modern Persian equivalents: ن، و، ر، گاهی ل
 | 
			
		||||
 | 
			
		||||
Description: Joins with preceding <span class='pahlavi'>f, gE, s, a, l, Z</span> and <span class='pahlavi'>G</span>, but not with any succeeding letter. Pahlavi words ending with <span class='pahlavi'>t, c, p, k</span> and <span class='pahlavi'>n</span>, can optionally add an extra final <span class='pahlavi'>n</span>. |
 | 
			
		||||
 | 
			
		||||
Examples:
 | 
			
		||||
1. <span class='pahlavi'>n</span> (û): a conjunction, meaning and, or; و.
 | 
			
		||||
2. <span class='pahlavi'>nnn</span> (van): a tree, forest, jungle
 | 
			
		||||
3. <span class='pahlavi'>kyn</span> (nêvak): good, beautiful, virtuous; نیک. 
 | 
			
		||||
4. <span class='pahlavi'>nDXn</span> (nihān): secret, concealed; نهان.
 | 
			
		||||
5. <span class='pahlavi'>rpn</span> (vafra): ice, snow, hail, sleet. برف.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
--------
 | 
			
		||||
 | 
			
		||||
The table below is taken from _Glossary of Pahlavi Vendidad (1953)_ by Dinsham D. Kapadia, which illustrates how the letters of the alphabet mix when they appear together.
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								css/fonts/Khusro.woff
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								css/fonts/Khusro.woff
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								css/fonts/Khusro.woff2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								css/fonts/Khusro.woff2
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										14
									
								
								css/khusro.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								css/khusro.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: 'Khusro';
 | 
			
		||||
    src: url('/css/fonts/Khusro.woff2') format('woff2'),
 | 
			
		||||
        url('/css/fonts/Khusro.woff') format('woff');
 | 
			
		||||
    font-weight: normal;
 | 
			
		||||
    font-style: normal;
 | 
			
		||||
    font-display: swap;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
.pahlavi {
 | 
			
		||||
  font-family: Khusro;
 | 
			
		||||
  direction: rtl;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user