Code::Blocks
SVN r11506
|
#include "sdk_precomp.h"
#include "encodingdetector.h"
#include "filemanager.h"
#include "nsError.h"
#include "nsUniversalDetector.h"
#include <wx/encconv.h>
Go to the source code of this file.
Functions | |
wxString | makeStringNoNull (const wxWCharBuffer &wideBuff) |
Convert the char buffer to wxString and if there are any null-terminating characters at the end - remove them. More... | |
|
inline |
Convert the char buffer to wxString and if there are any null-terminating characters at the end - remove them.
Definition at line 419 of file encodingdetector.cpp.
References wxString::empty(), wxString::find_last_not_of(), wxString::npos, wxString::resize(), and wxT.
Referenced by EncodingDetector::ConvertToWxString().