summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/util/parser.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-02-12 12:55:25 +0900
committerRandy Morgan <[email protected]>2012-02-12 12:55:25 +0900
commit376988c854889d7b9708601bce11575a11491bee (patch)
tree963e196ae76022e84dbbe1a2cf293c840182be08 /lib/axlsx/util/parser.rb
parent6272d7bc63ee05b6793d034461af3ee811ffe72a (diff)
downloadcaxlsx-376988c854889d7b9708601bce11575a11491bee.tar.gz
caxlsx-376988c854889d7b9708601bce11575a11491bee.zip
Adding in support for optionally using the shared strings table. This will allow us to inter-op properly with Numbers
Diffstat (limited to 'lib/axlsx/util/parser.rb')
-rw-r--r--lib/axlsx/util/parser.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/axlsx/util/parser.rb b/lib/axlsx/util/parser.rb
index 049c2d43..7719a6d1 100644
--- a/lib/axlsx/util/parser.rb
+++ b/lib/axlsx/util/parser.rb
@@ -1,3 +1,4 @@
+# encoding: UTF-8
module Axlsx
# The Parser module mixes in a number of methods to help in generating a model from xml
# This module is not included in the axlsx library at this time. It is for future development only,