fix missing line breaks and non printable html char on Windows

This commit is contained in:
jean-pierre charras 2021-12-31 13:21:43 +01:00
parent 3c2bb97eae
commit f67c0ea8c7
2 changed files with 16 additions and 16 deletions

View File

@ -7,12 +7,12 @@ _HKI( "If you specify the maximum current, then the trace widths will be calcula
"\n"
"The calculations are valid for currents up to 35 A (external) or 17.5 A (internal), temperature rises up to 100 °C, and widths of up to 400 mils (10 mm).\n"
"\n"
"The formula, from IPC 2221, is \n"
"<center>___I = K &sdot; &Delta;T<sup>0.44</sup> &sdot; (W &sdot; H)<sup>0.725</sup>___</center> \n"
"where: \n"
"___I___ is maximum current in A \n"
"___&Delta;T___ is temperature rise above ambient in &deg;C \n"
"___W___ is width in mils \n"
"___H___ is thickness (height) in mils \n"
"___K___ is 0.024 for internal traces or 0.048 for external traces \n"
"The formula, from IPC 2221, is\n"
"<center>___I = K &middot; &Delta;T<sup>0.44</sup> &middot; (W &middot; H)<sup>0.725</sup>___</center>\n"
"where:<br>\n"
"___I___ is maximum current in A<br>\n"
"___&Delta;T___ is temperature rise above ambient in &deg;C<br>\n"
"___W___ is width in mils<br>\n"
"___H___ is thickness (height) in mils<br>\n"
"___K___ is 0.024 for internal traces or 0.048 for external traces\n"
"" );

View File

@ -6,11 +6,11 @@ The controlling value is shown in bold.
The calculations are valid for currents up to 35 A (external) or 17.5 A (internal), temperature rises up to 100 °C, and widths of up to 400 mils (10 mm).
The formula, from IPC 2221, is
<center>___I = K &sdot; &Delta;T<sup>0.44</sup> &sdot; (W &sdot; H)<sup>0.725</sup>___</center>
where:
___I___ is maximum current in A
___&Delta;T___ is temperature rise above ambient in &deg;C
___W___ is width in mils
___H___ is thickness (height) in mils
___K___ is 0.024 for internal traces or 0.048 for external traces
The formula, from IPC 2221, is
<center>___I = K &middot; &Delta;T<sup>0.44</sup> &middot; (W &middot; H)<sup>0.725</sup>___</center>
where:<br>
___I___ is maximum current in A<br>
___&Delta;T___ is temperature rise above ambient in &deg;C<br>
___W___ is width in mils<br>
___H___ is thickness (height) in mils<br>
___K___ is 0.024 for internal traces or 0.048 for external traces