$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2022-08-16 00:08:58
Ðа пн, 15.08.2022 г. в 16:54 Ñ. Vinnie Falco via Boost <
boost_at_[hidden]> напиÑа:
> it should
> be completely portable, except that it requires that directories are
> possible and that the filesystem isn't weird (I don't really care
> about compatibility with grandpa's EPROMs that can hold 9-bit flat
> files).
>
AFAIK on posix it is usual that file names are simply zero terminated byte
sequences, which means that UTF-8 won't be _completely_ portable, and not
only on grandpa's EPROMs.