rejetto forum

1.6 comin...

rejetto · 291 · 227105

0 Members and 6 Guests are viewing this topic.

Zeca

  • Guest
If I use as command line a vsf file this vsf is automaticaly load, but in this case the log file is not created.

Another thing: sometimes the log file is all in one line.


Offline 326

  • Occasional poster
  • *
    • Posts: 16
    • View Profile
what happened in the new releases?
it used to support some words in Unicode/ASCII Multi-byte Language
even the URLencode don't work now???


Offline 326

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

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
it works great to me
what's the problem?

however, the change is that the encoding in the HTML is now Unicode instead of ANSI. that is, if you use chinese symbols, those should be correctly shown to european users too, because Unicode does not depend of codepages.

the URL copied in clipboard is still ANSI.


Offline 326

  • Occasional poster
  • *
    • Posts: 16
    • View Profile
well it should be like this below without URL Encode

http://127.0.0.1/¤¤¤å¦r¤å¥ó¦WºÙ.jpg

after URL encode it should be like this below

http://127.0.0.1/%A4%A4%A4%E5%A6r%A4%E5%A5%F3%A6W%BA%D9.jpg

but it actully show this in the new RC11

http://127.0.0.1/�����r�����W��.jpg

which & will make the link just to http://127.0.0.1/& instead and get a no page found


Offline 326

  • Occasional poster
  • *
    • Posts: 16
    • View Profile
if the file name in the program is Unicode
then the download page should be in Unicode too
you need to work on that
cause lot of ppl love your program from all over the world ;)


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
Unicode should be used whenever you have a non-ascii filename.
If you have non-ascii filename, you have 2 options
1) use ANSI: only people with your same codepage will see files correctly (mostly people in your country)
2) use UNICODE: anyone who supports unicode will see files correctly, anywhere in the world

that is: unicode is good.
but not everybody supports unicode yet.

the unicode characters in HTML starts with the & symbol and ends with ;
if you see that shit, perhaps your system or font do not support unicode.
your browser should not stop at the & symbol.
what Windows are you using?
what browser?
are you using the default template?

if i copy the URL from IE or Opera, this is what i get
Quote
http://koma/¤¤¤å¦r¤å¥ó¦WºÙ.jpg
that's right

i fear i will have to put Unicode as an option.

can someone report his experience with new unicode urls ?


Offline 326

  • Occasional poster
  • *
    • Posts: 16
    • View Profile
have you been to this site?
http://www.delphi-gems.com/
there is a lot of things about Unicode
might be helpful to you?


Offline 326

  • Occasional poster
  • *
    • Posts: 16
    • View Profile
Quote from: "rejetto"
Unicode should be used whenever you have a non-ascii filename.
If you have non-ascii filename, you have 2 options
1) use ANSI: only people with your same codepage will see files correctly (mostly people in your country)
2) use UNICODE: anyone who supports unicode will see files correctly, anywhere in the world

that is: unicode is good.
but not everybody supports unicode yet.

the unicode characters in HTML starts with the & symbol and ends with ;
if you see that shit, perhaps your system or font do not support unicode.
your browser should not stop at the & symbol.
what Windows are you using?
what browser?
are you using the default template?

if i copy the URL from IE or Opera, this is what i get
Quote
http://koma/¤¤¤å¦r¤å¥ó¦WºÙ.jpg
that's right

i fear i will have to put Unicode as an option.

can someone report his experience with new unicode urls ?

well i am using Windows XP with MUI
IE 6.0
i have installed ISO10646 fonts for Chinese Traditional
so system or font don't support is not true at all
i just download your rc11 and run it straight away

this >> ¤¤¤å¦r¤å¥ó¦WºÙ << is 7 multi-byte ASCII in Chinese Big5



Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
i will take a look at that
i'm was using delphi standard functions for unicode/utf-8, they should be right

can someone have a look at the output, to see if it is compliant or what?


Anonymous

  • Guest
Quote from: "rejetto"
let's start trying http://www.rejetto.com/temp/hfs.exe
I suggest to replace the bad link to the latest rc at the beginning of this topic...


Offline SAT

  • Occasional poster
  • *
    • Posts: 13
    • View Profile
I downloaded 1.6 rc11. Thank You!! Im running on windows xp sp1
Before I setup in a directory I cleaned out all the old versions, from the registry also. deleted all the old templates & vfs files.
setup in a clean directory and build a vfs with a user list & a custom template. All works great!!
The problem Im having is when I close hfs and restart I lose all the usernames? how do I save the username/passwrds?
TIA

Sat


Offline Rafi

  • Tireless poster
  • ****
    • Posts: 452
    • View Profile
Quote from: "SAT"
how do I save the username/passwrds?
TIA

Sat
Menu->Save-options->Auto-save options on exit


Offline SAT

  • Occasional poster
  • *
    • Posts: 13
    • View Profile
Quote from: "Rafi"
Quote from: "SAT"
how do I save the username/passwrds?
TIA

Sat
Menu->Save-options->Auto-save options on exit

Thanks for your reply Rafi, but I have selected this already and lost the username/passwords each time hfs was closed.

Now after reboot and close hfs a few times the usernames/passwords are saved. So its working fine now. I chose save to registry also..maybe this caused the delay in saving the input?

I like the new Icon's :D