Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Closed Thread
Converting accented letters into special HTML characters
Old 01-14-2008, 02:54 PM Converting accented letters into special HTML characters
Novice Talker

Posts: 7
Trades: 0
Hi!

Pls, any software is there to convert accented letters into special HTML symbols?

For example:

À - À
Ê - Ê

I have Dreamweaver 9 (CS3) but do not know how to convert.

Thank you!
TTT_B is offline
View Public Profile
 
 
Register now for full access!
Old 01-14-2008, 03:00 PM Re: Converting accented letters into special HTML characters
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Start -> All Programs -> Accessories -> System Tools -> Character Map

For Windows XP anyway.

Dreamweaver

Insert -> Special Character -> Other ...
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
View Public Profile Visit chrishirst's homepage!
 
Old 01-14-2008, 03:00 PM Re: Converting accented letters into special HTML characters
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
You can try this resource: http://www.digitalmediaminute.com/reference/entity/
or this one: http://www.asciitable.com/
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
View Public Profile
 
Old 01-14-2008, 03:51 PM Re: Converting accented letters into special HTML characters
Novice Talker

Posts: 7
Trades: 0
No, I need to auto-convert a lot of french text. Manually I can. But I need it to be auto-converted when I paste the text from the Word into Dreamweaver - is it possible?
TTT_B is offline
View Public Profile
 
Old 01-14-2008, 05:46 PM Re: Converting accented letters into special HTML characters
InfinitySchima's Avatar
Skilled Talker

Posts: 71
Name: Rafael Schimassek
Trades: 0
Using Search&Replace should be an easy method

The code start with " & "
after that you input the letter that is going to get the accent, upper or lower case

then is the code for the accent
´ = acute
` = grave
^ = circ
~ = tilde
¨ = ulm (im not sure about the one)

at the end is the semi-colon " ; "

so all a with accent
&aacute; á
&Aacute; Á
&agrave; à
&Agrave; À
&atilde; ã
&Atilde; Ã
&acirc; â
&Acirc; Â
&aulm; ä
&Aulm; Ä


PS: the " ç " is " &ccedil; "
InfinitySchima is offline
View Public Profile
 
Old 01-14-2008, 06:21 PM Re: Converting accented letters into special HTML characters
Novice Talker

Posts: 7
Trades: 0
InfinitySchima : thank you, but this is not the way I need.

I need it to be auto-converted.


TTT_B is offline
View Public Profile
 
Old 01-14-2008, 06:23 PM Re: Converting accented letters into special HTML characters
tkx
Novice Talker

Posts: 7
Trades: 0
Dreamweaver should do it for you.
tkx is offline
View Public Profile
 
Old 01-14-2008, 06:25 PM Re: Converting accented letters into special HTML characters
Novice Talker

Posts: 7
Trades: 0
I have it. Pls explain me exactly HOW TO DO IT. I am web-designer with more than 10 years experience but I do not know how to do it.

My Dreamweaver - CS3
TTT_B is offline
View Public Profile
 
Old 01-14-2008, 06:29 PM Re: Converting accented letters into special HTML characters
tkx
Novice Talker

Posts: 7
Trades: 0
Usually, If you type a comon symol or paste it in in design mode, it should do it. Or you go to Insert >> HTML >> Special Characters.
Hope that helps
tkx is offline
View Public Profile
 
Old 01-14-2008, 06:54 PM Re: Converting accented letters into special HTML characters
Novice Talker

Posts: 7
Trades: 0
I copy the text in WinWord and then paste it in Dreamweaver, in the design mode. But it does not convert the letters! Do you know exactly what should be done?
TTT_B is offline
View Public Profile
 
Old 01-14-2008, 08:08 PM Re: Converting accented letters into special HTML characters
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
DW isn't going to be able to do this automatically for you, you'll have to do a site-wide search and replace from within DW.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
View Public Profile
 
Old 01-14-2008, 08:37 PM Re: Converting accented letters into special HTML characters
Novice Talker

Posts: 7
Trades: 0
LadynRed, There is a lot of text and it would take a lot of time to manually replace the accented letters.

Hm, I think there should be a software which can automatically recognize such a letters (
Ä ä É é Ö ö and so on ) and replace them with appropriate symbols ( &Auml; &auml; &Eacute; &eacute; &Ouml; &ouml; and so on ).


TTT_B is offline
View Public Profile
 
Old 01-14-2008, 09:31 PM Re: Converting accented letters into special HTML characters
JeremyMiller's Avatar
WT Moderator

Posts: 1,712
Name: Jeremy Miller
Location: Las Vegas, NV
Trades: 0
I don't have DW as I code everything by hand, but in my coding environment I can record macros. You could, if DW supports it, record a macro and only have to do this once.
__________________
Jeremy Miller

Please login or register to view this content. Registration is FREE
JeremyMiller is offline
View Public Profile Visit JeremyMiller's homepage!
 
Old 01-14-2008, 09:49 PM Re: Converting accented letters into special HTML characters
Novice Talker

Posts: 7
Trades: 0
JeremyMiller

I myself code by hand for many years and normally I do not use Dreamweaver. But I have it on my computer.


TTT_B is offline
View Public Profile
 
Old 03-18-2009, 10:06 AM Re: Converting accented letters into special HTML characters
Junior Talker

Posts: 1
Trades: 0
I googled this question and came out on this thread, which wasn't anwsered:

Download HTMLtidy @ http://tidy.sourceforge.net/ (choose ASCII-set and save optimize)

or if you use firefox:

Download HTML validator @ http://users.skynet.be/mgueury/mozilla/ (Goto &quot;View Source > HTML Validator > Clean page&quot; this will use the engine from HTMLtidy)

I couldn't find this extention for dreamweaver yet.
DragoslaV is offline
View Public Profile
 
Old 03-25-2009, 01:13 PM Re: Converting accented letters into special HTML characters
mb2000inc's Avatar
Extreme Talker

Posts: 150
Name: Mark
Location: Ohio
Trades: 0
This always works for me...
http://www.ascii.cl/htmlcodes.htm
__________________
Need a vacation.
mb2000inc is offline
View Public Profile Visit mb2000inc's homepage!
 
Old 04-09-2009, 07:16 AM Re: Converting accented letters into special HTML characters
cosmochick's Avatar
Junior Talker

Posts: 1
Name: CosmoChick
Trades: 0
Thanks for posting the question. I found the answer in a similar post in this forum: http://www.webmaster-talk.com/html-f...ters-into.html

check the last answer. it has to do with the <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
line, u need to make sure the charset is ISO-8859-1 and not utf-8.

As long as you put that in your meta data in your files, then DW will know to convert automatically. Simply type the words in the design view, and you will see them change in code view.

Thanks,
CC

Last edited by cosmochick; 04-09-2009 at 07:19 AM..
cosmochick is offline
View Public Profile
 
Closed Thread     « Reply to Converting accented letters into special HTML characters
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.95289 seconds with 12 queries