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

Return GB18030 for codepage 936 on Java 8 only #3133

Merged
merged 1 commit into from
Oct 4, 2018

Conversation

hangshao0
Copy link
Contributor

Fixes #2824

Signed-off-by: hangshao hangshao@ca.ibm.com

Fixes eclipse-openj9#2824

Signed-off-by: hangshao <hangshao@ca.ibm.com>
if (IsValidCodePage(54936)) {
return "GB18030";
}
}
return "GBK";
} else if (cp == 54936) return "GB18030";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a code page that can be configured on Windows? It seems this case won't work either.

Copy link
Contributor Author

@hangshao0 hangshao0 Oct 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't find a way to configure code page to 54936 on my windows. I can only configure it to 936.

@pshipton
Copy link
Member

pshipton commented Oct 3, 2018

jenkins compile win jdk8

@pshipton pshipton merged commit 041b94c into eclipse-openj9:master Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants