Hi, I had a problem with the coding of the text on my character's sheet, in the preview area the sheet looks okey, but after completing the pull request, I could see that all the accents and the letter "ñ" were wrong, I suppose the solution is relative to the text encoding. Can I use a tag like that on this platform? : <meta http-equiv = "Content-Type" content = "text / html; charset = utf-8" /> or I have to replace each symbol with the html code, for example: á -> & aacute; these are the possible solutions that I have tought, any help is appreciated.