• M
    Unicode normalization (#225) · c7e3879c
    Matt Pharr 提交于
    Normalize unicode strings for user-supplied names (objects, materials,
    media, etc.)  Note that there is no need to normalize strings for things
    like the name of the selected sampler, light source types, or the
    parameters provided to pbrt objects, as all of the valid ones are plain old
    ASCII text. We also intentionally do not normalize pathnames, as doing so
    can cause all sorts of trouble.
    c7e3879c
CMakeLists.txt 35.4 KB