ics has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
prxq_ has joined #nanoc
prxq has quit [Ping timeout: 276 seconds]
drcable has quit [Quit: Leaving.]
drcable has joined #nanoc
alerante has quit [Remote host closed the connection]
alerante has joined #nanoc
alerante has quit [Changing host]
alerante has joined #nanoc
alerante has quit [Ping timeout: 252 seconds]
drcable1 has joined #nanoc
drcable has quit [Ping timeout: 252 seconds]
alerante has joined #nanoc
alerante has quit [Ping timeout: 260 seconds]
drcable1 has quit [Quit: Leaving.]
drcable has joined #nanoc
drcable has quit [Ping timeout: 252 seconds]
ics has joined #nanoc
pkunc has joined #nanoc
alerante has joined #nanoc
alerante has quit [Ping timeout: 246 seconds]
Keltia has quit [Read error: No route to host]
ics has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
VitamineD has quit [Quit: Computer has gone to sleep.]
VitamineD has joined #nanoc
cDlm has joined #nanoc
cDlm has quit [Client Quit]
cDlm has joined #nanoc
VitamineD has quit [Read error: Connection reset by peer]
alerante has joined #nanoc
drcable has joined #nanoc
alerante has quit [Ping timeout: 245 seconds]
drcable has quit [Ping timeout: 268 seconds]
ctp has joined #nanoc
drcable has joined #nanoc
drcable1 has joined #nanoc
drcable has quit [Ping timeout: 246 seconds]
drcable1 has quit [Ping timeout: 264 seconds]
cDlm is now known as VitamineD
drcable has joined #nanoc
alerante has joined #nanoc
drcable has quit [Quit: Leaving.]
VitamineD has quit [Ping timeout: 245 seconds]
jugglinmike has joined #nanoc
bobbens has left #nanoc ["weee"]
alerante has quit []
myghty has joined #nanoc
<myghty>
good evening :)
TobiasFar has quit [Ping timeout: 245 seconds]
TobiasFar has joined #nanoc
bobbens has joined #nanoc
<bobbens>
is there some way to stop a href from getting unicode escaped?
<bobbens>
it's linking to "#<some unicode>", but that link turns to something like "#309850213850299034032" or whatever it is, and it doesn't recognize the element (it's supposed to link to some div id that is proper unicode)
pkunc has quit [Quit: Leaving.]
<bobbens>
I don't even know where this replacement is happing :|
<bobbens>
looks like it's nokogiri
<bobthecow>
have you explicitly set your encoding to utf-8?
pkunc has joined #nanoc
pkunc has quit [Quit: Leaving.]
pkunc has joined #nanoc
<bobbens>
yes, it makes sense, I mean tidy freaks out about this, but in the case of hrefs pointing to elements it's unnecessary
<bobbens>
so I'll just write a filter to fix it if I can :)
<bobbens>
bastards reescape it later it seems :|
<bobthecow>
your best bet will always be to only use ascii in identifiers.