Skip to content

Commit b434ca9

Browse files
committed
Merge branch 'master' of github.com:EUDAT-B2DROP/b2sharebridge
2 parents 2333ff6 + a0325e9 commit b434ca9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,7 @@ and other code smells:
9696

9797
- `make phplint` to show and `make phplint-fix` to automatically fix some php issues
9898
- `make stylelint` to show and `make stylelint-fix` to automatically fix some css, scss or vue issues
99-
- `make lint` to show and `make lint-fix` to automatically fix some javascript issues
99+
- `make lint` to show and `make lint-fix` to automatically fix some javascript issues
100+
101+
## Additional Notes
102+
You need to at least use charset `utf8mb4` (or similar) in your database, because the fetched communitites contain the `🔒`-emoji in their name. Otherwise this causes mysql (or similar) to show a question mark `?` instead. This bug only causes visual issues.

0 commit comments

Comments
 (0)