[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Character set used for the contents of the .po file.
Source position: translations.pas line 142
public property TPOFile.CharSet : string |
CharSet is a read-only String property which contains the character set encoding used in the .po file or stream. Its value is captured from the 'content-type' header included in the .po file. If omitted in the .po file, the value 'UTF-8' is used. When CharSet is set to a value other than 'UTF-8', the ConvertEncoding routine is called to transcode the content in the .po file to UTF-8.
Use SetCharSet to manually override the character set used for the translation entries in the class instance.
Version 4.0 | Generated 2025-05-03 | Home |