Page MenuHome

interface_handlers.patch

interface_handlers.patch

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");
}
if(data->searchbox) {

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
40/71/bac79d298de03d4fa3c097240004

Event Timeline