Thomas wrote:
>> this is quite easy.
>> you have to set the right syntax option.
>> this is done in bots/usersys/grammars/edifact/edifactsyntax3.py
>> here you can use syntax options for all partners;
>> in this case set:
>> 'charset': 'UNOC'
>> bots will than use UNOC characterset, and use UNA-segment.
>> more fields in envelope work this way; in documentation and grammar.py
>> is a list of these settings.
> Hi henk-jan,
> Many thanks for the quick reply, setting the charset now works.
> For the password field in S005.0022, I would also have to
> modify envelope.py (similar to the handling of 'testindicator'),
> right?
yes.
I never did this because I have never ever seen this field used....but
if it's neeeded it's needed.
can you check with your trading partner.
> ...and it seems that it's not possible now to control these fields
> from
> the translation script as this would require a modification to the db-
> table
> where the envelope fields are stored along the route, right?
that is right. and ever that would be very complicated
in new version 1.6.0 I have built in user scriptable enveloping.
kind regards,
henk-jan
> best regards
> Thomas