From d1727081eb4cdec0669a0ced4555eaf745c82a3b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Jun 2009 22:27:07 -0500 Subject: remove extraneous space --- lib/Lingua/HI/Romanize/IAST.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Lingua/HI/Romanize/IAST.pm b/lib/Lingua/HI/Romanize/IAST.pm index dae8a93..5fc7cba 100644 --- a/lib/Lingua/HI/Romanize/IAST.pm +++ b/lib/Lingua/HI/Romanize/IAST.pm @@ -18,7 +18,7 @@ use constant TRANSLIT => ( 'ऐ' => 'ai', 'ओ' => 'o', 'औ' => 'au', - ' ं' => 'ṃ', # ? + 'ं' => 'ṃ', 'ः' => 'ḥ', # ? 'क' => 'k', 'च' => 'c', -- cgit v1.2.3