rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 326

Pages: 1 2
1
HFS ~ HTTP File Server / Minimizing exe file size when compiling
« on: April 28, 2004, 01:08:10 AM »
he is using UPX to compress the file

2
HFS ~ HTTP File Server / 1.6 comin...
« on: March 16, 2004, 05:36:21 PM »
Does the URL encode in Unicode or UTF-8?

3
HFS ~ HTTP File Server / 1.6 comin...
« on: March 04, 2004, 03:28:53 AM »
have you think about adding a Encoding option in the HTML page?

like this

<META http-equiv=Content-Type content="text/html; charset=utf-8">
or
<META http-equiv=Content-Type content="text/html; charset=Unicode">

4
HFS ~ HTTP File Server / 1.6 comin...
« on: March 04, 2004, 03:25:57 AM »
it is fine with disabled unicode, but still what is the problem with the Unicode function?

5
HFS ~ HTTP File Server / 1.6 comin...
« on: February 12, 2004, 10:15:54 AM »
I added just one picture into the HFS
which the file name is in Chinese

but when the Unicode Option is on
it show something like this
http://192.168.1.101/�����r�����W��.jpg
exactly like this all "�"
which is of course not right at all

just URL Encode is like this
http://192.168.1.101/%A4%A4%A4%E5%A6r%A4%E5%A5%F3%A6W%BA%D9.jpg

6
HFS ~ HTTP File Server / 1.6 comin...
« on: February 08, 2004, 03:17:35 PM »
I have ask someone with more knowlegal about Unicode
but he said that it is not recommended to use Unicode as URL
Just normal URL Encode is enough

7
HFS ~ HTTP File Server / 1.6 comin...
« on: February 05, 2004, 06:56:41 PM »

8
HFS ~ HTTP File Server / 1.6 comin...
« on: February 05, 2004, 06:37:12 PM »
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

9
HFS ~ HTTP File Server / 1.6 comin...
« on: February 05, 2004, 04:45:59 PM »
have you been to this site?
http://www.delphi-gems.com/
there is a lot of things about Unicode
might be helpful to you?

10
HFS ~ HTTP File Server / 1.6 comin...
« on: February 05, 2004, 03:12:41 AM »
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 ;)

11
HFS ~ HTTP File Server / 1.6 comin...
« on: February 05, 2004, 03:07:57 AM »
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

12
HFS ~ HTTP File Server / 1.6 comin...
« on: February 04, 2004, 09:45:47 PM »
the URL force encode it into some weird hex??

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

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

13
HFS ~ HTTP File Server / 1.6 comin...
« on: February 04, 2004, 09:43:07 PM »
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???

14
HFS ~ HTTP File Server / 1.6 comin...
« on: January 02, 2004, 10:12:13 AM »
Quote from: "rejetto"
well, browsing through the source i found a fullEncode variable that forces encoding, no matter for options.
this variable was used on page generator.
i just don't remember why i introduced it. :(
i will try to disable it and see what happens. (in next 1.6 test release)

have you tested it out yet?

15
HFS ~ HTTP File Server / Connection Problem with HFS 1.5 rc5
« on: December 26, 2003, 12:19:56 AM »
you are most welcome, glad i can help

Pages: 1 2