Page Menu
Home
Search
Configure Global Search
Log In
Files
F11136
interface_handlers.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Ľuboš Mudrák (bigbob1993)
Nov 13 2013, 2:21 PM
Size
737 B
Subscribers
None
interface_handlers.patch
View Options
Index: interface_handlers.c
===================================================================
--- interface_handlers.c (revision 32670)
+++ interface_handlers.c (working copy)
@@ -1589,12 +1589,8 @@
{
if(but) {
if(ui_is_utf8_but(but)) {
- int strip= BLI_utf8_invalid_strip(but->editstr, strlen(but->editstr));
- /* not a file?, strip non utf-8 chars */
- if(strip) {
- /* wont happen often so isnt that annoying to keep it here for a while */
- printf("invalid utf8 - stripped chars %d\n", strip);
- }
+ /* this character will be saved, but will not be rendered correctly(except in game engine with the right font) */
+ printf("warning: non-standard utf-8 character\n");
}
if(data->searchbox) {
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fe/45/ec24210fda899ef4be3c554208e3
Event Timeline
Log In to Comment