Text.DecodeFromQuotedPrintable
------------------------------

Decodes a string with quoted printable encoding.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Text](component_Text.md) | [4.3](newinversion43.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "Text.DecodeFromQuotedPrintable"; Text { ; Encoding } ) 

**MBS**( **"Text.DecodeFromQuotedPrintable";** /\* Decodes a string with quoted printable encoding. \*/  
**$Text**; /\* The text to decode. \*/   
**$Encoding**) /\* Optional; The text encoding for result.   
Default is native.e.g. "UTF-8" \*/ 

(old name: String.DecodeFromQuotedPrintable)

### Parameters

| Parameter | Description | Example | Flags |
|---|---|---|---|
| Text | The text to decode. |  |  |
| Encoding | The text encoding for result.    Default is native.   Possible encoding names: ANSI, ISO-8859-1, Latin1, Mac, Native, UTF-8, DOS, Hex, Base64 or Windows. More listed in the [FAQ](https://www.monkeybreadsoftware.com/filemaker/faq.shtml). | "UTF-8" | Optional |

### Result

Returns OK or error.

### Description

Decodes a string with quoted printable encoding.  
### Examples

Decode Wünsche:

 MBS ( "Text.DecodeFromQuotedPrintable"; "W=C3=BCnsche"; "UTF8")  
<small>  
Example result: Wünsche</small>### See also

- [Text.EncodeToQuotedPrintable](TextEncodeToQuotedPrintable.md)

### Blog Entries

- [MBS Filemaker Plugin, version 4.3pr9](https://www.mbsplugins.de/archive/2014-09-05/MBS_Filemaker_Plugin_version_4/monkeybreadsoftware_blog_filemaker)

This function checks for a license.

Created 3th September 2014 , last changed 11st December 2016

  
[Text.DecodeFromHex](TextDecodeFromHex.md) - [Text.DecodeFromURL](TextDecodeFromURL.md)

[HTML Version](TextDecodeFromQuotedPrintable.shtml)