Click or drag to resize

IStructuredUrlSettingsStripDiacritics Property


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.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool StripDiacritics { get; set; }

Property Value

Boolean
Remarks
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.
Example
"š" will be converted to "s"
See Also