Click or drag to resize
EncodingFixer Class
Helps repair encoding of QuickBase responses.
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.Core.RestEncodingFixer

Namespace:  Intuit.Ipp.Core.Rest
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static class EncodingFixer

The EncodingFixer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFixQuickBaseEncoding
QuickBase has a unique feature which converts certain input characters into windows-1252 encoding and stores them in the database (This assists Windows users when they use QuickBase HTML UI). When data containing such characters is queried, the windows-1252 encoding will not change and will remain surrounded by the usual UTF8-encoded XML. If this data requires XML parsing, the windows-1252 encoded characters have to be re-encoded to UTF8 encoding. This unique feature was recently removed from appcenter, but still exists in QuickBase.
Top
See Also