I'm outputting files from C# - which I'm new to. I'm using a StreamWriter (which is supposed to default to UTF-8 encoding).
When I look at these files with UE 11.10 the guillemet characters are incorrectly rendered:
<Persistence>«Unknown»</Persistence>
If I use one of the conversions (such as UTF-8 to ASCII), they are rendered correctly:
<Persistence>«Unknown»</Persistence>
When I first open the file, the status bar shows DOS. Should it?
Is it a rendering or an encoding problem?
I've had a search of the forum but none of the UTF-8 posts seem to be directly relevant.
Cheerz,
Paolo
PS: Some further testing shows UltraCompare will identify the files correctly as UTF-8 with correct rendering.
When I look at these files with UE 11.10 the guillemet characters are incorrectly rendered:
<Persistence>«Unknown»</Persistence>
If I use one of the conversions (such as UTF-8 to ASCII), they are rendered correctly:
<Persistence>«Unknown»</Persistence>
When I first open the file, the status bar shows DOS. Should it?
Is it a rendering or an encoding problem?
I've had a search of the forum but none of the UTF-8 posts seem to be directly relevant.
Cheerz,
Paolo
PS: Some further testing shows UltraCompare will identify the files correctly as UTF-8 with correct rendering.
There is no such thing as an inconsistently correct system...
Therefore, aim for consistency; in the expectation of reaching correctness!
Therefore, aim for consistency; in the expectation of reaching correctness!