benschwarz / bonsai

A tiny static web site generator
http://tinytree.info/
MIT License
297 stars 39 forks source link

Umlauts in directory names are not rendered correctly on the generated page #22

Open jsilence opened 12 years ago

jsilence commented 12 years ago

The directory names in the content tree are transformed into navigational links on the generated pages. While the URL-encoding for the actual URLs is done correctly, the link text is lacking the umlaut glyphs. Instead there are two blanks, which indicates that there is something wrong with the UTF-8 transcoding.

LANG=en_US.UTF-8 is set for the shell.

benschwarz commented 12 years ago

Can you provide some examples that I can use as a test case?

On Friday, 21 October 2011 at 2:12 AM, jsilence wrote:

The directory names in the content tree are transformed into navigational links on the generated pages. While the URL-encoding for the actual URLs is done correctly, the link text is lacking the umlaut glyphs. Instead there are two blanks, which indicates that there is something wrong with the UTF-8 transcoding.

LANG=en_US.UTF-8 is set for the shell.

Reply to this email directly or view it on GitHub: https://github.com/benschwarz/bonsai/issues/22

jsilence commented 12 years ago

Example can be found here: http://trash.ctdo.de/b/191raewt058/umlauts.tgz Link expires in one month.

benschwarz commented 12 years ago

Thanks yo. I got it.

On 21/10/2011, at 8:57 PM, jsilence wrote:

Example can be found here: http://trash.ctdo.de/b/191raewt058/umlauts.tgz Link expires in one month.

Reply to this email directly or view it on GitHub: https://github.com/benschwarz/bonsai/issues/22#issuecomment-2479547