Various classes and routines for working with internationalisation and character encodings.
More...
#include "regina-core.h"
#include "regina-config.h"
#include <iostream>
#include <string>
#include <iconv.h>
|
namespace | regina |
| Contains the entire Regina calculation engine.
|
|
namespace | regina::i18n |
| Various classes and routines for working with internationalisation and character encodings.
|
|
|
std::string::const_iterator | regina::i18n::utf8ValidTo (const std::string &s) |
| Identifies the longest prefix of the given string that is valid UTF-8.
|
|
const char * | regina::i18n::utf8ValidTo (const char *s) |
| Identifies the longest prefix of the given string that is valid UTF-8.
|
|
Various classes and routines for working with internationalisation and character encodings.
Copyright © 1999-2025, The Regina development team
This software is released under the GNU General Public License,
with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact
Ben Burton (
bab@maths.uq.edu.au).