-
```
the bots mapping script typically handles one 'message'.
I want an option to access and fill all envelope fields from the mapping.
for incoming:
inn.envelope: a dict with all fields from envelope…
-
```
the bots mapping script typically handles one 'message'.
I want an option to access and fill all envelope fields from the mapping.
for incoming:
inn.envelope: a dict with all fields from envelope…
-
```
When receiving many edi-messages, receiving 'wrong' edi-message is unavoidable
(when receiving 100.000edi-files per month, with 0.1% errors, this is 3 errors
per day).
You want to be able to rep…
-
```
use of korean KECA characterset gave error in enveloping.
looks like the handling of this charset works slightly different in python.
```
Original issue reported on code.google.com by `hjebb...@…
-
```
all the optional fields in UNB are now included.
this way these fields can be used in a grammar or user dependent grammar.
```
Original issue reported on code.google.com by `hjebb...@gmail.com` …
-
```
the bots mapping script typically handles one 'message'.
I want an option to access and fill all envelope fields from the mapping.
for incoming:
inn.envelope: a dict with all fields from envelope…
-
```
When receiving many edi-messages, receiving 'wrong' edi-message is unavoidable
(when receiving 100.000edi-files per month, with 0.1% errors, this is 3 errors
per day).
You want to be able to rep…
-
Missed several video MimeTypes in MediaType class:
```
video/x-flv
video/3gpp
video/3gpp2
```
and some audio types:
```
audio/basic
audio/L24
audio/aac
audio/vorbis
audio/x-ms-wma
audio/x-ms-wax
au…
-
```
use a regular expression to format edifact for display:
- handles apostrophe that is not segment terminator better
- regular expression also handles message that already are indented: this is
mor…
-
```
bots can use MDN, 997, but does not use CONTRL
```
Original issue reported on code.google.com by `hjebb...@gmail.com` on 30 Jun 2010 at 4:35