标签: php exception character-encoding redis
我使用utf-8作为默认字符集。它在PHP.ini和header中设置。我需要Redisent库并捕获它抛出的异常。当我显示一条错误信息时,它总是在Windows-1251中(它是Windows默认的俄罗斯西里尔字符集)。我试图用UTF-8保存Redisent的源文件Redis.php,但它没有帮助。