wchar.H File Reference

A wide-character and a pointer to a wide-character string. More...

Include dependency graph for wchar.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Functions

Ostream & operator<< (Ostream &os, const wchar_t wc)
 Output wide character (Unicode) as UTF-8. More...
 
Ostream & operator<< (Ostream &os, const wchar_t *wstr)
 Output wide character (Unicode) string as UTF-8. More...
 
Ostream & operator<< (Ostream &os, const std::wstring &wstr)
 Output wide character (Unicode) string as UTF-8. More...
 

Detailed Description

A wide-character and a pointer to a wide-character string.

Original source file wchar.H

Source files
See also
http://en.wikipedia.org/wiki/UTF-8 http://en.wikibooks.org/wiki/Unicode/Character_reference

Definition in file wchar.H.