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

Open nb_NO string resource with ures_open,There will be an infinite loop!(72.1、71.1、69.1) #1

Open
bxkai opened this issue Feb 28, 2023 · 1 comment

Comments

@bxkai
Copy link

bxkai commented Feb 28, 2023

1、Generate string resource files.
nb_NO {
string {
IDS_ABC {"ABC"}
}
}
2、Open resource with ures_open,There will be an infinite loop!
UErrorCode status;
uloc_setDefault("nb_NO", &status);
ures_open("xxx", "nb_NO", &status);

@cmb69
Copy link
Member

cmb69 commented Oct 31, 2024

Is this a particular issue with builds from this repo, or is it a general icu4c issue? If the latter, better report that upstream.

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