-
Unable to use Polish characters in Expression.
Hello!
I built a rather large project that outputs promo graphics and text in a bunch of different languages (German, Swedish, Danish etc.).
A series of checkboxes sets month, day and time – not very complicated but very effective for our day to day production.
All months/days etc. are included in the script, something like this:
_______
MON = comp(“03_WEEKDAYS”).layer(“DAYS”).effect(“MONDAY”)(“Checkbox”)
TUE = comp(“03_WEEKDAYS”).layer(“DAYS”).effect(“TUESDAY”)(“Checkbox”)if (MON > 0)
{
“MONTAG ”
}
if (TUE > 0)
{
“DIENSTAG ”
}
_______
etc.This has worked fine for 8 languages with all sorts of weird languages specific characters like “ä æ ø” etc, but as I was incorporating Polish I ran in to trouble.
After Effects Expressions seems unable to deal with Polish characters. All Polish characters are replaced with a question mark.
For instance, the word for Friday – “PIĄTEK” turns into “PI?TEK”. However – I can name the layer “PIĄTEK” without problem.
I’ve tried this in both CS5 and CS6 and searched high and low all over cyber space with no luck.
I’m stumped. Does anyone have a solution to this problem?Best Regards etc.
.::Daniel