-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file upload fails on umlauts #28
Comments
Maybe, this:
https://doc-snapshots.qt.io/qt5-5.6/windows-requirements.html |
Then this https://sourceforge.net/projects/qt64ng/files/qt/x86-64/5.5.0/msvc2013/
|
@yishinli |
At least I have not heard about it. Can you please test it ans send me the results. It's not unlikely that it is just a problem in QtQuickVcp and not Qt. |
I guess I have to follow https://github.com/strahlex/QtQuickVcp/wiki/Testing-mkwrapper |
Yes, or use https://github.com/strahlex/mkwrapper-sim |
Ok, I tried the easy way:
The I get this on the MachinekitClient: So what shall I do to provoke that error? |
Upload a gcode file named äüß.ngc and see what happens |
Sorry for the delay, as I do it for the first time. I did:
From another terminal over ssh: Then I copied the contents of https://github.com/thecooltool/machinekit-configs/blob/master/UNI-PRINT-3D/subroutines/g22.ngc to The third error in the pic is about On the remote machine with Machinekit installed:
It is strange that ö was transmitted properly in case of Maybe, we should not forget either that protobuf - at least as used with machinekit - supports |
Just confirmed the test results with your http://buildbot.roessler.systems/files/machinekit-client/machinekit-client_v0.9.6-3-g75cd-126_windows_x86.zip build which - as I understand - was built So at least the main reason is not ICU within Qt. |
The Machinekit-client can not display Chinese words correctly. Please take a look of the following picture: I've set LANG variables before starting machinekit-client.
Regards, |
@yishinli I think that's a different issue. I think Qt needs to be configured to support Chinese characters so it might be good to create a separate issue. |
17f1db7 nzmqt.hpp - add #ifdefs around constants which were not available in older 0MQ 416f92c nzmqt.hpp - add some more MQ constants 8c0a6d0 Merge pull request #43 from mwallnoefer/master aef9b64 Revert "Explicitly use constructor from base class" 65a515f Merge pull request #41 from jonesmz/more-cpp11-connect 870c5c9 Merge pull request #42 from jonesmz/trigger-signal-directly 668d31e Trigger the messageReceived signal directly, instead of using a trampoline 3ca1449 Switches the timer single shot connect statements to use the cpp11 syntax c26f292 Merge pull request #39 from jonesmz/cpp11 ed0f258 Replace nearly-identical member funcitons with a template function 25143e4 Use temporary lifetime extension, and std::move where appropriate 4cf3ad4 Simplify a few for-loops fa0ec1d Use super-class's copy function instead of implementing one that simply forwards the arguments 2367408 Use nullptr instead of literal 0 c2e3029 Use c++11 style connect, instead of old string matching version 09f35ce Merge pull request #40 from jonesmz/dontwait dd79691 Rename options SND_NOBLOCK and RCV_NOBLOCK to SND_DONTWAIT and RCV_DONTWAIT to match zeromq's name for the option d2ce011 Use override keyword where appropriate 0cfc704 Explicitly use constructor from base class e229f32 Merge pull request #37 from mwallnoefer/master eb365df add more 0MQ socket constants 88d6833 Merge pull request #36 from mwallnoefer/master 351c07a add the ReceiveFlags on each receiveMessage() method 1812aec update outdated zmq.hpp 2fbb521 Merge pull request #35 from mwallnoefer/patch-1 df46c93 impl.hpp - properly cast size_t to int 4b072ff Update zmq.hpp 7d36161 Merge pull request #33 from sampaioletti/master e52f416 Changed fileDescriptor Type to support win_64 a3a99e9 Merge pull request #31 from strahlex/notifier 861535c implemented SocketNotifierZMQSocket 8f71eac Merge pull request #28 from grefab/master e8f196a Added methods to unbind, disconnect and configure high watermarks to ZMQSocket. 0dc6b20 Merge pull request #23 from strahlex/master 303f107 added pri file to make inclusion to other Qt projects easier 4611924 Merge pull request #22 from strahlex/master git-subtree-dir: 3rdparty/nzmqt git-subtree-split: 17f1db7927b0beb37a20221c646da522e88d66f8
Added methods to unbind, disconnect and configure high watermarks to ZMQSocket
When the name of the uploaded file contains an umlaut the upload fails with an error.
The text was updated successfully, but these errors were encountered: