Jump to content

CVTTYPE: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==Conversion Type Constants==
Conversion Type Constants
===CVTTYPE_CDRA===
; 0x00000002 : Use IBM standard control conversion. If this bit is not set, controls are converted to an equal value. Some conversions always do a control conversion.


===CVTTYPE_CTRL7F===
;CVTTYPE_CDRA: 0x00000002 : Use IBM standard control conversion. If this bit is not set, controls are converted to an equal value. Some conversions always do a control conversion.
; 0x00000001 : Treat 7f as a control character.
;CVTTYPE_CTRL7F: 0x00000001 : Treat 7f as a control character.
 
;CVTTYPE_PATH: 0x00000004 : When performing Unicode conversions strings are assumed to contain pathnames. This setting is only applicable when converting to or from DBCS code pages.
===CVTTYPE_PATH===
; 0x00000004 : When performing Unicode conversions strings are assumed to contain pathnames. This setting is only applicable when converting to or from DBCS code pages.


[[Category:Constant]]
[[Category:Constant]]

Latest revision as of 20:37, 8 February 2020

Conversion Type Constants

CVTTYPE_CDRA
0x00000002 : Use IBM standard control conversion. If this bit is not set, controls are converted to an equal value. Some conversions always do a control conversion.
CVTTYPE_CTRL7F
0x00000001 : Treat 7f as a control character.
CVTTYPE_PATH
0x00000004 : When performing Unicode conversions strings are assumed to contain pathnames. This setting is only applicable when converting to or from DBCS code pages.