nick-buhro/Translit

Bulgarian alphabet

iliev72 opened this issue · 1 comments

Hi, @iliev72! Bulgarian language has already supported:

const string original = @"Всички хора се раждат свободни и равни по достойнство и права.";
var translit = Transliteration.CyrillicToLatin(original, Language.Bulgarian);
Console.WriteLine(translit);  // Output: "Vsichki xora se razhdat svobodni i ravni po dostojnstvo i prava."

As I see from your links, there are multiple standards for this operation, but the library supports only ISO 9 Type B.