From 0ae147db3f96cad8505d92779fff529352fc765e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 23 Nov 2015 13:18:18 +0100 Subject: [PATCH] GoBD: neue Bugs dokumentiert --- SL/GoBD.pm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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. -- 2.20.1