How do you mean? I need a bit more explanation.
I'm talking about the fact, that since the last beta (since the GUI censors the infos by default) the GUI shows the SIM cards "own number" entry and displays it's own name/label if that is stored on the card. For example I always store my own numbers on every private SIM cards.
Like this:
AT+CPBS="ON"
AT+CPBW=1,"+001234567890",129,"My Number"
Result:

This is very common way. Providers store numbers like this and now the GUI don't show the number itself, but the number's name/label, because the record contains it. And the GUI for some reason prefers to show the name instead of the number itself which is more relevant in this case.
But if the provider just add the number itself:
AT+CPBS="ON"
AT+CPBW=1,"+001234567890",129,""
The result will be this. It will displays the number:

This issue of course a separate issue. But why I referred to the encoding issue is that the GUI struggle to display the name/label of the number if it contains diacritic letters:
For example:
AT+CPBS="ON"
AT+CPBW=1,"+001234567890",129,"áéíóőúű"

Or:
AT+CPBS="ON"
AT+CPBW=1,"+001234567890",129,"àèìòù"

And then I tried to check what happens if I save a contact with diacritic letters. Sadly for some reason the modem cannot access SIM phonebook. Pretty bad. But I can store contact in the modem itself. Looks like it also affected and cannot display diacritic letters if I check it via AT terminal.