mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
[svn-r25658] Purpose: Fixed HDFFV-8922
Description: Added notes regarding UTF-8 and extended ASCII, provided in HDFFV-8899, to C++ API. Platforms tested: Linux/32 2.6 (jam) - only in comments
This commit is contained in:
parent
cbd0112b16
commit
bd9c6d829a
@ -146,6 +146,13 @@ StrType::StrType( const DataSet& dataset ) : AtomType ()
|
||||
///\brief Retrieves the character set type of this string datatype.
|
||||
///\return Character set type, which can be:
|
||||
/// \li \c H5T_CSET_ASCII (0) - Character set is US ASCII.
|
||||
///\note
|
||||
/// ASCII and UTF-8 Unicode are the only currently supported character
|
||||
/// encodings. Extended ASCII encodings (for example, ISO 8859) are not
|
||||
/// supported. This encoding policy is not enforced by the HDF5 Library.
|
||||
/// Using encodings other than ASCII and UTF-8 can lead to compatibility
|
||||
/// and usability problems. See the C API entry H5Pset_char_encoding for
|
||||
/// more information.
|
||||
///\exception H5::DataTypeIException
|
||||
// Programmer Binh-Minh Ribler - 2000
|
||||
//--------------------------------------------------------------------------
|
||||
@ -166,6 +173,13 @@ H5T_cset_t StrType::getCset() const
|
||||
///\brief Sets character set to be used.
|
||||
///\param cset - IN: character set type, which can be:
|
||||
/// \li \c H5T_CSET_ASCII (0) - Character set is US ASCII.
|
||||
///\note
|
||||
/// ASCII and UTF-8 Unicode are the only currently supported character
|
||||
/// encodings. Extended ASCII encodings (for example, ISO 8859) are not
|
||||
/// supported. This encoding policy is not enforced by the HDF5 Library.
|
||||
/// Using encodings other than ASCII and UTF-8 can lead to compatibility
|
||||
/// and usability problems. See the C API entry H5Pset_char_encoding for
|
||||
/// more information.
|
||||
///\exception H5::DataTypeIException
|
||||
// Programmer Binh-Minh Ribler - 2000
|
||||
//--------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user