rejetto forum
May 24, 2012, 01:44:35 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: This forum is free, you do NOT need to register to post. But you may.
PROBLEMS? QUESTIONS? CLICK HERE!
Fill the survey!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: one URL encoding question...  (Read 2158 times)
0 Members and 2 Guests are viewing this topic.
Garphy
Experienced poster
***
Offline Offline

Posts: 80


View Profile Email
« on: December 23, 2006, 02:25:58 AM »

HFS is verrrrrrrry good~
so I've made a Chinese version.

now I have a question about the URL:

the following function check doesn't work:
"Encode non-ASCII characters"

disable it,but the URL still encoded like:
http://172.16.38.150/%BF%CE%BC%FE/
(IE isn't compatible well with it...)

so I wanna to set the URL like:
http://172.16.38.150/课件/

what's more:
"Encode spaces" shows its effect in the program Address bar,but ineffective in the brownser...
« Last Edit: December 23, 2006, 03:37:32 AM by Garphy » Logged
Garphy
Experienced poster
***
Offline Offline

Posts: 80


View Profile Email
« Reply #1 on: December 23, 2006, 11:05:15 AM »

up...

any reply???
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11829


View Profile
« Reply #2 on: December 23, 2006, 08:00:27 PM »

your message is "in queue" Smiley
had no time to study your problem yet
Logged
Garphy
Experienced poster
***
Offline Offline

Posts: 80


View Profile Email
« Reply #3 on: December 23, 2006, 11:25:29 PM »

well~
just wait for your good news~
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11829


View Profile
« Reply #4 on: December 24, 2006, 08:42:49 PM »

about the "non-ASCII", there was actually a bug, fixed in next build (076, to be published).

about the spaces, that's how it is intended to work. Inside generated pages all is encoded, to ensure it will work.
Logged
Garphy
Experienced poster
***
Offline Offline

Posts: 80


View Profile Email
« Reply #5 on: December 25, 2006, 09:55:06 AM »

about the "non-ASCII", there was actually a bug, fixed in next build (076, to be published).

about the spaces, that's how it is intended to work. Inside generated pages all is encoded, to ensure it will work.


woooo~
so good a news~

but test failed...
just like the description above,the check about "non-ASCII" only show the function in the program Address bar,but not in the IE....

addtion:chinese characters by using UTF-8 still abnormal
(characters in the filename normal, characters in the source of page abnormal,still occurs that: % take the place of > in the page source,this lead to the display error)


[attachment deleted by admin]
Logged
rejetto forum
« Reply #5 on: December 25, 2006, 09:55:06 AM »

Do you like this software? Consider even $2
 Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11829


View Profile
« Reply #6 on: December 27, 2006, 07:50:47 PM »

just like the description above,the check about "non-ASCII" only show the function in the program Address bar,but not in the IE....

that's how it is intended to work

Quote
addtion:chinese characters by using UTF-8 still abnormal
(characters in the filename normal, characters in the source of page abnormal,still occurs that: % take the place of > in the page source,this lead to the display error)

that's sad. to fix this problem i need someone in chat to test builds.
Logged
Garphy
Experienced poster
***
Offline Offline

Posts: 80


View Profile Email
« Reply #7 on: January 01, 2007, 01:09:45 AM »

i'd like to help you test
my email: garphy22#gmail.com
Logged
Garphy
Experienced poster
***
Offline Offline

Posts: 80


View Profile Email
« Reply #8 on: January 03, 2007, 10:37:55 AM »

Quote
of course...
i just want to make URL in its origin form(not %E5%9B%9B...)

let's discuss here...
have you understand what I said ?
(still unused to talk in English Embarrassed Embarrassed Embarrassed)
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11829


View Profile
« Reply #9 on: January 06, 2007, 10:11:02 PM »

ok, let's try applying the non-ascii option also to links inside pages.
next build.
Logged
Garphy
Experienced poster
***
Offline Offline

Posts: 80


View Profile Email
« Reply #10 on: January 07, 2007, 03:18:30 AM »

nice~
Logged
Garphy
Experienced poster
***
Offline Offline

Posts: 80


View Profile Email
« Reply #11 on: January 07, 2007, 11:41:10 PM »

this bug fixed yet~
Good job~ Wink
Logged
xwh
Guest


Email
« Reply #12 on: January 09, 2007, 09:49:30 AM »

[file]
<tr><td>%new% <a href="%item-url%"><img src="/~img_file" /> %item-name%</a>%comment%<td align=right>%item-size%<td align=right>%item-modified%<td align=right>%item-dl-count%

[folder]
<tr><td>%new% <a href="%item-url%"><img src="/~img_folder" /> <b>%item-name%</b></a>%comment%<td align=center><i>folder</i><td align=right>%item-modified%<td align=right>%item-dl-count%

[link]
<tr><td>%new% <a href="%item-url%"><img src="/~img_link" /> <b>%item-name%</b></a>%comment%<td colspan=3 align=center><i>link</i>

html template
"%item-url%"---"%item-name%"   That's ok!

[file]
<tr><td>%new% <a href="%item-name%"><img src="/~img_file" /> %item-name%</a>%comment%<td align=right>%item-size%<td align=right>%item-modified%<td align=right>%item-dl-count%

[folder]
<tr><td>%new% <a href="%item-name%"><img src="/~img_folder" /> <b>%item-name%</b></a>%comment%<td align=center><i>folder</i><td align=right>%item-modified%<td align=right>%item-dl-count%

[link]
<tr><td>%new% <a href="%item-name%"><img src="/~img_link" /> <b>%item-name%</b></a>%comment%<td colspan=3 align=center><i>link</i>
Logged
Garphy
Experienced poster
***
Offline Offline

Posts: 80


View Profile Email
« Reply #13 on: January 10, 2007, 12:01:47 AM »

now,no problem...

it's needed to encode the space in the filename...
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!


Google visited last this page May 22, 2012, 01:35:07 PM
anything