Prior to updating to Fedora 44, my .bashrc was customized with a code to display the U.S. flag in the prompt. Since updating to Fedora 44 it is no longer working.
The code that produced the U.S. flag is \UFE4E6. I used to be able to echo the flag by using
echo -e ‘\UFE4E6’
Again, all of this is broken since updating to Fedora,44 and my issue is I have no idea where to begin to diagnose this. Online research is little help as well.
(actually no boxes in the F44 rendering but anyway).
Edit: I can also reproduce in F43 (& F42) using these correct Unicode points.
Actually I think VTE does not support proper complex rendering of emoji sequences. So your “PUA hack” might have been a workaround for this, but not really portable.
(BTW konsole seems to support flag rendering okay.)