Gets/sets whether to remove diacritics and accents from extended characters in the Western European/Latin-1/Windows-1251 character set in the URL.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
bool StripDiacritics { get; set; }
Property StripDiacritics As Boolean
Get
Set
property bool StripDiacritics {
bool get ();
void set (bool value);
}
abstract StripDiacritics : bool with get, set
Property Value
Type:
Boolean
Please note that any single-byte characters beyond Western European/Latin-1/Windows-1251 will not be converted and all multiple-byte characters (Chinese, Japanese, Korean, etc.) will not be converted.
"š" will be converted to "s"
Reference