Write a function that takes a sentence as input and returns a new sentence in which the characters of each word are reversed, while the word order remains the same.
For example:
Notes:
In honor of Shakespeare Day (April 23rd), challenge yourself to play with words just as the Bard did with language!
Function Signature Requirements:
Happy coding!