-
```
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
-
Letters like Š are removed by the line
$line = preg_replace('/[\x00-\x1F\x80-\xFF]/', '', $line); //basic sanitization, remove non printable chars
-
```
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` …
-
```
implementation is quite rough now; edifact version etc is hardcoded.
```
Original issue reported on code.google.com by `hjebb...@gmail.com` on 23 Nov 2011 at 1:57
-
```
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
-
```
Raw editype:
nothing is done:
it is just read and passed to translation (incoming)
or written to file (outgoing).
Use case:
- making eg pdf file in translation, just write it.
- passing text fil…
-
```
Raw editype:
nothing is done:
it is just read and passed to translation (incoming)
or written to file (outgoing).
Use case:
- making eg pdf file in translation, just write it.
- passing text fil…