rejetto forum

Help!Build #086 Can't READ deeper file structure while using other language!

0 Members and 1 Guest are viewing this topic.

Offline letterboy

  • Occasional poster
  • *
    • Posts: 34
    • View Profile
 ??? ??? What is the problem ??? ???

I am using some flash player in different template.
The playlist which i used is make by myself , it works perfectly under build #71 , but after build #8x , doesn't work anymore except ENGLISH NAME!!!

My folder structure is like this:

/Mp3/Chinese/(Chinese)中文/(Chinese)中文.mp3

My "playlist.xml"Example (expect in chinese files):

<location>(Chinese)中文.mp3</location><---This works in Build #071(can read chinese) BUT BOT #086(can read english only)!!!

But under build #086 with flash player , it won't plays anymore!Except i changed something like this in "playlist.xml" :

<location>/Mp3/Chinese/(Chinese)中文/(Chinese)中文.mp3</location>

Than plays well in build #086.

Why i have to type full folder structure to it and read?What is the problem here?When i used Chinese in direct file, its dead , but english is fine.

Help, rejetto!!Thx :'(
« Last Edit: January 28, 2007, 12:37:10 AM by letterboy »


Offline letterboy

  • Occasional poster
  • *
    • Posts: 34
    • View Profile
Also , why in windows 98 English version visit my site will get something like ???.mp3 (???is chinese)

I mean the above situation is in flash player.But downloading is okay , can't play directly in the list , is windows98 can't reads chinese?


Offline MarkV

  • Tireless poster
  • ****
    • Posts: 764
    • View Profile
Windows 2000 was the first version with full UTF8 support. There exists an Unicode layer for Win98, though.

MarkV
http://worldipv6launch.org - The world is different now.


Offline Garphy

  • Occasional poster
  • *
    • Posts: 80
    • View Profile
first  :  menu - URL encoding - disable "Encode non-ASCII Charaters"(禁用编码非ASCII字符)

then,if problem remained,
open playlist.xml by using Notepad, save as UTF-8 mode,try again
(另存为,编码格式选择UTF-8)


Offline letterboy

  • Occasional poster
  • *
    • Posts: 34
    • View Profile

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
what template are you using?
do you know if your template is using UTF8 ? if you are unsure about it, you can attach the template here in the foroum.

you should also check if the player you are using supports UTF8.

in new HFS, UTF8 is not mandatory. it is just the default choice.


Offline letterboy

  • Occasional poster
  • *
    • Posts: 34
    • View Profile
The template i used is here:

http://www.rejetto.com/forum/index.php?topic=4071.0

 :-\ :-\

Their default language (i think) is ISO-8005 , not utf 8 , is that mean can't read?

However , when i directly link to my folder under HFS(Real folder , inside have playlist.xml):

<location>(Chinese)中文.mp3</location><---This works again even under "Big5"!!

But i have many folders under a folder , it's annoying to add that much!

What is the problem?Template?HFS?Folder structure?.....Help


Offline Garphy

  • Occasional poster
  • *
    • Posts: 80
    • View Profile
edit the template file"hfs.tpl":(you should shut donw the hfs first)
then search for "charset"
modify as "charset=UTF-8"
example:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

then save the file as UTF-8 type


Offline rejetto

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

Offline Giant Eagle

  • Tireless poster
  • ****
    • Posts: 535
  • >=3 RAWR!
    • View Profile
    • RAWR-Designs.com
Thnx for letting me know rejetto ;D

The charset in v1.2 is, like garphy mentioned, UTF-8.. but since i dont have any files that contain chinese characters.. im unable to test it myself.

If you want, i can give you upload rights to test the player on the newest version of the template.



Offline letterboy

  • Occasional poster
  • *
    • Posts: 34
    • View Profile
Still very strange , is the Version 1.2 template going to be UTF-8 format?

Hope it comes up fast.


Offline Giant Eagle

  • Tireless poster
  • ****
    • Posts: 535
  • >=3 RAWR!
    • View Profile
    • RAWR-Designs.com
If i can get it working, then yes..

But for now it seems i cant get it to work and i have absolutly no idea how to make it work, i really need some help on this one.

I tried saving the hfs.tpl to UTF-8 format, tried implementing the charset=UTF-8, but the chinese characters still seem to show up as question marks.



Offline letterboy

  • Occasional poster
  • *
    • Posts: 34
    • View Profile
i have tested , actually , you don't have to make the template save as UTF-8.Because HFS can't read them.
Just do the <Charset="UTF-8"> , and than it will work as UTF-8 and seems normal.I can work it on the Internet Explorer 6 but not firefox.

Actually , after i have set the UTF-8 into the template , Build #086 can read successfully in the deeper folder already! :D

But , some of the files /folders  can't read them , even can't read what is the folder we are in(but did not returns 404 error).Strange.....When internet explorer can read , firefox can't read.Is this the language problem....?why #071 doesn't have this problem?

Thx all.




Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
Quote
why #071 doesn't have this problem?

Maybe you was not using UTF8 in #071 ?
Using no UTF8 make it easier to work for "local" systems, but it is not the ultimate solution. Unicode is. We must go in the unicode direction, and fix all the problems, step by step.

Who doesn't want unicode can always "disable" it by changing the charset in the template.