X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28e0798fcdffb5233097060f7d43ffa01df7271d..da8b1d4b3b535aba94d04494f5b6e2b3e47901ee:/include/wx/xlocale.h diff --git a/include/wx/xlocale.h b/include/wx/xlocale.h index bf8f8daf07..936e3fc39e 100644 --- a/include/wx/xlocale.h +++ b/include/wx/xlocale.h @@ -18,7 +18,7 @@ using decimal point &c. TODO: Currently only the character classification and transformation - functions and number <-> string functions, are implemented, + functions and number <-> string functions, are implemented, we also need at least - formatted IO: scanf_l(), printf_l() &c - time: strftime_l(), strptime_l() @@ -246,7 +246,7 @@ extern WXDLLIMPEXP_DATA_BASE(wxXLocale) wxNullXLocale; { return wxCRT_Strtoul_lA(c, endptr, base, loc.Get()); } #if wxUSE_UNICODE - + // ctype functions #define wxCRT_Isalnum_lW wxXLOCALE_IDENT(iswalnum_l) #define wxCRT_Isalpha_lW wxXLOCALE_IDENT(iswalpha_l) @@ -329,7 +329,7 @@ extern WXDLLIMPEXP_DATA_BASE(wxXLocale) wxNullXLocale; unsigned long WXDLLIMPEXP_BASE wxStrtoul_l(const char* str, char **endptr, int base, const wxXLocale& loc); #endif // wxHAS_XLOCALE_SUPPORT/!wxHAS_XLOCALE_SUPPORT - + #endif // wxUSE_XLOCALE #endif // _WX_XLOCALE_H_