funcmacro_locale.h 1.1 KB

12345678910111213141516171819202122232425262728
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: funcmacro_locale.h
  3. // Purpose: wxXLocale-enabled functions
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_funcmacro_locale Locale-dependent functions
  9. @ingroup group_funcmacro
  10. Below are a number of functions/macros which accept as last parameter a
  11. specific wxXLocale instance.
  12. For the documentation of function @c wxFunc_l(), please see the documentation
  13. of the standard @c Func() function (see e.g. http://www.cppreference.com/wiki/c/string/start)
  14. and keep in mind that the wxWidgets function takes as last parameter the
  15. locale which should be internally used for locale-dependent operations.
  16. Last, note that when the @c wxHAS_XLOCALE_SUPPORT symbol is not defined,
  17. then wxWidgets will provide implementations of these functions itself
  18. and that they are not granted to be thread-safe (and they will work only with the
  19. C locale; see @ref xlocale_avail).
  20. */