Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:documentation:devguide:core:char_encoding [2016/10/04 09:34] carolina.santos [TerraLib.Core: CharEncoding] |
wiki:documentation:devguide:core:char_encoding [2016/10/04 14:00] (current) carolina.santos [References] |
||
|---|---|---|---|
| Line 39: | Line 39: | ||
| \brief A class for handling character enconding/decoding. | \brief A class for handling character enconding/decoding. | ||
| */ | */ | ||
| - | class TECOREEXPORT CharEncoding | + | class CharEncoding |
| { | { | ||
| public: | public: | ||
| Line 178: | Line 178: | ||
| **Note:** in case it is not possible to convert a character it will be ignored. | **Note:** in case it is not possible to convert a character it will be ignored. | ||
| - | ===== References ===== | + | ===== Additional References ===== |
| - | * [[http://www.boost.org/doc/libs/1_62_0/libs/locale/doc/html/index.html | Boost.Locale]] | ||
| * [[http://stackoverflow.com/questions/1259084/what-encoding-code-page-is-cmd-exe-using | What encoding/code page is cmd.exe using]] | * [[http://stackoverflow.com/questions/1259084/what-encoding-code-page-is-cmd-exe-using | What encoding/code page is cmd.exe using]] | ||