• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with Russian characters

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello!
my JSP page has problems displaying Russian characters.
There are two pages:
The first page is Index.jsp - no problems with this page. At the top it has @ page and it's charset set to windows-1251. All Russian characters are OK on this page.
Second page is upper_menu.jsp! This is the page that is being included in Index.jsp using jsp:include page="upper_menu.jsp". This page has Russian charactes which do not display properly inside of Index.jsp.
This is what I see instead of Russian chars - \u043D\u0438\u0438

Where to look for the cause of this problem?
 
Sergey Kargopolov
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please ignore my posting. The problem is solved.
I am using JBuilder 9 and when I opened the JSP page which is being included and which contains Russian characters in NOTEPAD I noticed that they are also displayed not properly in NOTEPAD. So I retyped all Russian texts in NOTEPAD and saved the filed. And this fixed the problem.
So, I believe I need to browse JBuilder properties so that it doesn't happed again.
 
Can you really tell me that we aren't dealing with suspicious baked goods? And then there is this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic