wiki.techinc.nl/languages/data/normalize-ml.php

11 lines
216 B
PHP
Raw Normal View History

<?php
// File created by maintenance/generateNormalizerDataMl.php
return [
'ണ്‍' => 'ൺ',
'ന്‍' => 'ൻ',
'ര്‍' => 'ർ',
'ല്‍' => 'ൽ',
'ള്‍' => 'ൾ',
'ക്‍' => 'ൿ',
];