[pdal] Non-English characters

Mateusz Loskot mateusz at loskot.net
Tue Jan 16 09:35:46 PST 2018


On 16 January 2018 at 18:09,  <pidgeon13 at googlemail.com> wrote:
>
> Attached is such a file. I am developing on Windows, specifically in VS2015.

How do you pass non-ASCII path to PDAL?

By prompting for it via a GUI file browser then passing down to PDAL?

By hard-coding such path as string literal in source code, eg. .cpp file?

Check https://docs.microsoft.com/en-us/cpp/build/reference/utf-8-set-source-and-executable-character-sets-to-utf-8
for:

By default, Visual Studio detects a byte-order mark to determine if
the source file is in an encoded Unicode format, for example, UTF-16
or UTF-8.
If no byte-order mark is found, it assumes the source file is encoded
using the current user code page, unless you have specified a code
page by using /utf-8 or the /source-charset option


Best regards,
-- 
Mateusz Loskot, http://mateusz.loskot.net


More information about the pdal mailing list