﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><copyright>Copyright 2003-2026 Bug &amp; dizzy.hr</copyright><ttl>30</ttl><pubDate>Tue, 19 May 2026 12:16:14 GMT</pubDate><managingEditor>pisma@bug.hr</managingEditor><language>hr</language><lastBuildDate>Mon, 28 Apr 2014 15:10:33 GMT</lastBuildDate><description>Tema unutar podforuma Razvoj web-stranica</description><title>Utf-8 problem </title><link>http://bugforum.azurewebsites.net/forum/topic/razvoj-web-stranica/utf-8-problem/207691.aspx</link><image><url>http://www.bug.hr/images/forum-rss.gif</url></image><item><title>Re: Utf-8 problem </title><description>@naniThanx rjesio sam ovako: odma nakon konekcije i prije selecta ubaciti/* change character set to utf8 */mysqli_set_charset($con, "utf8");&amp;nbsp;I sada radi. Znaci kljucno je da se red ubaci prije se...</description><link>http://bugforum.azurewebsites.net/forum/post/razvoj-web-stranica/utf-8-problem/4189027.aspx</link><pubDate>Mon, 28 Apr 2014 15:10:33 GMT</pubDate><guid isPermaLink="false">1802ebd1b57e68740b05495d336e86eb</guid><category /></item><item><title>Utf-8 problem </title><description>Query je baš ovakav "set names 'cp1250'", ali to napraviš odmah nakon konekcije, znači prije "select ..." Query-a</description><link>http://bugforum.azurewebsites.net/forum/post/razvoj-web-stranica/utf-8-problem/4187522.aspx</link><pubDate>Sun, 27 Apr 2014 12:59:50 GMT</pubDate><guid isPermaLink="false">4918939188f3e190dd8d7af039171cc3</guid><category /></item><item><title>Re: Utf-8 problem </title><description>@sixr&amp;nbsp;isprobo i opet isto.&amp;nbsp;</description><link>http://bugforum.azurewebsites.net/forum/post/razvoj-web-stranica/utf-8-problem/4186272.aspx</link><pubDate>Sat, 26 Apr 2014 11:58:00 GMT</pubDate><guid isPermaLink="false">dcc8086ec2a2192d5ed206c31be6998b</guid><category /></item><item><title>Re: Utf-8 problem </title><description>@nani&amp;nbsp;&amp;nbsp; podaci u tablicu se spremaju inportom iz xml fajla ali probo sam zamjenit tablicu istom takom rucno napravljenom i ukucanom i ista stvar,&amp;nbsp; Kako bi bila tocna naredba za ovo set ...</description><link>http://bugforum.azurewebsites.net/forum/post/razvoj-web-stranica/utf-8-problem/4186267.aspx</link><pubDate>Sat, 26 Apr 2014 11:55:12 GMT</pubDate><guid isPermaLink="false">1d18731bba5c4eb81e2aed7f98b98758</guid><category /></item><item><title>Re: Utf-8 problem </title><description>AKo je to čitav kod, onda ti fali na vrhu HTML.&amp;nbsp;Probaj ovako&amp;nbsp;&amp;lt;!DOCTYPE html&amp;gt;&amp;lt;html lang="hr"&amp;gt;&amp;lt;head&amp;gt;&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt...</description><link>http://bugforum.azurewebsites.net/forum/post/razvoj-web-stranica/utf-8-problem/4185221.aspx</link><pubDate>Fri, 25 Apr 2014 13:17:05 GMT</pubDate><guid isPermaLink="false">5e0bd5c005efdcde3aba443469ec601a</guid><category /></item><item><title>Utf-8 problem </title><description>Hm, kako se spremaju podaci u tablicu u mysql-u?
Pokušaj ovo, nakon spajanja izvrši query:
set names 'cp1250'
ako to ne prođe pokušaj sa
set names 'utf8'
I nakon toga svoj query "select ..."</description><link>http://bugforum.azurewebsites.net/forum/post/razvoj-web-stranica/utf-8-problem/4184559.aspx</link><pubDate>Thu, 24 Apr 2014 20:51:51 GMT</pubDate><guid isPermaLink="false">f8cf876a9b1ffafc23c1c636313b3c37</guid><category /></item><item><title>Re: Utf-8 problem </title><description>@sixr isprobo nepomaze. evo kompletan kod, zanimljivo je da cim obrisem iz headera : &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;u tablici se svi hrvatski znakovi normal...</description><link>http://bugforum.azurewebsites.net/forum/post/razvoj-web-stranica/utf-8-problem/4184477.aspx</link><pubDate>Thu, 24 Apr 2014 19:56:22 GMT</pubDate><guid isPermaLink="false">74227c98d7f7695286dc5f7a63c14397</guid><category /></item><item><title>Re: Utf-8 problem </title><description>ovo je&amp;nbsp; vec napravljeno u notepadu UTF-8 without BOM.&amp;nbsp; i nepomaze</description><link>http://bugforum.azurewebsites.net/forum/post/razvoj-web-stranica/utf-8-problem/4184471.aspx</link><pubDate>Thu, 24 Apr 2014 19:51:26 GMT</pubDate><guid isPermaLink="false">eaed6b64144dee5ac63a98643f2b6dce</guid><category /></item><item><title>Utf-8 problem </title><description>Dodaj pri vrhu datoteke ili definiši globalno.&amp;nbsp;header('Content-Type: text/html; charset=utf-8');</description><link>http://bugforum.azurewebsites.net/forum/post/razvoj-web-stranica/utf-8-problem/4183755.aspx</link><pubDate>Thu, 24 Apr 2014 10:45:24 GMT</pubDate><guid isPermaLink="false">e0632b6d5b270d4bf9e747512f9f9904</guid><category /></item><item><title>Utf-8 problem </title><description>Probaj datoteku spremiti kao UTF-8.&amp;nbsp;&amp;nbsp;U notepad++, imaš u zbornku encoding, pa tamo convert to UTF-8 without BOM.</description><link>http://bugforum.azurewebsites.net/forum/post/razvoj-web-stranica/utf-8-problem/4183709.aspx</link><pubDate>Thu, 24 Apr 2014 10:13:57 GMT</pubDate><guid isPermaLink="false">f58e0284ce77e33455b4ce35ad9e2d70</guid><category /></item><item><title>Re: Utf-8 problem </title><description>Hvala Lako Tuts,skonto sam da treba dodati iza :$result = mysqli_query($con,"SELECT * FROM a_sve ORDER BY kateg");//ovo za utfmysqli_set_charset($con,"utf8");&amp;nbsp;&amp;nbsp;medutim sada ima jedan cudan p...</description><link>http://bugforum.azurewebsites.net/forum/post/razvoj-web-stranica/utf-8-problem/4183407.aspx</link><pubDate>Wed, 23 Apr 2014 23:30:12 GMT</pubDate><guid isPermaLink="false">55b236972e7104c77b5c28811186f561</guid><category /></item><item><title>Utf-8 problem </title><description>U while petlji zaboravio si zatvoriti redak u tablici sa &amp;lt;/tr&amp;gt;. Mislim da je to ono što javlja grešku.&amp;nbsp;Što se tiče utf-8 provjeri da li ti je postavljen u head-u &amp;lt;meta charset="utf-8"/&amp;g...</description><link>http://bugforum.azurewebsites.net/forum/post/razvoj-web-stranica/utf-8-problem/4182095.aspx</link><pubDate>Wed, 23 Apr 2014 07:43:53 GMT</pubDate><guid isPermaLink="false">622a0edb034a18ff7ba571f8d4a0fd02</guid><category /></item><item><title>utf-8 problem </title><description>Vadim neke podatke iz mysql baze ali mi znakove s kvačicama na stranici prikazuje s "�" &amp;nbsp; i w3c validator kaze da je neispravna stranica na liniji 37 a to je ovo di pocinje tablica&amp;nbsp;&amp;nbsp;ech...</description><link>http://bugforum.azurewebsites.net/forum/post/razvoj-web-stranica/utf-8-problem/4181736.aspx</link><pubDate>Tue, 22 Apr 2014 20:36:53 GMT</pubDate><guid isPermaLink="false">738682ad8bd75794ea38d169510586e3</guid><category /></item></channel></rss>