UTF-8 Encoding
See original GitHub issueDescription
Challenges that contain some " č ć ž š đ " characters in both description and title convert into " ? " after several server restarts
Steps to reproduce the behavior:
- Have database settings set as: https://i.imgur.com/alwaqum.png
- Restart a few times, they will convert. (At least we think it’s occuring on restarts)
Server / BentoBox information:
- Database being used: MySQL
- OS: Debian GNU/Linux 9
- Java Version: Java™ SE Runtime Environment 18.3 (build 10.0.1+10) Java HotSpot™ 64-Bit Server VM 18.3 (build 10.0.1+10, mixed mode)
[20:23:04] [main/INFO]: [CHAT] Running PAPER 1.13.2.
[20:23:04] [main/INFO]: [CHAT] BentoBox version: 1.3.0-SNAPSHOT
[20:23:04] [main/INFO]: [CHAT] Loaded Game Worlds:
[20:23:04] [main/INFO]: [CHAT] skyblock (skyblock)
[20:23:04] [main/INFO]: [CHAT] Loaded Add-Ons
[20:23:04] [main/INFO]: [CHAT] BSkyBlock 1.3.0-SNAPSHOT
[20:23:04] [main/INFO]: [CHAT] WelcomeWarps 1.2-SNAPSHOT
[20:23:04] [main/INFO]: [CHAT] Challenges 0.6.0-SNAPSHOT
[20:23:04] [main/INFO]: [CHAT] Level 1.2.1-SNAPSHOT
[20:23:04] [main/INFO]: [CHAT] Biomes 0.5.0-SNAPSHOT
[20:23:04] [main/INFO]: [CHAT] SerbCraftAddon 2.0
Expected behavior
- Have it not converting if the encoding is correctly set.
- It should be “Slatka kuća” (http://prntscr.com/mosoku), but I have to change it manually everytime it converts back.
Additional context
- It doesn’t seem that they all convert in a moment, it takes a while and it does randomly.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
What is UTF-8 Encoding? A Guide for Non-Programmers
UTF-8 is an encoding system for Unicode. It can translate any Unicode character to a matching unique binary string, and can also translate...
Read more >UTF-8 - Wikipedia
UTF-8 is a variable-length character encoding used for electronic communication. Defined by the Unicode Standard, the name is derived from Unicode (or ...
Read more >HTML Unicode (UTF-8) Reference - W3Schools
Unicode is a character set. UTF-8 is encoding. Unicode is a list of characters with unique decimal numbers (code points). A = 65,...
Read more >Encoding.UTF8 Property (System.Text) - Microsoft Learn
This property returns a UTF8Encoding object that encodes Unicode (UTF-16-encoded) characters into a sequence of one to four bytes per character, and that ......
Read more >What is UTF-8? UTF-8 Character Encoding Tutorial
UTF-8 is a character encoding system. It lets you represent characters as ASCII text, while still allowing for international characters, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@baticag Thanks. I fixed it for MySQL. For MariaDB it looks like it needs a different setup so I need to have that one tested. But the MySQL one works now.
This is more BentoBox issue, then Challenges addon.