Metapad, LitePad, Notepad2, Notepad++, FastPad - all those are better than standard windows notepad but AkelPad
linking the best functions from them to one useful program. However few great functions still aren't
added. So I'm begging for new option/plugin:
"Change Diacritic Letters"
example:
*Polish (in php code):
<?
function convert_polish_letters($str){
$trans = array(
"Ą" => "A",
"ą" => "a",
"Ć" => "C",
"ć" => "c",
"Ę" => "E",
"ę" => "e",
"Ł" => "L",
"ł" => "l",
"Ń" => "N",
"ń" => "n",
"Ó" => "O",
"ó" => "o",
"Ś" => "S",
"ś" => "s",
"Ź" => "Z",
"ź" => "z",
"Ż" => "Z",
"ż" => "z",
);
return strtr($str, $trans);
}
?>
---
I think it can be great option for diffrent language too.
Czech: á, é, í, ó, ú, ý, č, ď, ě, ň, ř, š, ť, ž, ů
Livonian: ā, ä, ǟ, ḑ, ē, ī, ļ, ņ, ō, ȯ, ȱ, õ, ȭ, ŗ, š, ț, ū, ž.
Latvian: ā, ē, ī, ū, ŗ, ļ, ķ, ņ, ģ, š, ž, č
and many others
for full diacritic letters go to:
http://en.wikipedia.org/wiki/Diacritic
Thanks for great program and sorry for my bad english
