Fix the upper alpha numeric encode function to use upper alpha characters every 3 places, not 2. To do this, switch is_alpha to char_count and do char_count % 3 to check if the next character should be upper alpha