<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Liferay Portal 6.0 Community Edition - portlet developing and charset</title>
  <link rel="self" href="https://liferay.dev/ar/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=17952508" />
  <subtitle>Liferay Portal 6.0 Community Edition - portlet developing and charset</subtitle>
  <id>https://liferay.dev/ar/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=17952508</id>
  <updated>2026-07-10T06:15:06Z</updated>
  <dc:date>2026-07-10T06:15:06Z</dc:date>
  <entry>
    <title>RE: Liferay Portal 6.0 Community Edition - portlet developing and charset</title>
    <link rel="alternate" href="https://liferay.dev/ar/c/message_boards/find_message?p_l_id=119785294&amp;messageId=17966046" />
    <author>
      <name>alexey -bykov</name>
    </author>
    <id>https://liferay.dev/ar/c/message_boards/find_message?p_l_id=119785294&amp;messageId=17966046</id>
    <updated>2012-11-16T04:19:35Z</updated>
    <published>2012-11-16T04:19:35Z</published>
    <summary type="html">Thank you, Samuel Kong! I&amp;#39;ll try it.</summary>
    <dc:creator>alexey -bykov</dc:creator>
    <dc:date>2012-11-16T04:19:35Z</dc:date>
  </entry>
  <entry>
    <title>RE: Liferay Portal 6.0 Community Edition - portlet developing and charset</title>
    <link rel="alternate" href="https://liferay.dev/ar/c/message_boards/find_message?p_l_id=119785294&amp;messageId=17964778" />
    <author>
      <name>Samuel Kong</name>
    </author>
    <id>https://liferay.dev/ar/c/message_boards/find_message?p_l_id=119785294&amp;messageId=17964778</id>
    <updated>2012-11-16T03:45:19Z</updated>
    <published>2012-11-16T03:45:19Z</published>
    <summary type="html">My guess is that your JSPs are compiled/running using a character set that doesn&amp;#39;t include Cyrillic.&lt;br /&gt;&lt;br /&gt;Try using a &lt;a href="https://www.liferay.com/documentation/liferay-portal/6.1/development/-/ai/localize-your-portlet"&gt;language resource bundle&lt;/a&gt; for all your text.</summary>
    <dc:creator>Samuel Kong</dc:creator>
    <dc:date>2012-11-16T03:45:19Z</dc:date>
  </entry>
  <entry>
    <title>RE: Liferay Portal 6.0 Community Edition - portlet developing and charset</title>
    <link rel="alternate" href="https://liferay.dev/ar/c/message_boards/find_message?p_l_id=119785294&amp;messageId=17954369" />
    <author>
      <name>alexey -bykov</name>
    </author>
    <id>https://liferay.dev/ar/c/message_boards/find_message?p_l_id=119785294&amp;messageId=17954369</id>
    <updated>2012-11-15T16:02:58Z</updated>
    <published>2012-11-15T16:02:58Z</published>
    <summary type="html">&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;I tried that-&lt;br&gt;&lt;br&gt;&lt;pre&gt;&lt;code&gt;

...



&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=windows-1251"&amp;gt;

...

&lt;/code&gt;&lt;/pre&gt;&lt;br&gt;&lt;br&gt;Did not help.&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>alexey -bykov</dc:creator>
    <dc:date>2012-11-15T16:02:58Z</dc:date>
  </entry>
  <entry>
    <title>Liferay Portal 6.0 Community Edition - portlet developing and charset</title>
    <link rel="alternate" href="https://liferay.dev/ar/c/message_boards/find_message?p_l_id=119785294&amp;messageId=17952507" />
    <author>
      <name>alexey -bykov</name>
    </author>
    <id>https://liferay.dev/ar/c/message_boards/find_message?p_l_id=119785294&amp;messageId=17952507</id>
    <updated>2012-11-15T15:16:20Z</updated>
    <published>2012-11-15T15:16:20Z</published>
    <summary type="html">&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru"&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;Hi,&lt;br&gt;&lt;br&gt;I use &lt;strong&gt;Liferay Portal 6.0 Community Edition&lt;/strong&gt; and I wrote a simple Liferay portlet which is the navigation bar-&lt;br&gt;&lt;br&gt;&lt;strong&gt;view.jsp&lt;/strong&gt; -&lt;br&gt;&lt;br&gt;&lt;pre&gt;&lt;code&gt;
&amp;amp;lt;%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %&amp;amp;gt;
&amp;lt;portlet:defineobjects /&amp;gt;

 


  
   &amp;lt;meta http-equiv="content-type" content="text/html; charset=utf-8"&amp;gt;
   &amp;lt;meta name="description" content="" lang="ru-Ru"&amp;gt;



   &amp;lt;div class="..."&amp;gt;
   &amp;lt;div class="..."&amp;gt;
   &amp;lt;div class="..."&amp;gt;

&amp;lt;h1&amp;gt;
   &amp;lt;a href="#"&amp;gt;Cyrillic here&amp;lt;/a&amp;gt;
&amp;lt;/h1&amp;gt;
&amp;lt;ul&amp;gt;
   &amp;lt;li class="..."&amp;gt;
      &amp;lt;a class="..." href="#"&amp;gt;Cyrillic here&amp;lt;/a&amp;gt;
         &amp;lt;ul class="..."&amp;gt;
        &amp;lt;a class="" href="#"&amp;gt;Cyrillic here&amp;lt;/a&amp;gt;
        &amp;lt;a class="" href="#"&amp;gt;Cyrillic here&amp;lt;/a&amp;gt;
        &amp;lt;a class="" href="#"&amp;gt;Cyrillic here&amp;lt;/a&amp;gt;
        &amp;lt;a class="" href="#"&amp;gt;Cyrillic here&amp;lt;/a&amp;gt;
    &amp;lt;/ul&amp;gt;
   &amp;lt;/li&amp;gt;

... etc

&amp;lt;/ul&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;



&lt;/code&gt;&lt;/pre&gt;&lt;br&gt;&lt;br&gt;The question is how to make Cyrillic show up correctly? Panel now looks like this -&lt;br&gt;&lt;img src="http://i.stack.imgur.com/ChLpz.png"&gt;&lt;br&gt;&lt;br&gt;What am I doing wrong?&lt;br&gt;&lt;br&gt;I would be most grateful for the information! &lt;br&gt;Thank you!&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>alexey -bykov</dc:creator>
    <dc:date>2012-11-15T15:16:20Z</dc:date>
  </entry>
</feed>
