| 884 | == Boost.Unicode2 == |
| 885 | * '''Author(s):''' Mathias Gaunard |
| 886 | * '''Version:''' 0.1 |
| 887 | * '''State:''' |
| 888 | * '''Last upload:''' August 27, 2009 |
| 889 | * '''Links:''' [http://www.boostpro.com/vault/images/download.gif Boost Vault] |
| 890 | * '''Categories:''' [#StringAndTextProcessing String And Text Processing] |
| 891 | * '''Description:''' This library aims at providing the foundation tools to accurately represent and deal with natural text in C++ in a portable and robust manner, so as to allow internationalized applications, by implementing parts of the Unicode Standard. |
| 892 | |
| 893 | This library is environment-independent and deliberately chooses not to relate to the standard C++ locale facilities as well as the standard string facilities, judged ill-suited to Unicode. |
| 894 | |
| 895 | The current version is locale-agnostic, but a subsystem for tailored locale behaviour may be added in the future. |
| 896 | |
| 897 | --------------------------------------------------------------------------------------------------- |