Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
CurrentCVS
-
None
-
None
Description
This function formats a numeric character reference for any character that is not representable in the code page. However, it uses the write() function to write the numeric character reference, which will then check each character to see if it can be represented in the local code page. This is unnecessary, since the characters in a numeric character reference must be representable.