Github user dblotsky commented on a diff in the pull request:
https://github.com/apache/cordova-labs/pull/10#discussion_r46872038
--- Diff: server.js ---
@@ -6,6 +6,11 @@ var formidable = require('formidable'),
var DIRECT_UPLOAD_LIMIT = 32; // bytes
+// convert from UTF-8 to ISO-8859-1
+var LATIN1_SYMBOLS = '¥§©ÃÃÃøøø¼';
--- End diff --
This string is copied verbatim in _another repository_, which is very
difficult to maintain. Is there a way to make the test independent of the
string that gets passed?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]