-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…