Challenge: Iterating UTF-32 strings

Write code to iterate UTF-32 strings at specific locations.

We'll cover the following

Problem statement

UTF-32 encodes all characters using 32 bits across four bytes. Knowing this, how can you iterate UTF-32 strings or access arbitrary characters at specific locations?

Get hands-on with 1200+ tech skills courses.