From: Sven Schöling Date: Mon, 23 Nov 2015 12:18:18 +0000 (+0100) Subject: GoBD: neue Bugs dokumentiert X-Git-Tag: release-3.5.4~1953 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=0ae147db3f96cad8505d92779fff529352fc765e;p=kivitendo-erp.git GoBD: neue Bugs dokumentiert --- diff --git a/SL/GoBD.pm b/SL/GoBD.pm index e2a3b9621..f0d0d0ca1 100644 --- a/SL/GoBD.pm +++ b/SL/GoBD.pm @@ -748,6 +748,23 @@ on that symbol no matter what surrounds or preceeds it. =item * +Oh and of course C is also not allowed in data. It's just +stripped at the beginning and end of data. + +=item * + +And the character "!" is used internally as a warning signal and must not be +present in the data as well. + +=item * + +C data is truncated on import to 512 bytes (Note: it said +characters, but since they are mutilating data into a single byte encoding +anyway, they most likely meant bytes). The auditor recommends splitting into +multiple columns. + +=item * + Despite the standard specifying UTF-8 as a valid encoding the IDEA software will just downgrade everything to latin1.