Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Better dox, spelling
- Loading branch information
|
@@ -191,8 +191,11 @@ Converts a string by applying capitalization rules to the string. |
|
|
|
|
|
static QString ampersandEncode( const QString &string ); |
|
|
%Docstring |
|
|
Replaces any extended unicode characters with the XML style é encoded versions |
|
|
of these characeters. |
|
|
Makes a raw string safe for inclusion as a HTML/XML string literal. |
|
|
|
|
|
This includes replacing '<' with '<', '>' with '>', '&' with '&', and |
|
|
any extended unicode characters with the XML style é encoded versions |
|
|
of these characters. |
|
|
|
|
|
.. versionadded:: 3.2 |
|
|
%End |
|
|
|
@@ -201,8 +201,11 @@ class CORE_EXPORT QgsStringUtils |
|
|
static QString capitalize( const QString &string, Capitalization capitalization ); |
|
|
|
|
|
/** |
|
|
* Replaces any extended unicode characters with the XML style é encoded versions |
|
|
* of these characeters. |
|
|
* Makes a raw string safe for inclusion as a HTML/XML string literal. |
|
|
* |
|
|
* This includes replacing '<' with '<', '>' with '>', '&' with '&', and |
|
|
* any extended unicode characters with the XML style é encoded versions |
|
|
* of these characters. |
|
|
* \since QGIS 3.2 |
|
|
*/ |
|
|
static QString ampersandEncode( const QString &string ); |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.