Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > How to upload a £

Reply
Thread Tools

How to upload a £

 
 
Justin Time
Guest
Posts: n/a
 
      07-05-2008
Hi Guys

My keyboard has no £ key so if I need one I either copy and paste one or use
alt 0163......... works ok.
Problem :
When I put one in editor though, I see it ok but when uploaded displays a
small square box where the £ sign should be.
Any suggestions on what to do appreciate.

 
Reply With Quote
 
 
 
 
Justin Time
Guest
Posts: n/a
 
      07-05-2008

"Ed Mullen" <> wrote in message
news:. ..
> Justin Time wrote:
>> Hi Guys
>>
>> My keyboard has no £ key so if I need one I either copy and paste one or
>> use alt 0163......... works ok.
>> Problem :
>> When I put one in editor though, I see it ok but when uploaded displays a
>> small square box where the £ sign should be.
>> Any suggestions on what to do appreciate.

>
> Sounds like a character set difference. What do you mean by uploading? To
> where? In what form? And what editor are you using?
>
> --
> Ed Mullen
> http://edmullen.net
> If it weren't for the gutter, my mind would be homeless.


I use WS ftp to upload to my web pages. I use Coffee cup html 2008 editor. I
upoad to web pages using either. I have tried changing the transfer mode
from auto to binary to ascii but still only a small box shpwing.












 
Reply With Quote
 
 
 
 
Justin Time
Guest
Posts: n/a
 
      07-05-2008

"Justin Time" <> wrote in message
news:h%Pbk.231096$2...
>
> "Ed Mullen" <> wrote in message
> news:. ..
>> Justin Time wrote:
>>> Hi Guys
>>>
>>> My keyboard has no £ key so if I need one I either copy and paste one or
>>> use alt 0163......... works ok.
>>> Problem :
>>> When I put one in editor though, I see it ok but when uploaded displays
>>> a small square box where the £ sign should be.
>>> Any suggestions on what to do appreciate.

>>
>> Sounds like a character set difference. What do you mean by uploading?
>> To where? In what form? And what editor are you using?
>>
>> --
>> Ed Mullen
>> http://edmullen.net
>> If it weren't for the gutter, my mind would be homeless.

>
> I use WS ftp to upload to my web pages. I use Coffee cup html 2008 editor.
> I upoad to web pages using either. I have tried changing the transfer mode
> from auto to binary to ascii but still only a small box shpwing.
>
>


The page I am refering to
http://www.steveonline.info/animatedsignatures.html

 
Reply With Quote
 
Jukka K. Korpela
Guest
Posts: n/a
 
      07-05-2008
Scripsit Justin Time:

> My keyboard has no £ key so if I need one I either copy and paste one
> or use alt 0163......... works ok.


Or you could use &pound; in HTML, or you could use a keyboard layout
that assigns £ to some suitable key or combination. Switching between
keyboard layouts is actually rather easy and fast, once you get used to
the idea. E.g., the US International keyboard layout lets you work with
a normal US keyboard with extra features (e.g., AltGr+Shift+4 produces
£, where AltGr = right Alt; not too difficult to remember, since Shift+4
is $).

> When I put one in editor though, I see it ok but when uploaded
> displays a small square box where the £ sign should be.


Haven't you noticed how often people explain why you should post a URL
to illustrate your problem?

My crystal ball says that the problem is at line 1 of your .htaccess
file (possibly because it is missing).

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

 
Reply With Quote
 
Jukka K. Korpela
Guest
Posts: n/a
 
      07-05-2008
Scripsit Justin Time:

> http://www.steveonline.info/animatedsignatures.html


So you need to create a .htaccess file with the content
AddType text/html;charset=iso-8859-1 html

