<ul>
<li><strong class="strong">FLL</strong>: Signal code is not being set when accepted signal is received.</li>
<li><strong class="strong">FLL</strong>: Problems and clean ups exposed when writing f_thread unit tests.</li>
- <li><strong class="strong">FLL</strong>: The < 0xc2 test is supposed to be against the first byte rather than the second.</li>
- <li><strong class="strong">FLL</strong>: A typo resulting in treating < 0xc3 as invalid UTF-8 when it is instead < 0xc2.</li>
+ <li><strong class="strong">FLL</strong>: The < 0xc2 test is supposed to be against the first byte rather than the second.</li>
+ <li><strong class="strong">FLL</strong>: A typo resulting in treating < 0xc3 as invalid UTF-8 when it is instead < 0xc2.</li>
<li><strong class="strong">FLL</strong>: Add missing endianness check to f_convesion.</li>
<li><strong class="strong">FLL</strong>: Uppercase 'T' needs to be supported (fl_conversion).</li>
<li><strong class="strong">FLL</strong>: Problems exposed by unit tests in f_utf.</li>