mirror of
https://github.com/corda/corda.git
synced 2025-02-12 21:56:04 +00:00
There was a test in Strings.java that assumed the default character encoding was UTF-8, which is an invalid assumption on some platforms (e.g. Windows). This modifies the test to specify the encoding explicitly.