Skip to content

Commit

Permalink
8223187: Investigate setLocale() call in jpackage native launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
sashamatveev committed Sep 12, 2020
1 parent 26c7218 commit f7e56fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Expand Up @@ -44,8 +44,6 @@ size_t hash(const std::string& str) {
}

void launchApp() {
setlocale(LC_ALL, "en_US.utf8");

const tstring launcherPath = SysInfo::getProcessModulePath();

const Package ownerPackage = Package::findOwnerOfFile(launcherPath);
Expand Down
Expand Up @@ -67,7 +67,6 @@ void initJvmLauncher() {


int main(int argc, char *argv[]) {
setlocale(LC_ALL, "en_US.utf8");
if (jvmLauncher) {
// This is the call from the thread spawned by JVM.
// Skip initialization phase as we have done this already in the first
Expand Down

0 comments on commit f7e56fb

Please sign in to comment.