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

【上游问题】日本货币符号打印错误 #550

Open
sendaoYan opened this issue Jun 15, 2023 · 0 comments
Open

【上游问题】日本货币符号打印错误 #550

sendaoYan opened this issue Jun 15, 2023 · 0 comments
Assignees

Comments

@sendaoYan
Copy link
Collaborator

openjdk11是zh'q正确的,openjdk8打印有问题

image

import java.util.Currency;
import java.util.Locale;

public class Test {
    public static void main(String[] args) {
        System.out.println(Currency.getInstance(new Locale("jp", "JP")).getSymbol());
    }
}
@sendaoYan sendaoYan self-assigned this Jun 15, 2023
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

1 participant