Revision 0ae147db
Von Sven Schöling vor etwa 8 Jahren hinzugefügt
SL/GoBD.pm | ||
---|---|---|
748 | 748 |
|
749 | 749 |
=item * |
750 | 750 |
|
751 |
Oh and of course C<TextEncapsulator> is also not allowed in data. It's just |
|
752 |
stripped at the beginning and end of data. |
|
753 |
|
|
754 |
=item * |
|
755 |
|
|
756 |
And the character "!" is used internally as a warning signal and must not be |
|
757 |
present in the data as well. |
|
758 |
|
|
759 |
=item * |
|
760 |
|
|
761 |
C<VariableLength> data is truncated on import to 512 bytes (Note: it said |
|
762 |
characters, but since they are mutilating data into a single byte encoding |
|
763 |
anyway, they most likely meant bytes). The auditor recommends splitting into |
|
764 |
multiple columns. |
|
765 |
|
|
766 |
=item * |
|
767 |
|
|
751 | 768 |
Despite the standard specifying UTF-8 as a valid encoding the IDEA software |
752 | 769 |
will just downgrade everything to latin1. |
753 | 770 |
|
Auch abrufbar als: Unified diff
GoBD: neue Bugs dokumentiert