Skip to content

Commit

Permalink
Documentation|libcore|String: Added comment about default codec
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 30, 2014
1 parent 695e167 commit ae5e777
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doomsday/libcore/include/de/data/string.h
Expand Up @@ -33,6 +33,9 @@ namespace de {
* The String class extends the QString class with Block conversion and
* other convenience methods.
*
* The default codec when converting strings from C strings is UTF-8 (e.g.,
* constructor that takes a <code>char const *</code> as the only argument).
*
* @ingroup types
*/
class DENG2_PUBLIC String : public QString
Expand Down

0 comments on commit ae5e777

Please sign in to comment.