Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
specijalni znakovi u html.u

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
štrumfhoza



Joined: 24 Feb 2005
Posts: 89

PostPosted: 28.06.2005 11:13    Post subject: specijalni znakovi u html.u Add user to your forum ignore list Reply with quote

da li u html kodu kad želim da se prikaže, umjesto "&" trebam upisati &#38 što je njegov znak napisan u kodu i dal to znači da č i ć treba isto tako pisati? hvala Embarassed
Back to top
View user's profile Send private message
nel`chee



Joined: 08 Jul 2004
Posts: 2087
Location: Rijeka

PostPosted: 28.06.2005 12:48    Post subject: Add user to your forum ignore list Reply with quote

ne trebas Smile ako namjestis encoding u neki koji podrzava hrvatske dijakritike, npr. utf-8, windows-1250 (ja mislim) i iso-neki-tamo-2 onda ce se oni normalno prikazat. bar bi trebali.
Code:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

_________________
art & design portfoliofree Photoshop brushes stuffsketchblogfacebook
Back to top
View user's profile Send private message Visit poster's website Twitter profile
bj__



Joined: 09 Nov 2004
Posts: 65
Location: Karlovac

PostPosted: 28.06.2005 13:17    Post subject: Add user to your forum ignore list Reply with quote

nel`chee wrote:
...i iso-neki-tamo-2 ...

iso-8859-2 Smile
Back to top
View user's profile Send private message Twitter profile
maratz
mi3.crew


Joined: 24 Nov 2003
Posts: 1207
Location: ZAG

PostPosted: 28.06.2005 14:33    Post subject: Add user to your forum ignore list Reply with quote

nel`chee wrote:
Code:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

content=text/html nikako ne ide bez razmaka prije trailing slasha, tj. prikazani primjer nije valid. Ovo je valid:
Code:
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8"/>

kao i ovo:
Code:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />


Definiranje samog charseta neće osigurati ispravno prikazivanje HR dijakritika. I sami HTML/PHP fileovi moraju biti spremljeni kao UTF-8 w/o BOM headers (BOM hoće zbrejkati IE).

_________________
STOP HITTING YOURSELF! | NETIQUETTE | TYPETESTER | Hypertext rulez™ | CREATIVE NIGHTS | ACCOMMODATIONS
Back to top
View user's profile Send private message Visit poster's website Twitter profile
štrumfhoza



Joined: 24 Feb 2005
Posts: 89

PostPosted: 28.06.2005 17:07    Post subject: Add user to your forum ignore list Reply with quote

fala svima
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group