The following table summarizes changes to Server-Library routines that are related to localization:
Routine |
New or Changed |
Description |
---|---|---|
srv_descfmt |
Changed |
Correctly reflects the length that data will be after character set conversion has occurred. For example, if a client sends 10 single-byte characters to a server that is using a double-byte character set, the maxlength field of the CS_DATAFMT structure describing the data will be set to 20, not 10. |