JDK-8022672 : Remove ANSI Functions From canonicalize_md.c
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.io
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • OS: windows
  • Submitted: 2013-08-08
  • Updated: 2024-01-10
  • Resolved: 2024-01-10
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Duplicate :  
Description
We have changed to use Unicode functions in our native code on Windows platforms. Those ANSI functions should be removed and cleaned up.
Comments
At present I don't see any code in the Windows version of canonicalize_md.c which can be removed. It looks like this was already done in JDK-8232168.
10-01-2024