I used 0.4.0.9b version
If I shared some file , I found a problem...
If file is chinese SC name or japanese or chinese TC name , in RetorShare have tumble style....Can't read any none enligsh file name...




else if (details.type == DIR_TYPE_DIR) /* Dir */
{
switch(coln)
{
case 0:
return QString::fromUtf8(details.name.c_str());
break;
case 1:else if (details.type == DIR_TYPE_FILE) /* File */
{
switch(coln)
{
case 0:
return QString::fromUtf8(details.name.c_str());
break;
case 1:
defnax wrote:You problems has todo with display or use the japanese or chinese characters correctly seems when it has some not readable characters in filenames retroshare wont display correctly or wont share it.
defnax wrote:the display of the filename is defined in RemoteDirModel but normally it must work, im not sure why like this type we use:

Return to RetroShare for Windows
Users browsing this forum: No registered users and 1 guest