Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
cloudooo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Roque
cloudooo
Commits
168786a4
Commit
168786a4
authored
Mar 29, 2013
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LANG should not be UTF-8 but like en_US.UTF-8.
also make it possible to specify LANG from the configuration file.
parent
fe459a42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cloudooo/handler/ooo/application/openoffice.py
cloudooo/handler/ooo/application/openoffice.py
+1
-1
No files found.
cloudooo/handler/ooo/application/openoffice.py
View file @
168786a4
...
...
@@ -150,7 +150,7 @@ class OpenOffice(Application):
]
# To run soffice.bin, several environment variables should be set.
env
=
self
.
environment_dict
.
copy
()
env
[
"LANG"
]
=
"UTF-8"
env
.
setdefault
(
"LANG"
,
"en_US.UTF-8"
)
env
[
"HOME"
]
=
self
.
path_user_installation
env
[
"TMP"
]
=
self
.
path_user_installation
env
[
"TMPDIR"
]
=
self
.
path_user_installation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment