Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shouldUseNonAsciiPath (0.39 sec)

  1. testing/internal-testing/src/main/groovy/org/gradle/test/fixtures/file/TestNameTestDirectoryProvider.java

            // NOTE: and so is the "s with circumflex" character (U+015D), to shake out problems with non-ASCII folder names
            return shouldUseNonAsciiPath(klass)
                ? "teŝt files"
                : "test files";
        }
    
        private static boolean shouldUseNonAsciiPath(Class<?> klass) {
            // TODO Remove this parameter and fix encoding problems on Windows, too
            return !OperatingSystem.current().isWindows()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top