X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2197563c78b5c96fd739c6804e6b3373cc18cdc4..6fb99eb3b7063388672255335abf7a34405f51bf:/include/wx/encconv.h?ds=inline diff --git a/include/wx/encconv.h b/include/wx/encconv.h index d99eaea5e2..3c6b65e89e 100644 --- a/include/wx/encconv.h +++ b/include/wx/encconv.h @@ -4,7 +4,7 @@ // font encodings // Author: Vaclav Slavik // Copyright: (c) 1999 Vaclav Slavik -// Licence: wxWindows Licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_ENCCONV_H_ @@ -85,9 +85,9 @@ class WXDLLIMPEXP_BASE wxEncodingConverter : public wxObject // both modes gurantee that output string will have same length // as input string // - // Returns FALSE if given conversion is impossible, TRUE otherwise + // Returns false if given conversion is impossible, true otherwise // (conversion may be impossible either if you try to convert - // to Unicode with non-Unicode build of wxWindows or if input + // to Unicode with non-Unicode build of wxWidgets or if input // or output encoding is not supported.) bool Init(wxFontEncoding input_enc, wxFontEncoding output_enc, int method = wxCONVERT_STRICT);