Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

RB webpreview shows international characters wrong

edited August 2012 in General

Hi,

I am using latest versjon of RB Server 14.06 and have compiled webtier and
server app.

When previewing reports containing intenational characters, then these are
desplayed as a "?". I have tried to search the rbwiki and these newsgroups
without finding a solution.

Please advise where to look for information, so that my RB handles
international characters (ie æ ø å or similar)

Regards
Hans Christian Stadtler

Comments

  • edited August 2012

    For Unicode VCL (Delphi 2009 and later), call ProcessWebRequestUTF8 as shown
    in the two examples below.

    Examples:

    Response.RawContent :=
    rsWebTier1.ProcessWebRequestUTF8(Request.QueryFields, Request.RawContent);

    or

    Response.RawContent := rsWebTier1.ProcessWebRequestUTF8(myWebRequest);


    -
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.