Hi,
I'm upgrading our application to use unicode fonts, so to print using VPE we need to convert these unicode characters back to ansi characters and choose the correct character set in VPE. This works well for VPE itself, but I am looking to do the same for our dycodoc template based layouts. Here we have to specify the character set in Dydoco while creating the layout, but at that time we do not know which character set we will use when printing.
Some further explanation might clarify things: we provide all text from within our database, so the layout basically only contains fields, and when printing it could be that we print a Russian text, then a german text and then some hungarian. For these text we have to choose different character sets.
So the question is: is there a way to set the character set for a dycodoc template at runtime?
Patrick