• Kevin Modzelewski's avatar
    Support unicode literals in source files · bd80565f
    Kevin Modzelewski authored
    Currently storing + passing unicode strings around as UTF-encoded bytestrings
    in std::string; maybe it'd be nice to have the type system show that these are
    actually unicode strings, or to use the CPython internal representation (UCS4?)
    to reduce the number of encodings/decodings.
    bd80565f
link_forcer.cpp 3.01 KB