GitHub user EdisonXu opened a pull request:
https://github.com/apache/incubator-storm/pull/209
Set the encoding of Storm UI to UTF-8
storm UI imports the jquery-tablesorter project, in which there're codes as
below:
```
return /^[£$�.]/.test(s);
```
original source code:
https://github.com/christianbach/tablesorter/blob/master/jquery.tablesorter.js?#L910
These special characters will bring problems for some encoding, e.g GBK.
The topology summary will not display normally.
Better force the encoding to UTF-8.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/EdisonXu/incubator-storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-storm/pull/209.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #209
----
commit 6639abb6f9664038a41d9dfdf1f5934dbdbc4384
Author: Edison <[email protected]>
Date: 2014-07-29T07:51:29Z
Add UTF-8 encoding
commit b1a64443943b554365a47f6053c51789da5f87f3
Author: Edison <[email protected]>
Date: 2014-07-29T07:51:48Z
Add UTF-8 encoding
commit 98fa84f66c6c41d8e23088bb5bc96ef88e27b67f
Author: Edison <[email protected]>
Date: 2014-07-29T07:52:05Z
Add UTF-8 encoding
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---