croCharsAsByteStream = "ŠĐČĆŽšđčćž"
croCharsInUnicodeUTF8
= unicode (croChars,"utf-8")
# put back in byte string, for print function, http transport
croCharsBackInByteStream= croCharsInUnicode.encode('utf-8')
croCharsInUnicodeUTF8 = byteStreamReceivedFromHttp.decode('utf-8')
#compare in verification check byte stream with byte stream!