logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
shein54  
#1 Posted : Saturday, April 1, 2023 5:35:56 AM(UTC)
shein54

Rank: Newbie

Groups: Registered
Joined: 6/4/2022(UTC)
Posts: 2
Italy

hi,

i send a file txt to display a titles on vmix but is codified with the standard ISO8859 and the special character appears with strange symbols. if i codified the txt file in a UTF8 standard the titles appear correcly.

is possible in vmix receive correctly the character in ISO8859?

i need to use iso8859 because i send the same file txt to another application and the other app use ISO8859 to receive the txt correctly


thanks
markleman  
#2 Posted : Wednesday, April 12, 2023 8:34:42 AM(UTC)
markleman

Rank: Advanced Member

Groups: Registered
Joined: 8/7/2015(UTC)
Posts: 31

Thanks: 12 times
Was thanked: 3 time(s) in 3 post(s)
Originally Posted by: shein54 Go to Quoted Post
hi,

I send a file txt to display a titles on vmix but is codified with the standard ISO8859 and the special character appears with strange symbols. if I codified the txt file in a UTF8 standard the titles appear correctly.

is possible in vmix receive correctly the character in ISO8859?

I need to use iso8859 because I send the same file txt to another application and the other app use ISO8859 to receive the txt correctly

thanks


I have also been doing battle with char encoding formats generated by other systems to get accented chars in competitors' names to appear correctly. Some of the input files were encoded with 'latin-1' and some utf-8, vmix needed utf-8 via the http API to show the chars correctly.

I would suggest writing a script in your preferred language to automatically make converted copies of the files for vmix. A quick google found this discussion of how to do it from the windows command line: https://superuser.com/qu...-windows-command-prompt.

I used python because I was already using it for other work on the data.

Regards,
Mark Leman
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.