Skip to content

Commit 836248c

Browse files
committed
remove note concerning non-ascii characters from README
1 parent e4c2f86 commit 836248c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@ If none of the distributed npm packages meet your needs, you create custom bundl
7979
`npm run partial-bundle pie sunburst name=custom`
8080

8181

82-
#### Non-ascii characters
83-
84-
Important: the plotly.js code base contains some non-ascii characters. Therefore, please make sure to set the `charset` attribute to `"utf-8"` in the script tag that imports your plotly.js bundle. For example:
85-
86-
```html
87-
<script src="my-plotly-bundle.js" charset="utf-8"></script>
88-
```
89-
9082
## Building plotly.js
9183

9284
Building instructions using `webpack`, `browserify` and other build frameworks are in [`BUILDING.md`](https://github.com/plotly/plotly.js/blob/master/BUILDING.md)

0 commit comments

Comments
 (0)