Log in

View Full Version : Avisynth and codepage encoding


vlada
16th April 2008, 23:51
Hi,

I'm working on a program that uses Avisynth to process video. I'm trying to make the whole program unicode, but if I write and avisynth script in unicode (UTF-8), then Avisynth won't find the input file.

I found out that I need to encode it as CP-1250 on my computer (Czech language - Central European). Is it possible to make Avisynth work with unicode sripts? Or do I have to detect the correct codepage for each system (btw. how to do it in Python)? And what about files containing in path characters from multiple regions (code pages)?

Thank you

IanB
17th April 2008, 03:11
See Foreign Language characters in filenames in the developer forum.