@@ -49,10 +49,17 @@ * * @return The native 8-bit string encoding of the operating system */ + (of_string_encoding_t)native8BitEncoding; +/*! + * @brief Returns the decimal point in the system's locale. + * + * @return The decimal point in the system's locale + */ ++ (OFString*)decimalPoint; + /*! * @brief Returns the path where user data for the application can be stored. * * On Unix systems, this adheres to the XDG Base Directory specification.@n * On Mac OS X and iOS, it uses the `NSApplicationSupportDirectory` directory.@n