[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

SetMultiByteFileSystemCodePage

Set codepage used when passing strings to OS single-byte filesystem APIs

Declaration

Source position: systemh.inc line 1144

procedure SetMultiByteFileSystemCodePage(

  CodePage: TSystemCodePage

);

Description

SetMultiByteFileSystemCodePage sets the codepage used in single-byte OS filesystem APIs to CodePage. The effect of this change is that the default codepage used to translate multi-byte (UTF-16) strings to single-byte codepage-aware strings used in Filesystem APIs changes, and strings passed to the codepage-aware filesystem APIs will be passed using the new codepage.

This constant is not used if the filesystem API of the OS is multi-byte (such as on Windows).

Do not set DefaultFileSystemCodePage directly, as additional actions may need to be done when changing the code page.

See also

DefaultFileSystemCodePage

  

Codepage to use for filenames

SetMultiByteConversionCodePage

  

Set codepage for conversions from multi-byte strings to single-byte strings

SetMultiByteRTLFileSystemCodePage

  

Set codepage used when interpreting strings from OS single-byte filesystem APIs


Documentation generated on: Nov 14 2015