rejetto forum

Uploaded filename error under UTF-8

Garphy · 31 · 11901

0 Members and 1 Guest are viewing this topic.

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile

Offline Garphy

  • Occasional poster
  • *
    • Posts: 80
    • View Profile
my network speed is too low to log on even msn...
what's the trouble in the filename?



Offline day

  • Occasional poster
  • *
    • Posts: 65
    • View Profile
OMG...finally fixed! Great job!
However...
found another bug:

which should originally look like this:


This bug appears only on uploading...




Offline Garphy

  • Occasional poster
  • *
    • Posts: 80
    • View Profile
done!
 :D
if no other bug this could be a stable version~


Offline Garphy

  • Occasional poster
  • *
    • Posts: 80
    • View Profile
new test progress:

besides uploaded filename and name in the log,
there are 3
ignored places:

1.progress bar
2.~files.lst?recursive
3.Download manager tpl


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
1. fixed in next build
2. can't reproduce, seems to be working good here. can you furnish a screenshot?
3. how did you test?


Offline Garphy

  • Occasional poster
  • *
    • Posts: 80
    • View Profile
1. that's ok~

2. we know,~files.lst?recursive will list a txt,view the source is all right,
but error in IE,because the default charset of IE isn't UTF-8,I think add a tpl for the funtion will be ok.

3. Flashget,just display error
declare UTF-8 in default DMBROWNSERTPL doesn't work...

086 version is quite well now~
just take it easy to fix the bugs~
looking forward to the new features in the plan


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
2. ~file.lst is a simple ASCII txt made of URLs. if you see things like %E3%A4%F8 it is all ok, it is not a bug. if your problem is different please furnish a screenshot.
aside from this, a tpl for this function is already available, search for "filelist.tpl" in the documentation/wiki

3. i don't have flashget. can you furnish a screenshot?


Offline Garphy

  • Occasional poster
  • *
    • Posts: 80
    • View Profile
2.ohhh,i just forgot that tpl...
now i see,here's an available "filelist.tpl":
Code: [Select]
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body><div>%files%</div></body>
</html>

[files]
%list%

[file]
http://%host%%encoded-folder%%item-url%<br>

3.the last one,just look at this:
as the same,gbk is ok,error under UTF-8

[attachment deleted by admin]
« Last Edit: January 26, 2007, 06:53:25 PM by Garphy »


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
2. no %symbol% in the TPL you reported should make use of the UTF8 specified, AFAIK

3. is there any problem in the screenshot you posted? can you specify where?


Offline Garphy

  • Occasional poster
  • *
    • Posts: 80
    • View Profile
3.nearly all the chinese charaters

i think it's the soft that doesn't support utF-8 well...

it's not a key bug,so,i don't mind it much...


Killua

  • Guest
3.nearly all the chinese charaters

i think it's the soft that doesn't support utF-8 well...

it's not a key bug,so,i don't mind it much...
However,if the soft is full Unicode support (UTF-16 for the soft,UTF-8 for the web),that is perfect...
Will the full Unicode support be in future plan?