Thursday, 8 August 2013

How to display overlined letters in .NET?

How to display overlined letters in .NET?

I am thinking about creating custom Number Formatter that will return
string that represents integer in Old Armenian Numerals. Before arrival of
Indian numerals (0,1..9) to Europe, Armenians were counting in by using
national alphabet. It was much like to Roman one by its ideology. There
were not Zero. Letters are representing units(1,2,3..9), tens (10,20..90),
thousands (100,200..900) and so on. As because in Armenian alphabet at
that time was 36 (limited) letters you can count from 1 to 9999. Then they
extended by adding overlined letters.
How can I retrieve string that contains overlined letters?

No comments:

Post a Comment