vmangos / core

Progressive Vanilla Core aimed at all versions from 1.2 to 1.12
GNU General Public License v2.0
691 stars 491 forks source link

fix umlauts, fix broken HTML p tags, fix src paths inside img tags #2792

Closed wntrkid closed 1 month ago

wntrkid commented 1 month ago

🍰 Pullrequest

This PR fixes several character issues in table 'locale_page_text' column 'Text_loc3' (german). Umlauts are missing and HTML is broken. HTML source code appear in the game.

Proof

Before the fix: wow_html_brkn wow_chars_brkn

After the fix: wow_html_fixed

Issues

How2Test

To verify the effective changes a diff on character level is recommended. Dump table 'locale_page_text' before and after applying the fix, then do: git diff --no-index --word-diff=color --word-diff-regex=. dump_before.sql dump_after.sql