This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit fb6a1481f945ea6bf750d218e976adc3118e72f8 Author: David Capello <[email protected]> Date: Mon Mar 14 12:09:59 2016 -0300 Select Unicode charmap --- src/ft/lib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ft/lib.h b/src/ft/lib.h index 9bf35d1..411e803 100644 --- a/src/ft/lib.h +++ b/src/ft/lib.h @@ -38,6 +38,8 @@ namespace ft { FT_Face face = nullptr; FT_Error err = FT_Open_Face(m_ft, &args, 0, &face); + if (!err) + FT_Select_Charmap(face, FT_ENCODING_UNICODE); return face; } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

