function sdAddControlChars(const AValue: Utf8String; const ControlChars: Utf8String; Interval: integer): Utf8String;
Description
This function adds control characters Chars repeatedly after each Interval of characters to UTF8String Value. Default interval is 76 (seems to be used in many applications)