Fix a little utf-8 massacre. (nw)

This commit is contained in:
couriersud 2015-06-24 20:23:23 +02:00
parent 5d49ee6fbd
commit 6fd6943375
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ struct mat_cr_t
*
* ==> LUx = r
*
* ==> Ux = L?????r = w
* ==> Ux = L¹r = w
*
* ==> r = Lw
*

View File

@ -179,7 +179,7 @@ nl_convert_base_t::unit_t nl_convert_base_t::m_units[] = {
{"M", "CAP_M(%g)", 1.0e-3 },
{"u", "CAP_U(%g)", 1.0e-6 }, /* eagle */
{"U", "CAP_U(%g)", 1.0e-6 },
{"??", "CAP_U(%g)", 1.0e-6 },
{"μ", "CAP_U(%g)", 1.0e-6 },
{"N", "CAP_N(%g)", 1.0e-9 },
{"P", "CAP_P(%g)", 1.0e-12},
{"F", "%ge-15", 1.0e-15},