Fix Phobos dependencies on autodecoding
matheus
matheus at gmail.com
Tue Aug 13 19:10:17 UTC 2019
On Tuesday, 13 August 2019 at 16:29:33 UTC, jmh530 wrote:
> On Tuesday, 13 August 2019 at 16:18:03 UTC, H. S. Teoh wrote:
>> ...
>> Expected output:
>> тевирп
>> те́вирп
>>
>> Actual output:
>> тевирп
>> т́евирп
>>
>
> Huh, those two look the same.
Copy and paste Expected and Actual output on notepad and you will
see the difference, or just take a look at the HTML page source
on your browser (Search for Expected Output):
<span class="forum-quote-prefix">> </span>Expected output:
<span class="forum-quote-prefix">> </span> тевирп
<span class="forum-quote-prefix">> </span> те́вирп
<span class="forum-quote-prefix">></span>
<span class="forum-quote-prefix">> </span>Actual output:
<span class="forum-quote-prefix">> </span> тевирп
<span class="forum-quote-prefix">> </span> т́евирп
For me it shows the difference pretty clear.
Matheus.
More information about the Digitalmars-d
mailing list