So the code looks like this:
``` string convert_encoding_upper(string input) { for (int i = 0, n = strlen(input); i < n; i++) { input[i] =