convert unicode to zawgyi for prawn documents
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -40,8 +40,6 @@ pickle-email-*.html
|
|||||||
._*.*
|
._*.*
|
||||||
.rbenv-version
|
.rbenv-version
|
||||||
|
|
||||||
/config/initializers/*
|
|
||||||
config/deploy/config/*
|
|
||||||
#config/puma.rb
|
#config/puma.rb
|
||||||
config/license.yml
|
config/license.yml
|
||||||
|
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@@ -144,3 +144,5 @@ gem 'momentjs-rails' # for date-range selector
|
|||||||
# gem 'jquery-datetimepicker-rails'
|
# gem 'jquery-datetimepicker-rails'
|
||||||
# gem 'select2-rails' # for multi-select and auto-complete select box
|
# gem 'select2-rails' # for multi-select and auto-complete select box
|
||||||
gem "chartkick" #chart lib
|
gem "chartkick" #chart lib
|
||||||
|
gem 'myanmar-tools'
|
||||||
|
gem 'rabbit-mm'
|
||||||
28
Gemfile.lock
28
Gemfile.lock
@@ -53,6 +53,7 @@ GEM
|
|||||||
airbrussh (1.4.0)
|
airbrussh (1.4.0)
|
||||||
sshkit (>= 1.6.1, != 1.7.0)
|
sshkit (>= 1.6.1, != 1.7.0)
|
||||||
arel (8.0.0)
|
arel (8.0.0)
|
||||||
|
ast (2.4.2)
|
||||||
axlsx (2.0.1)
|
axlsx (2.0.1)
|
||||||
htmlentities (~> 4.3.1)
|
htmlentities (~> 4.3.1)
|
||||||
nokogiri (>= 1.4.1)
|
nokogiri (>= 1.4.1)
|
||||||
@@ -165,6 +166,7 @@ GEM
|
|||||||
momentjs-rails (2.20.1)
|
momentjs-rails (2.20.1)
|
||||||
railties (>= 3.1)
|
railties (>= 3.1)
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.6.0)
|
||||||
|
myanmar-tools (1.2.0)
|
||||||
mysql2 (0.5.3)
|
mysql2 (0.5.3)
|
||||||
nested_form (0.3.2)
|
nested_form (0.3.2)
|
||||||
net-scp (3.0.0)
|
net-scp (3.0.0)
|
||||||
@@ -173,6 +175,9 @@ GEM
|
|||||||
nio4r (2.5.2)
|
nio4r (2.5.2)
|
||||||
nokogiri (1.10.10)
|
nokogiri (1.10.10)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
|
parallel (1.22.1)
|
||||||
|
parser (3.1.2.1)
|
||||||
|
ast (~> 2.4.1)
|
||||||
pdf-core (0.8.1)
|
pdf-core (0.8.1)
|
||||||
pdfjs_viewer-rails (0.3.1)
|
pdfjs_viewer-rails (0.3.1)
|
||||||
json (> 1.8.4)
|
json (> 1.8.4)
|
||||||
@@ -188,6 +193,8 @@ GEM
|
|||||||
prawn-table (0.2.2)
|
prawn-table (0.2.2)
|
||||||
prawn (>= 1.3.0, < 3.0.0)
|
prawn (>= 1.3.0, < 3.0.0)
|
||||||
puma (3.12.6)
|
puma (3.12.6)
|
||||||
|
rabbit-mm (1.1.0)
|
||||||
|
rubocop
|
||||||
rack (2.2.3)
|
rack (2.2.3)
|
||||||
rack-cors (1.1.1)
|
rack-cors (1.1.1)
|
||||||
rack (>= 2.0.0)
|
rack (>= 2.0.0)
|
||||||
@@ -218,13 +225,16 @@ GEM
|
|||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
|
rainbow (3.1.1)
|
||||||
rake (13.0.1)
|
rake (13.0.1)
|
||||||
rb-fsevent (0.10.4)
|
rb-fsevent (0.10.4)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
redis (3.3.5)
|
redis (3.3.5)
|
||||||
|
regexp_parser (2.5.0)
|
||||||
request_store (1.5.0)
|
request_store (1.5.0)
|
||||||
rack (>= 1.4)
|
rack (>= 1.4)
|
||||||
|
rexml (3.2.5)
|
||||||
roo (1.13.2)
|
roo (1.13.2)
|
||||||
nokogiri
|
nokogiri
|
||||||
rubyzip
|
rubyzip
|
||||||
@@ -250,7 +260,20 @@ GEM
|
|||||||
rspec-mocks (~> 3.9.0)
|
rspec-mocks (~> 3.9.0)
|
||||||
rspec-support (~> 3.9.0)
|
rspec-support (~> 3.9.0)
|
||||||
rspec-support (3.9.3)
|
rspec-support (3.9.3)
|
||||||
|
rubocop (1.34.1)
|
||||||
|
json (~> 2.3)
|
||||||
|
parallel (~> 1.10)
|
||||||
|
parser (>= 3.1.2.1)
|
||||||
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
|
regexp_parser (>= 1.8, < 3.0)
|
||||||
|
rexml (>= 3.2.5, < 4.0)
|
||||||
|
rubocop-ast (>= 1.20.0, < 2.0)
|
||||||
|
ruby-progressbar (~> 1.7)
|
||||||
|
unicode-display_width (>= 1.4.0, < 3.0)
|
||||||
|
rubocop-ast (1.21.0)
|
||||||
|
parser (>= 3.1.1.0)
|
||||||
ruby-ole (1.2.12.2)
|
ruby-ole (1.2.12.2)
|
||||||
|
ruby-progressbar (1.11.0)
|
||||||
rubyzip (1.0.0)
|
rubyzip (1.0.0)
|
||||||
sass (3.7.4)
|
sass (3.7.4)
|
||||||
sass-listen (~> 4.0.0)
|
sass-listen (~> 4.0.0)
|
||||||
@@ -307,6 +330,7 @@ GEM
|
|||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (4.2.0)
|
uglifier (4.2.0)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
|
unicode-display_width (2.2.0)
|
||||||
web-console (3.7.0)
|
web-console (3.7.0)
|
||||||
actionview (>= 5.0)
|
actionview (>= 5.0)
|
||||||
activemodel (>= 5.0)
|
activemodel (>= 5.0)
|
||||||
@@ -353,6 +377,7 @@ DEPENDENCIES
|
|||||||
material_icons
|
material_icons
|
||||||
mini_magick
|
mini_magick
|
||||||
momentjs-rails
|
momentjs-rails
|
||||||
|
myanmar-tools
|
||||||
mysql2 (~> 0.5.2)
|
mysql2 (~> 0.5.2)
|
||||||
nested_form
|
nested_form
|
||||||
pdfjs_viewer-rails
|
pdfjs_viewer-rails
|
||||||
@@ -361,6 +386,7 @@ DEPENDENCIES
|
|||||||
prawn-qrcode
|
prawn-qrcode
|
||||||
prawn-table
|
prawn-table
|
||||||
puma (~> 3.0)
|
puma (~> 3.0)
|
||||||
|
rabbit-mm
|
||||||
rack-cors
|
rack-cors
|
||||||
rails (~> 5.1.0)
|
rails (~> 5.1.0)
|
||||||
redis (~> 3.0)
|
redis (~> 3.0)
|
||||||
@@ -387,4 +413,4 @@ RUBY VERSION
|
|||||||
ruby 2.6.5p114
|
ruby 2.6.5p114
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.1.4
|
2.2.7
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user