-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
0
-
1
-
Problem Definition
Customers sometimes run into issues relating to non-ascii characters, such as non-English alphabets, symbols, etc. The solution for these customers is always to set their JVM encoding to UTF-8
Suggested Solution
Set "-Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8" in the JVM by default
Workaround
Set "-Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8" in $BAMBOO_INSTALL_DIR/bin/setenv.sh:
JVM_SUPPORT_RECOMMENDED_ARGS="-Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8"
[BAM-18601] Set sun.jnu.encoding and file.encoding to UTF-8 by default
Workflow | Original: JAC Suggestion Workflow [ 3016795 ] | New: JAC Suggestion Workflow 3 [ 3606872 ] |
Workflow | Original: Confluence Workflow - Public Facing v4 [ 2702554 ] | New: JAC Suggestion Workflow [ 3016795 ] |
UIS | New: 0 |
Support reference count | New: 1 |
Issue Type | Original: Improvement [ 4 ] | New: Suggestion [ 10000 ] |
Status | Original: Not Being Considered [ 11776 ] | New: Gathering Interest [ 11772 ] |
Status | Original: Gathering Interest [ 11772 ] | New: Not Being Considered [ 11776 ] |
Workflow | Original: Bamboo Workflow 2016 v1 [ 2415263 ] | New: Confluence Workflow - Public Facing v4 [ 2702554 ] |
Status | Original: Open [ 1 ] | New: Gathering Interest [ 11772 ] |
Component/s | New: Installation [ 11430 ] | |
Status | Original: Needs Triage [ 10030 ] | New: Open [ 1 ] |
Description |
Original:
h3. Problem Definition
Customers sometimes run into issues relating to non-ascii characters, such as non-English alphabets, symbols, etc. The solution for these customers is to h3. Suggested Solution Set "-Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8" in the JVM by default h3. Workaround Set "-Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8" in *$BAMBOO_INSTALL_DIR/bin/setenv.sh*: {code} JVM_SUPPORT_RECOMMENDED_ARGS="-Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8" {code} |
New:
h3. Problem Definition
Customers sometimes run into issues relating to non-ascii characters, such as non-English alphabets, symbols, etc. The solution for these customers is always to set their JVM encoding to UTF-8 h3. Suggested Solution Set "-Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8" in the JVM by default h3. Workaround Set "-Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8" in *$BAMBOO_INSTALL_DIR/bin/setenv.sh*: {code} JVM_SUPPORT_RECOMMENDED_ARGS="-Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8" {code} |