Display CP437 characters when debugging packets

This commit is contained in:
Deon George
2021-07-05 21:31:04 +10:00
parent c8447d8573
commit 5c5df12816
2 changed files with 74 additions and 1 deletions

View File

@@ -101,7 +101,7 @@
<div class="row pb-2">
<div class="col-8">
<div class="pad pb-0">
<pre>{{ $msg->message }}</pre>
<pre>{!! \App\Classes\FTN\Message::tr($msg->message) !!}</pre>
</div>
</div>
</div>
@@ -118,6 +118,13 @@
</div>
</div>
@if($msg->isNetmail())
<div class="row pb-2">
<div class="col-8">
<strong>VIA:</strong> <br>{!! join('<br>',$msg->via->toArray()) !!}
</div>
</div>
@endif
<div class="row pb-2">
<div class="col-8">
<strong>KLUDGES:</strong> <br>