Skip to content

Commit 0141c35

Browse files
authored
Update search-howto-index-plaintext-blobs.md
Updated with a list of supported encodings.
1 parent 9ea5b05 commit 0141c35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/search-howto-index-plaintext-blobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: cognitive-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: how-to
13-
ms.date: 01/18/2024
13+
ms.date: 07/25/2024
1414
---
1515

1616
# Index plain text blobs and files in Azure AI Search
@@ -48,12 +48,12 @@ api-key: [admin key]
4848
}
4949
```
5050

51-
By default, the `UTF-8` encoding is assumed. To specify a different encoding, use the `encoding` configuration property:
51+
By default, the `UTF-8` encoding is assumed. To specify a different encoding, use the `encoding` configuration property. The supported [list of encodings](/dotnet/fundamentals/runtime-libraries/system-text-encoding#list-of-encodings) is under **.NET 5 and later support** column.
5252

5353
```http
5454
{
5555
... other parts of indexer definition
56-
"parameters" : { "configuration" : { "parsingMode" : "text", "encoding" : "windows-1252" } }
56+
"parameters" : { "configuration" : { "parsingMode" : "text", "encoding" : "iso-8859-1" } }
5757
}
5858
```
5959

0 commit comments

Comments
 (0)