IStructuredUrlSettingsStripDiacritics Property Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
Syntax

bool StripDiacritics { get; set; }

Property Value

Type: 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.
Examples

"š" will be converted to "s"
See Also

Reference