Results 1 to 2 of 2

Thread: Internal web browser don't support UTF8

  1. #1
    Join Date
    Jul 2011
    Posts
    12

    Default Spring MVC Tamplate project don't support UTF8

    Hi.

    I create Template Spring MVC project in the STS, and start it on tcServer.
    Then I get message in console:
    INFO : exmaples.spring.mvc.HomeController - Welcome home! the client locale is ru_RU
    My locale UTF-8
    But in internal browser I get ??? symbols:
    The time on the server is 12 ???? 2011 ?. 20:55:28 MSD.
    Why Date string in my locale have ??? symbols?
    Last edited by savgur; Jul 12th, 2011 at 12:14 PM.

  2. #2
    Join Date
    Jul 2011
    Posts
    12

    Default

    To resolve problem just needed to add <contentType="text/html" pageEncoding="UTF-8"> to the JSP page.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •