Description
Extension Version
1.0.7
PHP Binary
Docker
Operating System
Linux
What happened?

Doesn't have to be japanese characters, this also happens with emojis or any other multibyte character like:
😅 ↑↓
Mimimal Code Sample
In a blade view:
This works fine.
@include('console.footer')
This too.
@include('console.footer')
漢字あいうえお
@include('console.footer')
This is broken already.
@include('console.footer')
@include('console.footer')
@include('console.footer')