<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title><![CDATA[KOHA: UTF-8]]></title>
<link>https://saturn.ffzg.hr/koha/index.cgi?action=weblog_display;category=UTF-8</link>
<description></description>
<pubDate>Tue, 16 Dec 2008 08:19:20 -0000</pubDate>
<webMaster>root@saturn.ffzg.hr</webMaster>
<generator>Socialtext Workspace v2.19.0.2</generator>

<item>
<title><![CDATA[Encoding and Character Sets in Koha]]></title>
<link>https://saturn.ffzg.hr/koha/index.cgi?encoding_and_character_sets_in_koha</link>
<description><![CDATA[<div>Creator: Marijana Glavica</div><hr/><div>Tags: UTF-8</div><hr/><div class="wiki">
<h2 id="system">System</h2>
<pre>
$ echo $LANG
hr_HR.UTF-8
</pre>
<br /><h3 id="apache">Apache</h3>
<p>
httpd.conf:</p>
<pre>
 AddCharset UTF-8 .utf8
 AddDefaultCharset   UTF-8
</pre>
<br /><h3 id="mysql">MySQL</h3>
<p>
Edit /etc/mysql/my.cnf under the <tt>[mysqld]</tt> section:</p>
<pre>
 init-connect = 'SET NAMES utf8'
 character-set-server=utf8
 collation-server=utf8_general_ci
 character_set_client=utf8
</pre>
<br /><pre>
show variables where variable_name LIKE &quot;character_set%&quot; OR  variable_name LIKE &quot;collation%&quot;;

 | character_set_client            | utf8                                                     |
 | character_set_connection        | utf8                                                     |
 | character_set_database          | utf8                                                     |
 | character_set_results           | utf8                                                     |
 | character_set_server            | utf8                                                     |
 | character_set_system            | utf8                                                     |
 | character_sets_dir              | /usr/share/mysql/charsets/                               |
 | collation_connection            | utf8_general_ci                                          |
 | collation_database              | utf8_general_ci                                          |
 | collation_server                | utf8_general_ci    
</pre>
<br /><hr />
<p>
<strong>Encoding and Character Sets in Koha (Koha wiki)</strong><br />
<a target="_blank" title="(external link)" href="http://wiki.koha.org/doku.php?id=encodingscratchpad">http://wiki.koha.org/doku.php?id=encodingscratchpad</a></p>
<hr />
<p>
<em>See also:</em> <a href="https://saturn.ffzg.hr/koha/index.cgi?sorting_croatian_characters_in_mysql" title="(213 months) http forums.mysql.com read.php 103,192187,192187 msg-192187 http forge.mysql.com wiki How_to_Add_a_C...">Sorting Croatian characters in MySQL</a></p>
</div>
]]></description>
<author>Marijana Glavica</author>
<category>UTF-8</category>
<guid isPermaLink="true">https://saturn.ffzg.hr/koha/index.cgi?encoding_and_character_sets_in_koha</guid>
<pubDate>Tue, 16 Dec 2008 08:19:20 -0000</pubDate>
</item>
</channel>
</rss>