Hello, I'm having trouble storing non-english letters (ą, č, ū) in a char array. It does store them in a normal char array, but takes up two spaces (ex. character 'ą' takes a[0] and a[1]). Is there any way I can store this character in a single index in an array?