<?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>Problem with Arabic translation in page name(??????)</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=44611155" />
  <subtitle>Problem with Arabic translation in page name(??????)</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=44611155</id>
  <updated>2026-04-08T02:18:17Z</updated>
  <dc:date>2026-04-08T02:18:17Z</dc:date>
  <entry>
    <title>RE: Problem with Arabic translation in page name(??????)</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119935596" />
    <author>
      <name>Olaf Kock</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119935596</id>
    <updated>2020-09-13T21:19:25Z</updated>
    <published>2020-09-13T21:19:25Z</published>
    <summary type="html">Ideally, you&amp;#39;d set every encoding on every level to UTF-8</summary>
    <dc:creator>Olaf Kock</dc:creator>
    <dc:date>2020-09-13T21:19:25Z</dc:date>
  </entry>
  <entry>
    <title>RE: Problem with Arabic translation in page name(??????)</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119935121" />
    <author>
      <name>Abdollah Esmaeilpour</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119935121</id>
    <updated>2020-09-12T19:08:46Z</updated>
    <published>2020-09-12T19:08:46Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;I had a similar problem. I figured out that collation of columns &lt;em&gt;name&lt;/em&gt; and &lt;em&gt;title &lt;/em&gt;of table &lt;em&gt;Layout &lt;/em&gt;is &lt;em&gt;SQL_Latin1_General_CP1_CI_AS&lt;/em&gt;. They need to be &lt;em&gt;SQL_Latin1_General_CP1256_CI_AS &lt;/em&gt;to show Arabic (and also Persian) page names correctly. So I used the following queries to modify their collation:&lt;br&gt;&lt;pre&gt;&lt;code&gt;ALTER TABLE Layout ALTER COLUMN title varchar(2000) COLLATE SQL_Latin1_General_CP1256_CI_AS
ALTER TABLE Layout ALTER COLUMN name varchar(2000) COLLATE SQL_Latin1_General_CP1256_CI_AS&lt;/code&gt;&lt;/pre&gt;&lt;br&gt;Then I modified the name of the page and the problem was resolved. Never ever modify the database manually. It causes Liferay indexes get invalidated and it can make problems.&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Abdollah Esmaeilpour</dc:creator>
    <dc:date>2020-09-12T19:08:46Z</dc:date>
  </entry>
  <entry>
    <title>RE: Problem with Arabic translation in page name(??????)</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=44671277" />
    <author>
      <name>Gabriel Bustos Padilla</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=44671277</id>
    <updated>2014-10-31T08:17:48Z</updated>
    <published>2014-10-31T08:17:48Z</published>
    <summary type="html">I have investigated and is not a problem of the charset of database. If I write the arabic characters directly in DB, when I load the page, appears correctly. The problem is that Liferay save the arabic values like ?????. With chinese characters happens the same.</summary>
    <dc:creator>Gabriel Bustos Padilla</dc:creator>
    <dc:date>2014-10-31T08:17:48Z</dc:date>
  </entry>
  <entry>
    <title>Problem with Arabic translation in page name(??????)</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=44611154" />
    <author>
      <name>Gabriel Bustos Padilla</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=44611154</id>
    <updated>2014-10-30T08:12:18Z</updated>
    <published>2014-10-30T08:12:18Z</published>
    <summary type="html">Hi! I have a problem in my production machine because when I try to introduce the arabic translation in page name, appears &amp;#34;??????&amp;#34; instead of the arabic translation. What could be the problem?&lt;br /&gt;&lt;br /&gt;Thanks in advance</summary>
    <dc:creator>Gabriel Bustos Padilla</dc:creator>
    <dc:date>2014-10-30T08:12:18Z</dc:date>
  </entry>
</feed>
