Finish translating to Hebrew an English UTF-8 .srt and now I'm trying to save the file as a 1255 Hebrew windows file.
Now I Can't get rid of the question marks Unicode (?) that appear at the beginning of each sentence after converting from UTF-8 to 1255.
eg. "hello world" will save as "? Hello world"
Steps that I tried:
Here is the UTF-8 file that I'm trying to save as 1255 Hebrew windows
Any Ideas?
That's because you probably used "Fix RTL via Unicode control character" which adds a hidden Unicode character to the beginning of each line to make it suitable for RTL languages and which isn't available in ANSI and therefore shows up as a ?.
The Idea behind fixing this is to remove all hidden characters from the file then use the other method to reverse which is "Reverse Start\End for RTL".
To remove the hidden chars, go to replace, activate Regular expressions then write \p{Cf} in the first field and leave the second empty, then use the other method to reverse which is "Reverse Start\End for RTL".
After that, you can convert to 1255 Hebrew and save with no issues.
Here is the file after the mentioned method:
FM.S02E01.heb.zip
After converting to 1255 Hebrew:
FM.S02E01.heb.1255.zip
That being said, I suggested adding an option to "Remove Unicode control character" to the edit list, as it is only available in "Batch convert" now, but @niksedk hasn't gotten around to it because of all the other stuff. :D
OmrSi WOW! I can't thank you enough for this.
I did exactly what you wrote and succeeded. Everything is now understandable. I would not have guessed it without you.
Thank you so much.
You're most welcome.
I've faced the same issue before as I use an RTL language as well. 馃槃
Most helpful comment
You're most welcome.
I've faced the same issue before as I use an RTL language as well. 馃槃