diff --git a/test/README.md b/test/README.md index 1291ee7bc1e..162815d6488 100644 --- a/test/README.md +++ b/test/README.md @@ -51,6 +51,8 @@ venv/bin/pip3 install ./pycapnp -C force-bundled-libcapnp=True venv/bin/python3 build/test/functional/interface_ipc.py ``` +The functional tests assume Python UTF-8 Mode, which is the default on most +systems. On Windows the `PYTHONUTF8` environment variable must be set to 1: ```cmd