This is related to this: twig replaces non ascii characters with entities
None of the comments/answers have helped me. I also tried on #Symfony IRC without success.
So I believe my only option is to debug Twig, that is with XDebug and Netbeans I want to use the "Debug project" / "Step into" etc. commands.
But I have no idea where to put my first breakpoint, I can't find where all of this starts in Twig, what's the "main" function.