vMix Forums
»
General
»
GT
»
Data Source CSV import text symbol problems
Rank: Advanced Member
Groups: Registered
Joined: 6/8/2017(UTC) Posts: 73
Thanks: 8 times Was thanked: 3 time(s) in 3 post(s)
|
Hi all When I import some scripture text is get a "?" symbol I've managed to locate the problem down to this symbol >> ” << which is different to the one on my keyboard >> " <<Full Example Text 27. even he who comes after me, the strap of whose sandal I am not worthy to untie.” Does anybody have some solutions for this problem?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 6/8/2017(UTC) Posts: 73
Thanks: 8 times Was thanked: 3 time(s) in 3 post(s)
|
After some thought I come to the conclusion that its a vMix Bug?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,209 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: ispyisail After some thought I come to the conclusion that its a vMix Bug? Yes the bug is in the text source If it is coming from a file saved in ANSI encoding this will be the result , needs to be UTF-8 encoding So not a vMix bug at all
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 6/8/2017(UTC) Posts: 73
Thanks: 8 times Was thanked: 3 time(s) in 3 post(s)
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,209 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Right so save your files with UTF encoding as your current apparently isn't
Can easily test it with notepad or alike ( gives you the option to save as ANSI or UTF-8)
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 6/8/2017(UTC) Posts: 73
Thanks: 8 times Was thanked: 3 time(s) in 3 post(s)
|
Thanks for the tips I'll work more on this latter
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 6/8/2017(UTC) Posts: 73
Thanks: 8 times Was thanked: 3 time(s) in 3 post(s)
|
In getting the text from the application "Theword" then using "Autohotkey" to format and save the text for vMix import
I suspect Autohotkey is not saving in the correct format
again. thanks for the tips
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,209 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 6/8/2017(UTC) Posts: 73
Thanks: 8 times Was thanked: 3 time(s) in 3 post(s)
|
@doggy That fixed the problem 100% Thanks AutoHotkey code Code:^P::
FileDelete,C:\Users\Public\Documents\clip.csv
Fileappend,%clipboard%,C:\Users\Public\Documents\clip.csv, UTF-8
return
Just had to add "UTF-8"
|
|
|
|
vMix Forums
»
General
»
GT
»
Data Source CSV import text symbol problems
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.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close