}
@endcode
- @b Note: if you want to preserve the original formatting of the loaded file
+ @note if you want to preserve the original formatting of the loaded file
including whitespaces
and indentation, you need to turn off whitespace-only textnode removal and
automatic indentation:
/**
Returns encoding of in-memory representation of the document
(same as passed to Load() or constructor, defaults to UTF-8).
- NB: this is meaningless in Unicode build where data are stored as @c wchar_t*.
+ @note this is meaningless in Unicode build where data are stored as @c wchar_t*.
*/
wxString GetEncoding() const;