Skip to main content

print_unicode

Task that both logs and print strings containing funny characters.

def print_unicode(
log_message: string = hå它 valmuefrø,
print_message: string = hiöäüß
)

Task that both logs and print strings containing funny characters.

Parameters

NameTypeDescription
log_messagestring = hå它 valmuefrøThe string containing special characters to be recorded by the system logger at the warning level
print_messagestring = hiöäüßThe string containing special characters to be output directly to the standard output stream

Returns

TypeDescription
This function does not return a value.