$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2023-02-07 13:58:19
Ruben Perez wrote:
> A couple of questions for Peter:
>
> > > How is boost.mustache different than https://github.com/no1msd/mstch
> ?
>
> 1. If we get the library into Boost, is it an option to get it listed in
> https://mustache.github.io/?
I don't know; we can certainly try.
> 2. Does Mustache make any assumptions on encoding?
> From the code I'd say UTF8 but I can't find anything in the spec.
I can't find anything about encoding in the Mustache specs either,
but UTF-8 sounds like the right thing.