Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to show the original unicode string? #164

Closed
hengyunabc opened this issue May 13, 2020 · 2 comments
Closed

How to show the original unicode string? #164

hengyunabc opened this issue May 13, 2020 · 2 comments

Comments

@hengyunabc
Copy link
Contributor

public class Hello {
	public static void main(String[] args) {
		System.out.println("Hello, 世界");
	}
}

Result:

public class Hello {
    public static void main(String[] args) {
        System.out.println("Hello, \u4e16\u754c");
    }
}

How to show the original unicode string? I searched in the project, but did not find the relevant options.

@leibnitz27
Copy link
Owner

--hideutf false

@leibnitz27
Copy link
Owner

Of course then you're at the mercy of the character set of your terminal :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants