stray '\303' in program

So, I am beginner in arduino (UNO) and right now, I am learning about servos. I do not know what this means, but I have not found any syntax or logical errors in my code. Hope someone will help me.

servo.ino (397 Bytes)

Welcome,

Your variable "pozĂ­cia" contains an invalid character, can you guess which? Moreover, this variable is not declared

Moreover, this variable is not declared

Nor is blueservo

Use ctrl-F in the IDE to "find" anything in your file. Look for "303" and you will find all of them.

Paul