Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Sql rendering problem when using Greek

New Here ,
Oct 13, 2012 Oct 13, 2012

Copy link to clipboard

Copied

Hi.I insert data in my database as text in Greek language and all i see when rendering is lots of questionmarks.When i insert text in English i have no problem and i see the actual text.What do i have to do to have the same result using Greek?Thank you in advance.

TOPICS
Server side applications

Views

532
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 14, 2012 Oct 14, 2012

Copy link to clipboard

Copied

LATEST

This is a problem of character encoding. These days, UTF-8 encoding is used to support virtually all alphabets and writing systems, including English and Greek. Make sure your input forms are using UTF-8. Also make sure the pages that display the database results use UTF-8. By default, Dreamweaver now sets encoding to Unicode UTF-8, but older versions used Western European (iso-8859-1), which doesn't support Greek.

If changing the encoding of your web pages to UTF-8 doesn't fix the problem, see the following post which deals with a similar problem: http://forums.adobe.com/message/564412#564412.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines