Hi,
First off, thank you so much for such a great and useful application. I am using the most recent beta "MediaInfo_CLI_25.10.20260103_Windows_x64" and the issue I have noticed that has occurred in I think all versions since 25.07 is that I have mkv files with simple global tags such as this:
<!-- <!DOCTYPE Tags SYSTEM "matroskatags.dtd"> -->
<Tags>
<Tag>
<Simple>
<Name>Encoded by</Name>
<String>String1 String2</String>
</Simple>
</Tag>
</Tags>
for some reason the first word is removed (in this case "Encoded") from output text, see here example ffprobe output:
compared to the latest version of MediainfoCLI:

Here is a sample mkv for repro purposes:
medinfo_bug.zip
I have actually seen this issue in the past a few years ago, but it was resolved but has since come back again recently.