added Alpha and Beta symbols
This commit is contained in:
parent
0158228eeb
commit
d53a831581
@ -4366,7 +4366,7 @@ namespace fmtxml
|
||||
}
|
||||
private void InitSymbols(ref FormatData fmtdata)
|
||||
{
|
||||
fmtdata.Symbols = new Symbol[35];
|
||||
fmtdata.Symbols = new Symbol[37];
|
||||
fmtdata.Symbols[0].Unicode = "176";
|
||||
fmtdata.Symbols[0].Desc = "degree";
|
||||
fmtdata.Symbols[1].Unicode = "916";
|
||||
@ -4435,6 +4435,10 @@ namespace fmtxml
|
||||
fmtdata.Symbols[32].Desc = "down arrow";
|
||||
fmtdata.Symbols[33].Unicode = "8711";
|
||||
fmtdata.Symbols[33].Desc = "unknown5";
|
||||
fmtdata.Symbols[34].Unicode = "945";
|
||||
fmtdata.Symbols[34].Desc = "alpha";
|
||||
fmtdata.Symbols[35].Unicode = "946";
|
||||
fmtdata.Symbols[35].Desc = "beta";
|
||||
}
|
||||
#endregion
|
||||
#region TokenConvert
|
||||
|
Loading…
x
Reference in New Issue
Block a user