@@ -77,7 +77,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
77
77
new CulturesForEnumValue ( ( int ) AccelerationUnit . MicrometerPerSecondSquared ,
78
78
new [ ]
79
79
{
80
- new AbbreviationsForCulture ( "en-US" , "μm /s²" ) ,
80
+ new AbbreviationsForCulture ( "en-US" , "µm /s²" ) ,
81
81
} ) ,
82
82
new CulturesForEnumValue ( ( int ) AccelerationUnit . MillimeterPerSecondSquared ,
83
83
new [ ]
@@ -154,14 +154,14 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
154
154
new CulturesForEnumValue ( ( int ) AngleUnit . Microdegree ,
155
155
new [ ]
156
156
{
157
- new AbbreviationsForCulture ( "en-US" , "μ °" ) ,
158
- new AbbreviationsForCulture ( "ru-RU" , "μ °" ) ,
157
+ new AbbreviationsForCulture ( "en-US" , "µ °" ) ,
158
+ new AbbreviationsForCulture ( "ru-RU" , "µ °" ) ,
159
159
} ) ,
160
160
new CulturesForEnumValue ( ( int ) AngleUnit . Microradian ,
161
161
new [ ]
162
162
{
163
- new AbbreviationsForCulture ( "en-US" , "μrad " ) ,
164
- new AbbreviationsForCulture ( "ru-RU" , "μрад " ) ,
163
+ new AbbreviationsForCulture ( "en-US" , "µrad " ) ,
164
+ new AbbreviationsForCulture ( "ru-RU" , "µрад " ) ,
165
165
} ) ,
166
166
new CulturesForEnumValue ( ( int ) AngleUnit . Millidegree ,
167
167
new [ ]
@@ -472,7 +472,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
472
472
new CulturesForEnumValue ( ( int ) ElectricCurrentUnit . Microampere ,
473
473
new [ ]
474
474
{
475
- new AbbreviationsForCulture ( "en-US" , "μA " ) ,
475
+ new AbbreviationsForCulture ( "en-US" , "µA " ) ,
476
476
} ) ,
477
477
new CulturesForEnumValue ( ( int ) ElectricCurrentUnit . Milliampere ,
478
478
new [ ]
@@ -503,8 +503,8 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
503
503
new CulturesForEnumValue ( ( int ) ElectricPotentialUnit . Microvolt ,
504
504
new [ ]
505
505
{
506
- new AbbreviationsForCulture ( "en-US" , "μV " ) ,
507
- new AbbreviationsForCulture ( "ru-RU" , "μВ " ) ,
506
+ new AbbreviationsForCulture ( "en-US" , "µV " ) ,
507
+ new AbbreviationsForCulture ( "ru-RU" , "µВ " ) ,
508
508
} ) ,
509
509
new CulturesForEnumValue ( ( int ) ElectricPotentialUnit . Millivolt ,
510
510
new [ ]
@@ -662,7 +662,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
662
662
new CulturesForEnumValue ( ( int ) FlowUnit . MicrolitersPerMinute ,
663
663
new [ ]
664
664
{
665
- new AbbreviationsForCulture ( "en-US" , "μLPM " ) ,
665
+ new AbbreviationsForCulture ( "en-US" , "µLPM " ) ,
666
666
} ) ,
667
667
new CulturesForEnumValue ( ( int ) FlowUnit . MillilitersPerMinute ,
668
668
new [ ]
@@ -773,7 +773,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
773
773
new CulturesForEnumValue ( ( int ) ForceChangeRateUnit . MicronewtonPerSecond ,
774
774
new [ ]
775
775
{
776
- new AbbreviationsForCulture ( "en-US" , "μN /s" ) ,
776
+ new AbbreviationsForCulture ( "en-US" , "µN /s" ) ,
777
777
} ) ,
778
778
new CulturesForEnumValue ( ( int ) ForceChangeRateUnit . MillinewtonPerSecond ,
779
779
new [ ]
@@ -823,7 +823,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
823
823
new CulturesForEnumValue ( ( int ) ForcePerLengthUnit . MicronewtonPerMeter ,
824
824
new [ ]
825
825
{
826
- new AbbreviationsForCulture ( "en-US" , "μN /m" ) ,
826
+ new AbbreviationsForCulture ( "en-US" , "µN /m" ) ,
827
827
} ) ,
828
828
new CulturesForEnumValue ( ( int ) ForcePerLengthUnit . MillinewtonPerMeter ,
829
829
new [ ]
@@ -1043,7 +1043,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
1043
1043
new CulturesForEnumValue ( ( int ) KinematicViscosityUnit . Microstokes ,
1044
1044
new [ ]
1045
1045
{
1046
- new AbbreviationsForCulture ( "en-US" , "μSt " ) ,
1046
+ new AbbreviationsForCulture ( "en-US" , "µSt " ) ,
1047
1047
new AbbreviationsForCulture ( "ru-RU" , "мкСт" ) ,
1048
1048
} ) ,
1049
1049
new CulturesForEnumValue ( ( int ) KinematicViscosityUnit . Millistokes ,
@@ -1113,13 +1113,13 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
1113
1113
new CulturesForEnumValue ( ( int ) LengthUnit . Microinch ,
1114
1114
new [ ]
1115
1115
{
1116
- new AbbreviationsForCulture ( "en-US" , "μin " ) ,
1116
+ new AbbreviationsForCulture ( "en-US" , "µin " ) ,
1117
1117
new AbbreviationsForCulture ( "ru-RU" , "микродюйм" ) ,
1118
1118
} ) ,
1119
1119
new CulturesForEnumValue ( ( int ) LengthUnit . Micrometer ,
1120
1120
new [ ]
1121
1121
{
1122
- new AbbreviationsForCulture ( "en-US" , "μm " ) ,
1122
+ new AbbreviationsForCulture ( "en-US" , "µm " ) ,
1123
1123
new AbbreviationsForCulture ( "ru-RU" , "мкм" ) ,
1124
1124
} ) ,
1125
1125
new CulturesForEnumValue ( ( int ) LengthUnit . Mil ,
@@ -1238,7 +1238,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
1238
1238
new CulturesForEnumValue ( ( int ) MassUnit . Microgram ,
1239
1239
new [ ]
1240
1240
{
1241
- new AbbreviationsForCulture ( "en-US" , "μg " ) ,
1241
+ new AbbreviationsForCulture ( "en-US" , "µg " ) ,
1242
1242
new AbbreviationsForCulture ( "ru-RU" , "мкг" ) ,
1243
1243
} ) ,
1244
1244
new CulturesForEnumValue ( ( int ) MassUnit . Milligram ,
@@ -1323,7 +1323,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
1323
1323
new CulturesForEnumValue ( ( int ) MassFlowUnit . MicrogramPerSecond ,
1324
1324
new [ ]
1325
1325
{
1326
- new AbbreviationsForCulture ( "en-US" , "μg /S" ) ,
1326
+ new AbbreviationsForCulture ( "en-US" , "µg /S" ) ,
1327
1327
} ) ,
1328
1328
new CulturesForEnumValue ( ( int ) MassFlowUnit . MilligramPerSecond ,
1329
1329
new [ ]
@@ -1392,7 +1392,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
1392
1392
new CulturesForEnumValue ( ( int ) PowerUnit . Microwatt ,
1393
1393
new [ ]
1394
1394
{
1395
- new AbbreviationsForCulture ( "en-US" , "μW " ) ,
1395
+ new AbbreviationsForCulture ( "en-US" , "µW " ) ,
1396
1396
} ) ,
1397
1397
new CulturesForEnumValue ( ( int ) PowerUnit . Milliwatt ,
1398
1398
new [ ]
@@ -1557,7 +1557,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
1557
1557
new CulturesForEnumValue ( ( int ) PressureUnit . Micropascal ,
1558
1558
new [ ]
1559
1559
{
1560
- new AbbreviationsForCulture ( "en-US" , "μPa " ) ,
1560
+ new AbbreviationsForCulture ( "en-US" , "µPa " ) ,
1561
1561
new AbbreviationsForCulture ( "ru-RU" , "мкПа" ) ,
1562
1562
} ) ,
1563
1563
new CulturesForEnumValue ( ( int ) PressureUnit . Millibar ,
@@ -1725,14 +1725,14 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
1725
1725
new CulturesForEnumValue ( ( int ) RotationalSpeedUnit . MicrodegreePerSecond ,
1726
1726
new [ ]
1727
1727
{
1728
- new AbbreviationsForCulture ( "en-US" , "μ °/s" ) ,
1729
- new AbbreviationsForCulture ( "ru-RU" , "μ °/с" ) ,
1728
+ new AbbreviationsForCulture ( "en-US" , "µ °/s" ) ,
1729
+ new AbbreviationsForCulture ( "ru-RU" , "µ °/с" ) ,
1730
1730
} ) ,
1731
1731
new CulturesForEnumValue ( ( int ) RotationalSpeedUnit . MicroradianPerSecond ,
1732
1732
new [ ]
1733
1733
{
1734
- new AbbreviationsForCulture ( "en-US" , "μrad /s" ) ,
1735
- new AbbreviationsForCulture ( "ru-RU" , "μрад /с" ) ,
1734
+ new AbbreviationsForCulture ( "en-US" , "µrad /s" ) ,
1735
+ new AbbreviationsForCulture ( "ru-RU" , "µрад /с" ) ,
1736
1736
} ) ,
1737
1737
new CulturesForEnumValue ( ( int ) RotationalSpeedUnit . MillidegreePerSecond ,
1738
1738
new [ ]
@@ -1971,12 +1971,12 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
1971
1971
new CulturesForEnumValue ( ( int ) SpeedUnit . MicrometerPerMinute ,
1972
1972
new [ ]
1973
1973
{
1974
- new AbbreviationsForCulture ( "en-US" , "μm /min" ) ,
1974
+ new AbbreviationsForCulture ( "en-US" , "µm /min" ) ,
1975
1975
} ) ,
1976
1976
new CulturesForEnumValue ( ( int ) SpeedUnit . MicrometerPerSecond ,
1977
1977
new [ ]
1978
1978
{
1979
- new AbbreviationsForCulture ( "en-US" , "μm /s" ) ,
1979
+ new AbbreviationsForCulture ( "en-US" , "µm /s" ) ,
1980
1980
} ) ,
1981
1981
new CulturesForEnumValue ( ( int ) SpeedUnit . MilePerHour ,
1982
1982
new [ ]
@@ -2084,7 +2084,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
2084
2084
new CulturesForEnumValue ( ( int ) TemperatureChangeRateUnit . MicrodegreeCelsiusPerSecond ,
2085
2085
new [ ]
2086
2086
{
2087
- new AbbreviationsForCulture ( "en-US" , "μ °C/s" ) ,
2087
+ new AbbreviationsForCulture ( "en-US" , "µ °C/s" ) ,
2088
2088
} ) ,
2089
2089
new CulturesForEnumValue ( ( int ) TemperatureChangeRateUnit . MillidegreeCelsiusPerSecond ,
2090
2090
new [ ]
@@ -2357,7 +2357,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
2357
2357
new CulturesForEnumValue ( ( int ) VolumeUnit . Microliter ,
2358
2358
new [ ]
2359
2359
{
2360
- new AbbreviationsForCulture ( "en-US" , "μl " ) ,
2360
+ new AbbreviationsForCulture ( "en-US" , "µl " ) ,
2361
2361
new AbbreviationsForCulture ( "ru-RU" , "мкл" ) ,
2362
2362
} ) ,
2363
2363
new CulturesForEnumValue ( ( int ) VolumeUnit . Milliliter ,
0 commit comments