problems with MySQL encoding

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andric

    problems with MySQL encoding

    I have a database in MySQL. And when I make queries to this DB from Java
    applet, my information which stored there in russian laguage is displayed as
    "hierogliph es". What Ihave to do to solve this problem?


  • dar7yl

    #2
    Re: problems with MySQL encoding

    some solutions
    - set up look-and-feel for cyrillic (russian language)
    - set the font explicitly to a cyrillic font
    - write a simple translater from russian to english ( takes about a week
    ;)
    - learn how to read russian

    regards,
    Dar7yl (the 7 is silent)

    "Andric" <andric@astral. ntu-kpi.kiev.ua> wrote in message
    news:ca2545$s1h $1@news.ntu-kpi.kiev.ua...[color=blue]
    > I have a database in MySQL. And when I make queries to this DB from Java
    > applet, my information which stored there in russian laguage is displayed[/color]
    as[color=blue]
    > "hierogliph es". What Ihave to do to solve this problem?
    >
    >[/color]


    Comment

    Working...