bulgarian.yml 969 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. general:
  2. name: Bulgarian
  3. parents:
  4. - cyrillic_generic
  5. roman_to_script:
  6. map:
  7. "SHT": "\u0429"
  8. "Sht": "\u0429"
  9. "sht": "\u0449"
  10. "U\u0306": "\u042A"
  11. # Mapping from precomposed non-MARC-8 Latin equivalent
  12. "\u016C": "\u042A"
  13. "u\u0306": "\u044A"
  14. # Mapping from precomposed non-MARC-8 Latin equivalent
  15. "\u016D": "\u044A"
  16. "U\u0310": "\u046A"
  17. "u\u0310": "\u046B"
  18. # this conversion is ambiguous - \u042A is also theoretically possible
  19. "\u02BA": "\u044A"
  20. # upper case hard sign is unlikely to occur
  21. "\u02BA\u0332": "\u042A"
  22. script_to_roman:
  23. map:
  24. "\u0429": "Sht"
  25. "\u042A": "U\u0306"
  26. # Capital letter hard sign at the end of a word (rare)
  27. "\u042A%": "\u02BA\u0332"
  28. "\u042C": "\u02B9\u0332"
  29. "\u0449": "sht"
  30. "\u044A": "u\u0306"
  31. # Small letter hard sign at the end of a word (rare)
  32. "\u044A%": "\u02BA"
  33. "\u044C": "\u02B9"
  34. "\u046A": "U\u0310"
  35. "\u046B": "u\u0310"