snowblossomcoin / channels

Snowblossom Content Channels
Apache License 2.0
4 stars 0 forks source link

fix unicode support for files in browser #35

Closed fireduck64 closed 4 years ago

fireduck64 commented 4 years ago

https://chan-relay.snowblossom.org/channel/gzc4cgvgjtdrcs3ejcphzer53p9he6txa29m3nck/

fireduck64 commented 4 years ago

So I added some tests: https://github.com/snowblossomcoin/channels/commit/58624358f2b8fb23a0355724ff2cb107c8cc824b

If you run them inside bazel, it fails. If you run them directly:

bazel build :unicode_test_deploy.jar java -Dbazel.test_suite=channels.UnicodeTest -jar bazel-bin/unicode_test_deploy.jar

It passes. with java 8, 11 or java 14.

Not sure what exactly is going on.