Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Some sort of bug : corrupted translations

fat115
Posts: 11
Joined: Sun May 11, 2014 9:18 am
Location: France

Some sort of bug : corrupted translations

Unread post by fat115 »

Hi all,
Is there someone here who could tell Shane 'gelvo' Gelven that each time he commits sql files nubuilder.sql & nu_template.sql on the github repo, it corrupts contents of the table zzzsys_translate ?
It begins with weird characters replacing non-ASCII ones and then it grows at each commit.
Example with a russian string :

Code: Select all

INSERT INTO `zzzsys_translate` VALUES ('56c3069cad02e02','ru','Report','ÃÃ','2016-02-16 14:23:08','globeadmin','2016-02-16 14:23:08','globeadmin','2016-02-16 14:23:10','globeadmin'),
Below are nubuilder.sql and nu_template.sql from 'last' commit ( https://github.com/nuSoftware/nuBuilder ... 7a87e59980 ) with correct translations.
The third file contains only the dump for the table zzzsys_translate.
Attachments
testv3blank_zzzsys_translate.sql.gz
(11.6 KiB) Downloaded 305 times
nu_template_trl_corrected.sql.gz
(69.3 KiB) Downloaded 302 times
nubuilder_trl_corrected.sql.gz
(69.23 KiB) Downloaded 296 times
Post Reply