Table of Contents

Property WriteUnicodeFallback

Namespace
DocWright.Formats.Rtf
Assembly
DocWright.Formats.Rtf.dll

WriteUnicodeFallback

Gets or sets a value indicating whether the non-ASCII fallback beside each \u escape is written. True by default.

public bool WriteUnicodeFallback { get; set; }

Property Value

bool

Remarks

The fallback is what a reader too old to understand \u displays. Keeping it costs one byte per non-ASCII character and is what Word does; turning it off produces a smaller file that such a reader renders with the characters missing rather than approximated.