Change the language in the catalog? Habbo

Status
Not open for further replies.

elfenomeno9

New Member
Dec 12, 2022
16
2
Hi guys
As you can see in the shared screenshot I get these marks when I use the swedish letters å,ä,ö. I'm trying to fix the catalog trough my database but as soon as I use on of these letters this question mark appears. Anyone who have stumbled across the same problem and maybe knows the solution? Would be grateful for some easy step by step tutorial. Thanks in advance!!! :)
 

Attachments

  • Screenshot.png
    Screenshot.png
    215.8 KB · Views: 36

boz

don daddy
Mar 23, 2021
224
107
ALTER TABLE catalog_items


CHANGE catalog_name VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
 

elfenomeno9

New Member
Dec 12, 2022
16
2
I tried it, and it worked in the query but I restarted the emulator, I made an new table just to try the swedish letters å,ä,ö and got the same results...
 

Attachments

  • test.png
    test.png
    49 KB · Views: 13

boz

don daddy
Mar 23, 2021
224
107
I tried it, and it worked in the query but I restarted the emulator, I made an new table just to try the swedish letters å,ä,ö and got the same results...
Thought you wanted catalog_name to be Swedish, the above sql is for the item name.

Run this for the caption

ALTER TABLE catalog_pages MODIFY caption VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
 

elfenomeno9

New Member
Dec 12, 2022
16
2
I did that as well when I did the first you told me, I updated both in a query, but the result is still the same. I get ? marks when I write the letters Åå, Ää, Öö... After doing that I've deleted cache, restarted emulator, etc. It still remains like that.
 

Object

?
Nov 10, 2017
447
370
I did that as well when I did the first you told me, I updated both in a query, but the result is still the same. I get ? marks when I write the letters Åå, Ää, Öö... After doing that I've deleted cache, restarted emulator, etc. It still remains like that.
Simply update your emulators start.bat file to look like the following

Code:
java -Dfile.encoding=UTF8 -jar Habbo-3.5.x-jar-with-dependencies.jar
pause

Don’t forget to change the “x” with the matching number for your emulator e.g 3.5.4

Once done save it and reboot your emulator
 
Last edited:
Status
Not open for further replies.

Users who are viewing this thread

Top