This will make browsers override the meta hacks that you now have and
that claim the document to be utf-8 encoded (it isn't). If this doesn't
work, your service provider has prevented .htaccess customization.

In that case, or anyway, you could alternatively change utf-8 to
iso-8859-1 in the meta hack. It's simpler, actually.

Or you could use just &pound;.

Or you could _really_ use utf-8, though using it for the sake of
including £ is like shooting at flies with missiles.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

 
Reply With Quote
 
Justin Time
Guest
Posts: n/a
 
      07-05-2008

"Jukka K. Korpela" <> wrote in message
news:YmQbk.27948$_ .fi...
> Scripsit Justin Time:
>
>> http://www.steveonline.info/animatedsignatures.html

>
> So you need to create a .htaccess file with the content
> AddType text/html;charset=iso-8859-1 html
>
> This will make browsers override the meta hacks that you now have and that
> claim the document to be utf-8 encoded (it isn't). If this doesn't work,
> your service provider has prevented .htaccess customization.
>
> In that case, or anyway, you could alternatively change utf-8 to
> iso-8859-1 in the meta hack. It's simpler, actually.
>
> Or you could use just &pound;.
>
> Or you could _really_ use utf-8, though using it for the sake of including
> £ is like shooting at flies with missiles.
>
> --
> Jukka K. Korpela ("Yucca")
> http://www.cs.tut.fi/~jkorpela/


Well thanks guys.... now cured even though I didn't rearly understand any of
that. Just changing what you have put above as done it.

>>> In that case, or anyway, you could alternatively change utf-8 to

iso-8859-1 in the meta hack. It's simpler, actually. <<<<




 
Reply With Quote
 
Beauregard T. Shagnasty
Guest
Posts: n/a
 
      07-05-2008
Justin Time wrote:

> The page I am refering to
> http://www.steveonline.info/animatedsignatures.html


Couple of other points:

"All my sig's come with" - a grocer's apostrophe

"If you would like a signature doing a small donation"
If you would like a signature, making a small donation

"an animated sig'"

Some extra commas, and some missing ones...

--
-bts
-Friends don't let friends drive Windows
 
Reply With Quote
 
Beauregard T. Shagnasty
Guest
Posts: n/a
 
      07-05-2008
Beauregard T. Shagnasty replied to hisself:

> Justin Time wrote:
>> The page I am refering to
>> http://www.steveonline.info/animatedsignatures.html

>
> Couple of other points:


It just hit me. "a small donation of between £5 and £5000" ...

£5000 for an animated graphic? <Whew!>

--
-bts
-Friends don't let friends drive Windows
 
Reply With Quote
 
Justin Time
Guest
Posts: n/a
 
      07-05-2008

"Beauregard T. Shagnasty" <> wrote in message
news:g4ong2$bh9$...
> Beauregard T. Shagnasty replied to hisself:
>
>> Justin Time wrote:
>>> The page I am refering to
>>> http://www.steveonline.info/animatedsignatures.html

>>
>> Couple of other points:

>
> It just hit me. "a small donation of between £5 and £5000" ...
>
> £5000 for an animated graphic? <Whew!>
>
> --
> -bts
> -Friends don't let friends drive Windows



Which is just my way of saying £5 will do but if your daft
enough...........

Thanks for the comma thing. Now altered but maybe not quite right.

http://www.steveonline.info/animatedsignatures.html

 
Reply With Quote
 
Beauregard T. Shagnasty
Guest
Posts: n/a
 
      07-05-2008
Justin Time wrote:

> "Beauregard T. Shagnasty" wrote:
>> Beauregard T. Shagnasty replied to hisself:
>>> Couple of other points:

>>
>> It just hit me. "a small donation of between £5 and £5000" ...
>>
>> £5000 for an animated graphic? <Whew!>

> [Please trim signatures in newsgroup posts. Thanks.]


> Which is just my way of saying £5 will do but if your daft
> enough...........


...and could scare away someone with money.

> Thanks for the comma thing. Now altered but maybe not quite right.
>
> http://www.steveonline.info/animatedsignatures.html


You missed the apostrophes.
All my sig's
an animated sig'

This sentence needs work:
"The longer the name, the longer it takes to create, so, ideally no
first and second name requests."

If you have a long name, it will take more time to create. Ideally, I
would not care to make first and second name signatures.

"Please contact [me] for more info...."

"with a white background. " .. Why not use a transparent background?
White doesn't look very good on my pale blue page.

--
-bts
-Friends don't let friends drive Windows
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
File upload from client application (non-form based upload) stuart@microsoft.com Python 1 11-25-2006 12:14 AM
Upload a file without file Upload control - ASP.Net =?Utf-8?B?U2FyYXY=?= ASP .Net 3 08-03-2005 01:09 AM
How to detect sizeof upload in order to show status of browser file upload? Heather Fraser Java 0 07-05-2004 12:35 AM
Upload Excel with Macros using HTML File Upload Prakash ASP General 3 11-12-2003 04:26 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57