Skip to content

v0.4.1

Compare
Choose a tag to compare
@tflanagan tflanagan released this 02 Dec 16:56
· 44 commits to master since this release
Lib: Change encoding to ISO-8859-1 from UTF-8

QuickBase's default encoding is ISO-8859-1. SimpleXML expects to
read/write what it is declared as. If it encounters a character that is
not valid, it throws an exception.