Skip to content

Commit 54d8ad2

Browse files
committed
remove inflection caveat, add character set caveat
1 parent 7e07bb6 commit 54d8ad2

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,7 @@ q.to_qbxml(hsh, validate: true)
7373

7474
## Caveats
7575

76-
Correct case conversion depends on the following ActiveSupport inflection
77-
settings. Correct behaviour cannot be guaranteed if any of the following
78-
inflections are modified.
79-
80-
```ruby
81-
ACRONYMS = ['AP', 'AR', 'COGS', 'COM', 'UOM', 'QBXML', 'UI', 'AVS', 'ID',
82-
'PIN', 'SSN', 'COM', 'CLSID', 'FOB', 'EIN', 'UOM', 'PO', 'PIN', 'QB']
83-
84-
ActiveSupport::Inflector.inflections do |inflect|
85-
ACRONYMS.each { |a| inflect.acronym a }
86-
end
87-
```
76+
QuickBooks only supports [ISO-8859-1](http://en.wikipedia.org/wiki/ISO/IEC_8859-1) characters. Any characters outside of ISO-8859-1 will become question marks in QuickBooks.
8877

8978
## Contributing
9079

0 commit comments

Comments
 (0)