- As mentioned, wxCharBuffer and its wide character variant wxWCharBuffer deal
- with c strings in memory. They have two constructors, one in which you pass
- the c string you want them to have a copy of, and another where you specify
- the size of the buffer in memory in characters you want.
+As mentioned, wxCharBuffer and its wide character variant wxWCharBuffer deal
+with c strings in memory. They have two constructors, one in which you pass
+the c string you want them to have a copy of, and another where you specify the
+size of the buffer in memory in characters you want.