---
title: "Strip Accent Processor"
slug: "strip-accent-processor"
updated: 2024-11-26T17:27:03Z
published: 2024-11-26T17:27:03Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.tritondigital.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Strip Accent Processor

The **Strip Accent Processor** is useful for removing diacritics from an attribute

| **Param name** | **Mandatory** | **Description** | **Possible Value** |
| --- | --- | --- | --- |
| StripAccentItem | Yes | Name of the attribute you will modify. | Not null. |

**Example XML:**

```xml
<StripAccentProcessor>
   <StripAccentItems>
     <StripAccentItem>cue_title</StripAccentItem>
     <StripAccentItem>track_artist_name</StripAccentItem>
   </StripAccentItems>
</StripAccentProcessor>
```
