Class TMXWriterSettings
Inheritance
TMXWriterSettings
Namespace: SdlSdl.LanguagePlatformIOTMX
Assembly: Sdl.LanguagePlatform.IO.dll
public class TMXWriterSettings
Constructors
Declaration
public TMXWriterSettings()
TMXWriterSettings(Encoding)
Declaration
public TMXWriterSettings(Encoding encoding)
Parameters
Properties
Declaration
public Encoding Encoding { get; }
Property Value
PlainText
Declaration
public bool PlainText { get; set; }
Property Value
Gets or sets a flag whether to replace characters < \u0020 with '*'. Usually these are emitted as
numeric character reference entities. However, some XML parsers (such as Java's) throw errors on such
characters.
Declaration
public bool ReplaceInvalidCharacters { get; set; }
Property Value
Gets or sets the character to replace invalid characters with - if \0, invalid characters will be deleted. Only
relevant if _ReplaceInvalidCharacters is true. Defaults to \0. Obviously should not be set to an invalid XML character :)
Declaration
public char ReplacementCharacter { get; set; }
Property Value
Declaration
public TranslationUnitFormat TargetFormat { get; set; }
Property Value