Hi developers,

I found that the UTF-8 character "…" in string in 
source/blender/editors/interface/interface_widgets.c doesn't compile under 
MSVC2008 (Simplified Chinese edition), because the default code page isn't 
UTF-8, but CP936. I changed it to "\xE2\x80\xA6" (the hard-coded UTF-8 
representation of "…") then it compiled. Can you adopt this code change?        
                                   
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to