mrog
mrog
I agree. That part is an EKS-A issue, and I think I have a fix for it (as long as the first CP machine succeeds). But we're still faced with...
I agree with closing the issue at this time. Let's use #7496 for the CAPI changes. The needed EKS-A changes are at https://github.com/aws/eks-anywhere/issues/3979.
I tried using `Charset.defaultCharset()` and it still doesn't work. I'm using OpenJDK 14.0.2 on macOS 10.15.6.
Interestingly, I get this message when I try UTF-16: WARN invalid UTF-8 at transliterate (transliterate.c:791) errno: No such file or directory Then I tried ISO-8859-1 and it worked! That solution...
I spoke too soon. I found a different string that only works if I choose UTF-8. Lituânia If I select ISO-8559-1, then this string causes the library to display the...
To avoid any ambiguity, here are the two strings with the Unicode characters escaped. String stringThatRequiresChoosingUtf8 = "Litu\u00E2nia"; String stringThatRequiresChoosingIso88591 = "\u041F\u0420\u041E\u0421\u041F\u0415\u041A\u0422 \u041A\u0423\u041B\u042C\u0422\u0423\u0420\u042B";
In addition to adding the current time, I'd like to see the remaining time on the screen, too. The current behavior when there's an internet connection is to replace the...
I'm seeing this issue on a Prusa Mini+ with firmware 4.3.1. You can also crash the Z axis using the "Move Axis" controls in the settings without first running auto...