Japanese is garbled
See original GitHub issueDescription of the issue:
Japanese is garbled.
fun main() {
println("Hello 日本語")
}
output
$ ./gradlew jibDockerBuild
$ docker run -it --rm ${IMAGE ID}
Hello ???
Expected behavior:
$ docker run -it --rm ${IMAGE ID}
Hello 日本語
Steps to reproduce:
I created repository for this issue.
https://github.com/sakebook/jib-utf8
Environment:
- Mac OS 10.13.6
- Gradle
jib-gradle-plugin
Configuration:
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm") version "1.3.0"
id("com.google.cloud.tools.jib") version "0.9.13"
}
group = "com.github.sakebook"
version = "0.0.1"
repositories {
mavenCentral()
}
dependencies {
compile(kotlin("stdlib-jdk8"))
}
tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "1.8"
}
Log output:
Additional Information:
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Japanese characters are garbled when viewing Log File ... - IBM
Japanese characters in log files (For example: DS_System.X; HealthSnapshotLogger.X; JobManagerLogger.X) are garbled when using "View Log" or " ...
Read more >Japanese characters in Group emails are garbled or missing ...
When sending Office 365 Group emails in Plain Text with Hiragana letters (Japanese Characters), the resulting emails may have missing or garbled ...
Read more >Convert garbled Japanese text back to readable Japanese
I have a file with garbled Japanese text and need to convert it back to readable Japanese. The problem is that a) I...
Read more >Japanese characters is garbled on Windows. - xtUML
I use BridgePoint on Windows 11. I can write Japanese sentence in text editor but the sentence at the moment of saving becomes...
Read more >Japanese character is garbled when we run the query ...
Japanese character is garbled when we run the query (Community). Avatar. Looker Support. 9 months ago; Updated. Follow. View the original community article ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sakebook in the meantime, here’s a quick workaround:
I’ll open an issue on
distroless/java
.Hmm… I see.
Thank you for your workaround!
And distroless/java issue.