Content for Apache OpenOffice version 3.4.
| Overview | Namespace | Class | Index | Help |
| PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
::
struct _rtl_TextEncodingInfo
- Base Classes
- None.
- Known Derived Classes
- None.
| virtual | abstract | interface | template |
| NO | NO | NO | NO |
- Summary
- Information about a text encoding.
- File
- tencinfo.h
Public Members
-
Data
sal_uInt32 StructSize; The size (in bytes) of this structure. Should be 12. sal_uInt8 MinimumCharSize; The minimum number of bytes needed to encode any character in the given encoding. sal_uInt8 MaximumCharSize; The maximum number of bytes needed to encode any character in the given encoding. sal_uInt8 AverageCharSize; The average number of bytes needed to encode a character in the given encoding. sal_uInt8 Reserved; An unused byte, for padding. sal_uInt32 Flags; Any combination of the RTL_TEXTENCODING_INFO flags.
Copyright © 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.

