Closed (fixed)
Project:
Humans.txt
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2011 at 08:41 UTC
Updated:
17 Nov 2025 at 12:21 UTC
Jump to comment: Most recent
Comments
Comment #1
pcambraHave you tried dev versions? there is a fix there for the encoding problems.
Being a plain textfile, I don't see how you plan to insert there an image
Comment #2
Robin Millette commentedAn image? ASCII art rules! Or should we call it Unicode art? Anyhow, I guess that's what he means by painting a logo and that the whitespace got cleanup up, messing with his creativity.
Comment #3
sergio.cerrutti commentedI mean an ASCII logo, as Robin said.
Anyway, I don't remember the version that I've used, I'll try the dev version next time.
Thx Pedro.
Comment #4
kryzamatt commentedSame problem here.
To get it working, I made a little change in the humanstxt.module file, line 53. The idea is to specify the content type's charset. As you can see, I just added 'charset=utf-8' right after 'text/plain;' :
Comment #5
pcambraI'm happy to include this, would you submit a patch?
Comment #6
pcambraRemoved a couple of lines that trimmed the spaces so ascii artists are happy.
Comment #8
avpaderno